summaryrefslogtreecommitdiffstats
path: root/sys/amd64/conf
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2006-07-13 08:11:46 +0000
committerdelphij <delphij@FreeBSD.org>2006-07-13 08:11:46 +0000
commit9be6108e9c9d6feffbfd4ae158023da073e5157d (patch)
tree242376d6d827b79b395589d5d0593e6d6c682f2a /sys/amd64/conf
parent9b920b4f9db7a8cdfe56756c5f124f15b4c8848c (diff)
downloadFreeBSD-src-9be6108e9c9d6feffbfd4ae158023da073e5157d.zip
FreeBSD-src-9be6108e9c9d6feffbfd4ae158023da073e5157d.tar.gz
MFC: Move AH[CD]_REG_PRETTY_PRINT options to where they belongs.
Diffstat (limited to 'sys/amd64/conf')
-rw-r--r--sys/amd64/conf/GENERIC8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 43c5c72..6cbe783 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -58,10 +58,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.
# Workarounds for some known-to-be-broken chipsets (nVidia nForce3-Pro150)
@@ -88,7 +84,11 @@ options ATA_STATIC_ID # Static device numbering
# 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 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
OpenPOWER on IntegriCloud