summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
diff options
context:
space:
mode:
authordyson <dyson@FreeBSD.org>1995-04-22 22:39:33 +0000
committerdyson <dyson@FreeBSD.org>1995-04-22 22:39:33 +0000
commit50e9985ad4164587b178d14add414c6f6e70fdde (patch)
tree6921420760054cf668a2788e6a272edef293ab8f /sys/i386/conf
parent5bee09351d239370fd9b085acbda14060a895918 (diff)
downloadFreeBSD-src-50e9985ad4164587b178d14add414c6f6e70fdde.zip
FreeBSD-src-50e9985ad4164587b178d14add414c6f6e70fdde.tar.gz
Document the wd.c option NSECS_MULTI.
Diffstat (limited to 'sys/i386/conf')
-rw-r--r--sys/i386/conf/LINT6
-rw-r--r--sys/i386/conf/NOTES6
2 files changed, 10 insertions, 2 deletions
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 58d5914..1842079 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.169 1995/04/14 15:12:24 dufault Exp $
+# $Id: LINT,v 1.170 1995/04/18 11:02:22 ache 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
@@ -377,6 +377,9 @@ controller isa0
# TUNE_1542 enables the automatic ISA bus speed selection for the
# Adaptec 1542 boards. Does not work for all boards, use it with caution.
#
+# NSECS_MULTI enables and allows multi-block transfers in the wd driver.
+# suggested values would be 8 or 16.
+#
#options ALLOW_CONFLICT_DRQ
#options ALLOW_CONFLICT_IOADDR
#options ALLOW_CONFLICT_IRQ
@@ -386,6 +389,7 @@ options "AUTO_EOI_1"
options BOUNCE_BUFFERS
#options DUMMY_NOPS
#options "TUNE_1542"
+#options "NSECS_MULTI=16"
# Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver
#device vt0 at isa? port "IO_KBD" tty irq 1 vector pcrint
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 58d5914..1842079 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.169 1995/04/14 15:12:24 dufault Exp $
+# $Id: LINT,v 1.170 1995/04/18 11:02:22 ache 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
@@ -377,6 +377,9 @@ controller isa0
# TUNE_1542 enables the automatic ISA bus speed selection for the
# Adaptec 1542 boards. Does not work for all boards, use it with caution.
#
+# NSECS_MULTI enables and allows multi-block transfers in the wd driver.
+# suggested values would be 8 or 16.
+#
#options ALLOW_CONFLICT_DRQ
#options ALLOW_CONFLICT_IOADDR
#options ALLOW_CONFLICT_IRQ
@@ -386,6 +389,7 @@ options "AUTO_EOI_1"
options BOUNCE_BUFFERS
#options DUMMY_NOPS
#options "TUNE_1542"
+#options "NSECS_MULTI=16"
# Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver
#device vt0 at isa? port "IO_KBD" tty irq 1 vector pcrint
OpenPOWER on IntegriCloud