aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/twe/twe_tables.h
diff options
context:
space:
mode:
authorPaul Saab <ps@FreeBSD.org>2003-08-05 19:55:21 +0000
committerPaul Saab <ps@FreeBSD.org>2003-08-05 19:55:21 +0000
commit235a79707a2b66bc4980ae3118bf7efc5f2d3c8b (patch)
treee2e84f0f50ca033d3797a3fad0fe7927745f9df3 /sys/dev/twe/twe_tables.h
parent9a3ea63e79fd991ecfff0d184372e55a2b9d1115 (diff)
downloadsrc-235a79707a2b66bc4980ae3118bf7efc5f2d3c8b.tar.gz
src-235a79707a2b66bc4980ae3118bf7efc5f2d3c8b.zip
Properly support the 3ware generic API.
- Build SGL's for ATA_PASSTHROUGH commands - Fallback to using the sgl_offset when the opcode is unknown for building SGL's/ - Add ioctl calls for adding and removing units. - Define previously undefined AEN's - Allocate memory for the ioctl payload in multiples of 512bytes. MFC after: 1 week
Notes
Notes: svn path=/head/; revision=118508
Diffstat (limited to 'sys/dev/twe/twe_tables.h')
-rw-r--r--sys/dev/twe/twe_tables.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/twe/twe_tables.h b/sys/dev/twe/twe_tables.h
index 116a8da1474c..4c0d719d003c 100644
--- a/sys/dev/twe/twe_tables.h
+++ b/sys/dev/twe/twe_tables.h
@@ -143,6 +143,9 @@ struct twe_code_lookup twe_table_aen[] = {
{"c verify complete", 0x2b},
{"p overwrote bad sector during rebuild", 0x2c},
{"p encountered bad sector during rebuild", 0x2d},
+ {"a replacement drive too small", 0x2e},
+ {"c array not previously initialized", 0x2f},
+ {"p drive not supported", 0x30},
{"a aen queue full", 0xff},
{NULL, 0},
{"x unknown AEN", 0}