It's time to retire AHC_REG_PRETTY_PRINT and AHD_REG_PRETTY_PRINT from
the standard kernels. They are still available as custom compile options.
This commit is contained in:
@@ -123,11 +123,7 @@ device siis # SiliconImage SiI3124/SiI3132/SiI3531 SATA
|
|||||||
|
|
||||||
# SCSI Controllers
|
# SCSI Controllers
|
||||||
device ahc # AHA2940 and onboard AIC7xxx devices
|
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
|
device ahd # AHA39320/29320 and onboard AIC79xx devices
|
||||||
options AHD_REG_PRETTY_PRINT # Print register bitfields in debug
|
|
||||||
# output. Adds ~215k to driver.
|
|
||||||
device esp # AMD Am53C974 (Tekram DC-390(T))
|
device esp # AMD Am53C974 (Tekram DC-390(T))
|
||||||
device hptiop # Highpoint RocketRaid 3xxx series
|
device hptiop # Highpoint RocketRaid 3xxx series
|
||||||
device isp # Qlogic family
|
device isp # Qlogic family
|
||||||
|
|||||||
@@ -84,11 +84,6 @@ device "7seg"
|
|||||||
|
|
||||||
# SCSI Controllers
|
# SCSI Controllers
|
||||||
|
|
||||||
#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 XSCALE_CACHE_READ_WRITE_ALLOCATE
|
options XSCALE_CACHE_READ_WRITE_ALLOCATE
|
||||||
device md
|
device md
|
||||||
device random # Entropy device
|
device random # Entropy device
|
||||||
|
|||||||
@@ -120,11 +120,6 @@ device siis # SiliconImage SiI3124/SiI3132/SiI3531 SATA
|
|||||||
|
|
||||||
# SCSI Controllers
|
# SCSI Controllers
|
||||||
device ahc # AHA2940 and onboard AIC7xxx devices
|
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 esp # AMD Am53C974 (Tekram DC-390(T))
|
device esp # AMD Am53C974 (Tekram DC-390(T))
|
||||||
device hptiop # Highpoint RocketRaid 3xxx series
|
device hptiop # Highpoint RocketRaid 3xxx series
|
||||||
device isp # Qlogic family
|
device isp # Qlogic family
|
||||||
|
|||||||
@@ -118,11 +118,7 @@ options ROOTDEVNAME=\"ufs:cf0s2a\" # Default root filesystem.
|
|||||||
|
|
||||||
# SCSI Controllers
|
# SCSI Controllers
|
||||||
device ahc # AHA2940 and onboard AIC7xxx devices
|
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
|
device ahd # AHA39320/29320 and onboard AIC79xx devices
|
||||||
options AHD_REG_PRETTY_PRINT # Print register bitfields in debug
|
|
||||||
# output. Adds ~215k to driver.
|
|
||||||
device esp # AMD Am53C974 (Tekram DC-390(T))
|
device esp # AMD Am53C974 (Tekram DC-390(T))
|
||||||
device hptiop # Highpoint RocketRaid 3xxx series
|
device hptiop # Highpoint RocketRaid 3xxx series
|
||||||
device isp # Qlogic family
|
device isp # Qlogic family
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ KMOD= ahc
|
|||||||
SUBDIR+= ahc_isa ahc_pci
|
SUBDIR+= ahc_isa ahc_pci
|
||||||
|
|
||||||
GENSRCS= aic7xxx_seq.h aic7xxx_reg.h
|
GENSRCS= aic7xxx_seq.h aic7xxx_reg.h
|
||||||
AHC_REG_PRETTY_PRINT=1
|
# AHC_REG_PRETTY_PRINT=1
|
||||||
REG_PRINT_OPT=
|
REG_PRINT_OPT=
|
||||||
.ifdef AHC_REG_PRETTY_PRINT
|
.ifdef AHC_REG_PRETTY_PRINT
|
||||||
GENSRCS+= aic7xxx_reg_print.c
|
GENSRCS+= aic7xxx_reg_print.c
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ KMOD= ahd
|
|||||||
|
|
||||||
GENSRCS= aic79xx_seq.h aic79xx_reg.h
|
GENSRCS= aic79xx_seq.h aic79xx_reg.h
|
||||||
REG_PRINT_OPT=
|
REG_PRINT_OPT=
|
||||||
AHD_REG_PRETTY_PRINT=1
|
# AHD_REG_PRETTY_PRINT=1
|
||||||
.ifdef AHD_REG_PRETTY_PRINT
|
.ifdef AHD_REG_PRETTY_PRINT
|
||||||
GENSRCS += aic79xx_reg_print.c
|
GENSRCS += aic79xx_reg_print.c
|
||||||
CFLAGS+= -DAHD_REG_PRETTY_PRINT=1
|
CFLAGS+= -DAHD_REG_PRETTY_PRINT=1
|
||||||
|
|||||||
@@ -118,8 +118,6 @@ device siis # SiliconImage SiI3124/SiI3132/SiI3531 SATA
|
|||||||
# SCSI Controllers
|
# SCSI Controllers
|
||||||
device ahc # AHA2940 and onboard AIC7xxx devices
|
device ahc # AHA2940 and onboard AIC7xxx devices
|
||||||
options AHC_ALLOW_MEMIO # Attempt to use memory mapped I/O
|
options AHC_ALLOW_MEMIO # Attempt to use memory mapped I/O
|
||||||
options AHC_REG_PRETTY_PRINT # Print register bitfields in debug
|
|
||||||
# output. Adds ~128k to driver.
|
|
||||||
device isp # Qlogic family
|
device isp # Qlogic family
|
||||||
device ispfw # Firmware module for Qlogic host adapters
|
device ispfw # Firmware module for Qlogic host adapters
|
||||||
device mpt # LSI-Logic MPT-Fusion
|
device mpt # LSI-Logic MPT-Fusion
|
||||||
|
|||||||
@@ -114,8 +114,6 @@ device siis # SiliconImage SiI3124/SiI3132/SiI3531 SATA
|
|||||||
# SCSI Controllers
|
# SCSI Controllers
|
||||||
device ahc # AHA2940 and onboard AIC7xxx devices
|
device ahc # AHA2940 and onboard AIC7xxx devices
|
||||||
options AHC_ALLOW_MEMIO # Attempt to use memory mapped I/O
|
options AHC_ALLOW_MEMIO # Attempt to use memory mapped I/O
|
||||||
options AHC_REG_PRETTY_PRINT # Print register bitfields in debug
|
|
||||||
# output. Adds ~128k to driver.
|
|
||||||
device isp # Qlogic family
|
device isp # Qlogic family
|
||||||
device ispfw # Firmware module for Qlogic host adapters
|
device ispfw # Firmware module for Qlogic host adapters
|
||||||
device mpt # LSI-Logic MPT-Fusion
|
device mpt # LSI-Logic MPT-Fusion
|
||||||
|
|||||||
@@ -112,8 +112,6 @@ device siis # SiliconImage SiI3124/SiI3132/SiI3531 SATA
|
|||||||
# SCSI Controllers
|
# SCSI Controllers
|
||||||
device ahc # AHA2940 and onboard AIC7xxx devices
|
device ahc # AHA2940 and onboard AIC7xxx devices
|
||||||
options AHC_ALLOW_MEMIO # Attempt to use memory mapped I/O
|
options AHC_ALLOW_MEMIO # Attempt to use memory mapped I/O
|
||||||
options AHC_REG_PRETTY_PRINT # Print register bitfields in debug
|
|
||||||
# output. Adds ~128k to driver.
|
|
||||||
device esp # AMD Am53C974, Sun ESP and FAS families
|
device esp # AMD Am53C974, Sun ESP and FAS families
|
||||||
device isp # Qlogic family
|
device isp # Qlogic family
|
||||||
device ispfw # Firmware module for Qlogic host adapters
|
device ispfw # Firmware module for Qlogic host adapters
|
||||||
|
|||||||
Reference in New Issue
Block a user