summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/NOTES12
-rw-r--r--sys/i386/conf/LINT12
-rw-r--r--sys/i386/conf/NOTES12
3 files changed, 24 insertions, 12 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index c660e55..1f8587b 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 c660e55..1f8587b 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 c660e55..1f8587b 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:
OpenPOWER on IntegriCloud