summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1994-08-31 06:17:49 +0000
committerdg <dg@FreeBSD.org>1994-08-31 06:17:49 +0000
commita9a9ceeae2109e65721d0b5ed662e324502ceb15 (patch)
tree7ff25817640db4f5e71d9a492c482795929bb37f /sys/conf
parente149c004635e54083175fac38276b9c5d5f138e4 (diff)
downloadFreeBSD-src-a9a9ceeae2109e65721d0b5ed662e324502ceb15.zip
FreeBSD-src-a9a9ceeae2109e65721d0b5ed662e324502ceb15.tar.gz
Rather than exclude bounce buffers support with NOBOUNCE, include it
with BOUNCE_BUFFERS. This is more intuitive, and is better for future multiplatform support. Added BOUNCE_BUFFERS option to the GENERIC and LINT kernel config files.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 6f6516c..1d0d378 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -4,7 +4,7 @@
#
# This kernel is NOT MEANT to be runnable!
#
-# $Id: LINT,v 1.73 1994/08/27 16:23:03 davidg Exp $
+# $Id: LINT,v 1.74 1994/08/28 06:46:25 davidg Exp $
#
machine "i386"
@@ -44,6 +44,8 @@ options "BLANK_SAVER" #syscons "blank" screen saver
#options ALLOW_CONFLICT_IOADDR #no IO addr conflict checks (PS/2 mice)
#options ALLOW_CONFLICT_IRQ #no IRQ conflict checks (mport serial)
+options BOUNCE_BUFFERS #include support for DMA bounce buffers
+
options "TCP_COMPAT_42" #tcp/ip compatible with 4.2
# ^^^ NOT RECOMMENDED FOR NORMAL USE
options UCONSOLE #x console support
OpenPOWER on IntegriCloud