aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2006-04-24 08:44:34 +0000
committerXin LI <delphij@FreeBSD.org>2006-04-24 08:44:34 +0000
commit3b28c0c6f9a33dc816c1c508a752561fef360f40 (patch)
tree1cfbac732b128c192b0838e723435f5bbb0d9d63 /sys/i386
parentc78cbc7b1d577efc63c92cdbb09b64a35210942e (diff)
downloadsrc-3b28c0c6f9a33dc816c1c508a752561fef360f40.tar.gz
src-3b28c0c6f9a33dc816c1c508a752561fef360f40.zip
Move AHC_REG_PRETTY_PRINT and AHD_REG_PRETTY_PRINT below
their corresponding devices.
Notes
Notes: svn path=/head/; revision=157994
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/conf/GENERIC8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index f98fe6b05bac..958a012e9ef7 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -57,10 +57,6 @@ options SYSVMSG # SYSV-style message queues
options SYSVSEM # SYSV-style semaphores
options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
-options AHC_REG_PRETTY_PRINT # Print register bitfields in debug
- # output. Adds ~128k to driver.
-options AHD_REG_PRETTY_PRINT # Print register bitfields in debug
- # output. Adds ~215k to driver.
options ADAPTIVE_GIANT # Giant mutex is adaptive.
options STOP_NMI # Stop CPUS using NMI instead of IPI
@@ -96,7 +92,11 @@ options ATA_STATIC_ID # Static device numbering
# SCSI Controllers
device ahb # EISA AHA1742 family
device ahc # AHA2940 and onboard AIC7xxx devices
+options AHC_REG_PRETTY_PRINT # Print register bitfields in debug
+ # output. Adds ~128k to driver.
device ahd # AHA39320/29320 and onboard AIC79xx devices
+options AHD_REG_PRETTY_PRINT # Print register bitfields in debug
+ # output. Adds ~215k to driver.
device amd # AMD 53C974 (Tekram DC-390(T))
device isp # Qlogic family
#device ispfw # Firmware for QLogic HBAs- normally a module