mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-04 17:15:50 +00:00
Enable ahd/ahc register pretty printing by default. This expedites
handling of bug reports.
This commit is contained in:
parent
4e7bbbf96c
commit
97145a37a6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=102689
@ -53,6 +53,10 @@ options SYSVSEM #SYSV-style semaphores
|
|||||||
options P1003_1B #Posix P1003_1B real-time extensions
|
options P1003_1B #Posix P1003_1B real-time extensions
|
||||||
options _KPOSIX_PRIORITY_SCHEDULING
|
options _KPOSIX_PRIORITY_SCHEDULING
|
||||||
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
|
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
|
# Debugging for use in -current
|
||||||
options DDB #Enable the kernel debugger
|
options DDB #Enable the kernel debugger
|
||||||
@ -83,7 +87,7 @@ options ATA_STATIC_ID #Static device numbering
|
|||||||
# SCSI Controllers
|
# SCSI Controllers
|
||||||
device ahb # EISA AHA1742 family
|
device ahb # EISA AHA1742 family
|
||||||
device ahc # AHA2940 and onboard AIC7xxx devices
|
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 amd # AMD 53C974 (Tekram DC-390(T))
|
||||||
device isp # Qlogic family
|
device isp # Qlogic family
|
||||||
device mpt # LSI-Logic MPT-Fusion
|
device mpt # LSI-Logic MPT-Fusion
|
||||||
|
@ -53,6 +53,10 @@ options SYSVSEM #SYSV-style semaphores
|
|||||||
options P1003_1B #Posix P1003_1B real-time extensions
|
options P1003_1B #Posix P1003_1B real-time extensions
|
||||||
options _KPOSIX_PRIORITY_SCHEDULING
|
options _KPOSIX_PRIORITY_SCHEDULING
|
||||||
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
|
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
|
# Debugging for use in -current
|
||||||
options DDB #Enable the kernel debugger
|
options DDB #Enable the kernel debugger
|
||||||
@ -83,7 +87,7 @@ options ATA_STATIC_ID #Static device numbering
|
|||||||
# SCSI Controllers
|
# SCSI Controllers
|
||||||
device ahb # EISA AHA1742 family
|
device ahb # EISA AHA1742 family
|
||||||
device ahc # AHA2940 and onboard AIC7xxx devices
|
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 amd # AMD 53C974 (Tekram DC-390(T))
|
||||||
device isp # Qlogic family
|
device isp # Qlogic family
|
||||||
device mpt # LSI-Logic MPT-Fusion
|
device mpt # LSI-Logic MPT-Fusion
|
||||||
|
Loading…
x
Reference in New Issue
Block a user