svn commit: r245941 - in stable/8/sys: amd64/conf i386/conf
Xin LI
delphij at FreeBSD.org
Sat Jan 26 05:27:01 UTC 2013
Author: delphij
Date: Sat Jan 26 05:27:00 2013
New Revision: 245941
URL: http://svnweb.freebsd.org/changeset/base/245941
Log:
MFC r240104:
Add hpt27xx to GENERIC kernel for amd64 and i386 systems.
Modified:
stable/8/sys/amd64/conf/GENERIC
stable/8/sys/i386/conf/GENERIC
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys/amd64/ (props changed)
stable/8/sys/i386/ (props changed)
Modified: stable/8/sys/amd64/conf/GENERIC
==============================================================================
--- stable/8/sys/amd64/conf/GENERIC Sat Jan 26 05:25:32 2013 (r245940)
+++ stable/8/sys/amd64/conf/GENERIC Sat Jan 26 05:27:00 2013 (r245941)
@@ -142,6 +142,7 @@ device ciss # Compaq Smart RAID 5*
device dpt # DPT Smartcache III, IV - See NOTES for options
device hptmv # Highpoint RocketRAID 182x
device hptrr # Highpoint RocketRAID 17xx, 22xx, 23xx, 25xx
+device hpt27xx # Highpoint RocketRAID 27xx
device iir # Intel Integrated RAID
device ips # IBM (Adaptec) ServeRAID
device mly # Mylex AcceleRAID/eXtremeRAID
Modified: stable/8/sys/i386/conf/GENERIC
==============================================================================
--- stable/8/sys/i386/conf/GENERIC Sat Jan 26 05:25:32 2013 (r245940)
+++ stable/8/sys/i386/conf/GENERIC Sat Jan 26 05:27:00 2013 (r245941)
@@ -148,6 +148,7 @@ device ciss # Compaq Smart RAID 5*
device dpt # DPT Smartcache III, IV - See NOTES for options
device hptmv # Highpoint RocketRAID 182x
device hptrr # Highpoint RocketRAID 17xx, 22xx, 23xx, 25xx
+device hpt27xx # Highpoint RocketRAID 27xx
device iir # Intel Integrated RAID
device ips # IBM (Adaptec) ServeRAID
device mly # Mylex AcceleRAID/eXtremeRAID
More information about the svn-src-all
mailing list