[Midnightbsd-cvs] src: NOTES: Temporarily disable ahd, adaptec 79xx driver from lint

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Mar 28 23:00:27 EDT 2009


Log Message:
-----------
Temporarily disable ahd, adaptec 79xx driver from lint testing until we get it working again.  Currently it's a compile error and we need to test other parts of the system

Modified Files:
--------------
    src/sys/conf:
        NOTES (r1.4 -> r1.5)

-------------- next part --------------
Index: NOTES
===================================================================
RCS file: /home/cvs/src/sys/conf/NOTES,v
retrieving revision 1.4
retrieving revision 1.5
diff -L sys/conf/NOTES -L sys/conf/NOTES -u -r1.4 -r1.5
--- sys/conf/NOTES
+++ sys/conf/NOTES
@@ -1435,7 +1435,7 @@
 hint.aic.0.at="isa"
 device		ahb
 device		ahc
-device		ahd
+#device		ahd
 device		amd
 device		esp
 device		iscsi_initiator
@@ -1489,16 +1489,16 @@
 options 	AHC_REG_PRETTY_PRINT
 
 # Compile in aic79xx debugging code.
-options 	AHD_DEBUG
+#options 	AHD_DEBUG
 
 # Aic79xx driver debugging options.  Adds ~215k to driver.  See ahd(4).
-options 	AHD_DEBUG_OPTS=0xFFFFFFFF
+#options 	AHD_DEBUG_OPTS=0xFFFFFFFF
 
 # Print human-readable register definitions when debugging
-options 	AHD_REG_PRETTY_PRINT
+#options 	AHD_REG_PRETTY_PRINT
 
 # Bitmap of units to enable targetmode operations.
-options 	AHD_TMODE_ENABLE
+#options 	AHD_TMODE_ENABLE
 
 # The adw driver will attempt to use memory mapped I/O for all PCI
 # controllers that have it configured only if this option is set.


More information about the Midnightbsd-cvs mailing list