summaryrefslogtreecommitdiffstats
path: root/sys/amd64/conf
diff options
context:
space:
mode:
authorgibbs <gibbs@FreeBSD.org>2002-08-31 06:56:43 +0000
committergibbs <gibbs@FreeBSD.org>2002-08-31 06:56:43 +0000
commitf742d6ed3708a799ab40ae86e05309927e3ddec3 (patch)
tree2ad951bdc1a65a695dc818000e1e7a7aaafdf4c8 /sys/amd64/conf
parent33ed809319ecd0b0671621127b2007a621bf8119 (diff)
downloadFreeBSD-src-f742d6ed3708a799ab40ae86e05309927e3ddec3.zip
FreeBSD-src-f742d6ed3708a799ab40ae86e05309927e3ddec3.tar.gz
Enable ahd/ahc register pretty printing by default. This expedites
handling of bug reports.
Diffstat (limited to 'sys/amd64/conf')
-rw-r--r--sys/amd64/conf/GENERIC6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index aef7f43..efb89ef 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -53,6 +53,10 @@ options SYSVSEM #SYSV-style semaphores
options P1003_1B #Posix P1003_1B real-time extensions
options _KPOSIX_PRIORITY_SCHEDULING
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.
# Debugging for use in -current
options DDB #Enable the kernel debugger
@@ -83,7 +87,7 @@ options ATA_STATIC_ID #Static device numbering
# SCSI Controllers
device ahb # EISA AHA1742 family
device ahc # AHA2940 and onboard AIC7xxx devices
-device ahd # AHA39320 and onboard AIC79xx devices
+device ahd # AHA39320/29320 and onboard AIC79xx devices
device amd # AMD 53C974 (Tekram DC-390(T))
device isp # Qlogic family
device mpt # LSI-Logic MPT-Fusion
OpenPOWER on IntegriCloud