Author: dteske Date: Wed Apr 30 04:44:51 2014 New Revision: 265127 URL: http://svnweb.freebsd.org/changeset/base/265127
Log: MF6 r157468: Teach sysinstall about MFI (scottl) NB: Merged from stable/6/usr.sbin/sysinstall to stable/4/release/sysinstall (location changed in between releases 4 and 6). Modified: stable/4/release/sysinstall/devices.c Directory Properties: stable/4/release/sysinstall/ (props changed) Modified: stable/4/release/sysinstall/devices.c ============================================================================== --- stable/4/release/sysinstall/devices.c Wed Apr 30 04:24:21 2014 (r265126) +++ stable/4/release/sysinstall/devices.c Wed Apr 30 04:44:51 2014 (r265127) @@ -81,6 +81,7 @@ static struct _devname { { DEVICE_TYPE_DISK, "ipsd%d", "IBM ServeRAID array", 176, 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_DISK, "mfid%d", "LSI MegaRAID SAS", 254, 65538, 8, 4 }, { DEVICE_TYPE_FLOPPY, "fd%d", "floppy drive unit A", 9, 0, 64, 4 }, { DEVICE_TYPE_NETWORK, "an", "Aironet 4500/4800 802.11 wireless adapter" }, { DEVICE_TYPE_NETWORK, "aue", "ADMtek USB ethernet adapter" }, _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"