summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1999-11-27 21:33:04 +0000
committermsmith <msmith@FreeBSD.org>1999-11-27 21:33:04 +0000
commit4ec46276320599f44bcf14070f524a7f69d38538 (patch)
tree7e0f87d0ed895ce59c7f7f09618888f40c9fe2a2 /release
parent517fd10f04dfa7336b4d714a1f30e45cd25ce024 (diff)
downloadFreeBSD-src-4ec46276320599f44bcf14070f524a7f69d38538.zip
FreeBSD-src-4ec46276320599f44bcf14070f524a7f69d38538.tar.gz
Add support for the AMI MegaRAID and Mylex drivers to sysinstall.
There are reports that installs to these controllers still don't work, but this is at least one step closer.
Diffstat (limited to 'release')
-rw-r--r--release/sysinstall/devices.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/release/sysinstall/devices.c b/release/sysinstall/devices.c
index 6c5ea6a..6bbe45b 100644
--- a/release/sysinstall/devices.c
+++ b/release/sysinstall/devices.c
@@ -84,6 +84,10 @@ static struct _devname {
{ DEVICE_TYPE_DISK, "rwfd%d", "ATAPI floppy device", 87, 65538, 8, 4, 'c' },
{ DEVICE_TYPE_DISK, "afd%d", "ATAPI/IDE floppy device", 32, 65538, 8, 4, 'b' },
{ DEVICE_TYPE_DISK, "rafd%d", "ATAPI/IDE floppy device", 118, 65538, 8, 4, 'c' },
+ { DEVICE_TYPE_DISK, "mlxd%d", "Mylex RAID disk", 27, 65538, 8, 4, 'b' },
+ { DEVICE_TYPE_DISK, "rmlxd%d", "Mylex RAID disk", 131, 65538, 8, 4, 'c' },
+ { DEVICE_TYPE_DISK, "amrd%d", "AMI MegaRAID drive", 35, 65538, 8, 4, 'b' },
+ { DEVICE_TYPE_DISK, "ramrd%d", "AMI MegaRAID drive", 133, 65538, 8, 4, 'c' },
{ DEVICE_TYPE_FLOPPY, "fd%d", "floppy drive unit A", 2, 0, 64, 4, 'b' },
{ DEVICE_TYPE_FLOPPY, "wfd%d", "ATAPI floppy drive unit A", 1, 0, 8, 4, 'b' },
{ DEVICE_TYPE_FLOPPY, "worm%d", "SCSI optical disk / CDR", 23, 0, 1, 4, 'b' },
OpenPOWER on IntegriCloud