diff options
| author | Justin T. Gibbs <gibbs@FreeBSD.org> | 1996-11-11 05:17:34 +0000 |
|---|---|---|
| committer | Justin T. Gibbs <gibbs@FreeBSD.org> | 1996-11-11 05:17:34 +0000 |
| commit | 6fb5e0fa2896f493156a9e868a36ce7d39d65c17 (patch) | |
| tree | f6fb324c6f818d9c1638d1f72b66bfddc6b46ec1 | |
| parent | 8220b8706a0102320979fad155d78ce23af23d65 (diff) | |
Notes
| -rw-r--r-- | sys/conf/NOTES | 12 | ||||
| -rw-r--r-- | sys/i386/conf/LINT | 12 | ||||
| -rw-r--r-- | sys/i386/conf/NOTES | 12 |
3 files changed, 24 insertions, 12 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index c660e55dfa0c..1f8587b7b89d 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.287 1996/11/06 14:52:20 bde Exp $ +# $Id: LINT,v 1.288 1996/11/08 02:38:35 asami Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -878,10 +878,14 @@ controller ahc0 # devices that support it (and controllers with enough SCB's) options AHC_TAGENABLE -# enable SCB paging -- don't use this right now, gibbs says it isn't ready -# for the real world -#options AHC_SCBPAGING_ENABLE +# enable SCB paging - See the ahc.4 man page +options AHC_SCBPAGING_ENABLE +# The aic7xxx driver will attempt to use memory mapped I/O for all PCI +# controllers that have it configured. Unfortunately, this doesn't work +# on some motherboards. This option will force the driver to use programmed +# I/O instead. +options AHC_FORCE_PIO # # PCI devices: diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index c660e55dfa0c..1f8587b7b89d 100644 --- a/sys/i386/conf/LINT +++ b/sys/i386/conf/LINT @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.287 1996/11/06 14:52:20 bde Exp $ +# $Id: LINT,v 1.288 1996/11/08 02:38:35 asami Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -878,10 +878,14 @@ controller ahc0 # devices that support it (and controllers with enough SCB's) options AHC_TAGENABLE -# enable SCB paging -- don't use this right now, gibbs says it isn't ready -# for the real world -#options AHC_SCBPAGING_ENABLE +# enable SCB paging - See the ahc.4 man page +options AHC_SCBPAGING_ENABLE +# The aic7xxx driver will attempt to use memory mapped I/O for all PCI +# controllers that have it configured. Unfortunately, this doesn't work +# on some motherboards. This option will force the driver to use programmed +# I/O instead. +options AHC_FORCE_PIO # # PCI devices: diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index c660e55dfa0c..1f8587b7b89d 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.287 1996/11/06 14:52:20 bde Exp $ +# $Id: LINT,v 1.288 1996/11/08 02:38:35 asami Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -878,10 +878,14 @@ controller ahc0 # devices that support it (and controllers with enough SCB's) options AHC_TAGENABLE -# enable SCB paging -- don't use this right now, gibbs says it isn't ready -# for the real world -#options AHC_SCBPAGING_ENABLE +# enable SCB paging - See the ahc.4 man page +options AHC_SCBPAGING_ENABLE +# The aic7xxx driver will attempt to use memory mapped I/O for all PCI +# controllers that have it configured. Unfortunately, this doesn't work +# on some motherboards. This option will force the driver to use programmed +# I/O instead. +options AHC_FORCE_PIO # # PCI devices: |
