summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>2000-09-13 06:15:53 +0000
committermsmith <msmith@FreeBSD.org>2000-09-13 06:15:53 +0000
commitf3fe0adb52109520aa2e1b99ff3a22935cf86a8a (patch)
tree73a04d36ee297edb03df483b8c0c3024f1aec0bf /usr.sbin/sysinstall
parent9f7644188118ade22c8f56c99085abf294b856e9 (diff)
downloadFreeBSD-src-f3fe0adb52109520aa2e1b99ff3a22935cf86a8a.zip
FreeBSD-src-f3fe0adb52109520aa2e1b99ff3a22935cf86a8a.tar.gz
Teach sysinstall about 'aac'.
Diffstat (limited to 'usr.sbin/sysinstall')
-rw-r--r--usr.sbin/sysinstall/devices.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/sysinstall/devices.c b/usr.sbin/sysinstall/devices.c
index 87c08c8..a72aeef 100644
--- a/usr.sbin/sysinstall/devices.c
+++ b/usr.sbin/sysinstall/devices.c
@@ -78,6 +78,7 @@ static struct _devname {
{ DEVICE_TYPE_DISK, "amrd%d", "AMI MegaRAID drive", 133, 65538, 8, 4 },
{ DEVICE_TYPE_DISK, "idad%d", "Compaq RAID array", 109, 65538, 8, 4 },
{ DEVICE_TYPE_DISK, "twed%d", "3ware ATA RAID array", 147, 65538, 8, 4 },
+ { DEVICE_TYPE_DISK, "aacd%d", "Adaptec FSA RAID array", 151, 65538, 8, 4 },
{ DEVICE_TYPE_FLOPPY, "fd%d", "floppy drive unit A", 9, 0, 64, 4 },
{ DEVICE_TYPE_NETWORK, "aue", "ADMtek USB ethernet adapter" },
{ DEVICE_TYPE_NETWORK, "cue", "CATC USB ethernet adapter" },
OpenPOWER on IntegriCloud