summaryrefslogtreecommitdiffstats
path: root/sys/alpha
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2006-04-24 08:44:34 +0000
committerdelphij <delphij@FreeBSD.org>2006-04-24 08:44:34 +0000
commitda32f1fb9ac7f10b0c7541a2d502591d3cb2bb53 (patch)
tree1cfbac732b128c192b0838e723435f5bbb0d9d63 /sys/alpha
parent685d68a52336beb3ee47840adb149b209db0e5ce (diff)
downloadFreeBSD-src-da32f1fb9ac7f10b0c7541a2d502591d3cb2bb53.zip
FreeBSD-src-da32f1fb9ac7f10b0c7541a2d502591d3cb2bb53.tar.gz
Move AHC_REG_PRETTY_PRINT and AHD_REG_PRETTY_PRINT below
their corresponding devices.
Diffstat (limited to 'sys/alpha')
-rw-r--r--sys/alpha/conf/GENERIC4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC
index 83f66dd..0e55ea8 100644
--- a/sys/alpha/conf/GENERIC
+++ b/sys/alpha/conf/GENERIC
@@ -70,8 +70,6 @@ options SYSVSHM # SYSV-style shared memory
options SYSVMSG # SYSV-style message queues
options SYSVSEM # SYSV-style semaphores
options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
-options AHC_REG_PRETTY_PRINT # Print register bitfields in debug
- # output. Adds ~128k to driver.
options ADAPTIVE_GIANT # Giant mutex is adaptive.
# Debugging for use in -current
@@ -106,6 +104,8 @@ device atapist # ATAPI tape drives
# SCSI Controllers
device ahc # AHA2940 and onboard AIC7xxx devices
+options AHC_REG_PRETTY_PRINT # Print register bitfields in debug
+ # output. Adds ~128k to driver.
device isp # Qlogic family
device ispfw # Firmware module for Qlogic host adapters
device mpt # LSI-Logic MPT-Fusion
OpenPOWER on IntegriCloud