[Midnightbsd-cvs] src: NOTES: remove previous hack.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Mar 29 13:24:39 EDT 2009


Log Message:
-----------
remove previous hack.  I now suspect something with the tinderbox system.

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

-------------- next part --------------
Index: NOTES
===================================================================
RCS file: /home/cvs/src/sys/conf/NOTES,v
retrieving revision 1.5
retrieving revision 1.6
diff -L sys/conf/NOTES -L sys/conf/NOTES -u -r1.5 -r1.6
--- 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