Author: sobomax
Date: Mon Jan 19 08:51:20 2009
New Revision: 187430
URL: http://svn.freebsd.org/changeset/base/187430

Log:
  asr(4) is not amd64-clean, not amr(4).
  
  Pointy hat to:        myself
  Submitted by: scottl

Modified:
  head/sys/amd64/conf/GENERIC

Modified: head/sys/amd64/conf/GENERIC
==============================================================================
--- head/sys/amd64/conf/GENERIC Mon Jan 19 08:25:41 2009        (r187429)
+++ head/sys/amd64/conf/GENERIC Mon Jan 19 08:51:20 2009        (r187430)
@@ -136,10 +136,10 @@ device            pass            # Passthrough device 
(dire
 device         ses             # SCSI Environmental Services (and SAF-TE)
 
 # RAID controllers interfaced to the SCSI subsystem
-#XXX it is not 64-bit clean, -scottl
-#device                amr             # AMI MegaRAID
+device         amr             # AMI MegaRAID
 device         arcmsr          # Areca SATA II RAID
-device         asr             # DPT SmartRAID V, VI and Adaptec SCSI RAID
+#XXX it is not 64-bit clean, -scottl
+#device                asr             # DPT SmartRAID V, VI and Adaptec SCSI 
RAID
 device         ciss            # Compaq Smart RAID 5*
 device         dpt             # DPT Smartcache III, IV - See NOTES for options
 device         hptmv           # Highpoint RocketRAID 182x
_______________________________________________
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"

Reply via email to