summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2004-04-13 14:04:25 +0000
committernyan <nyan@FreeBSD.org>2004-04-13 14:04:25 +0000
commit7b1ee4071dd3a49dcc9755be0f27348edd0460fd (patch)
treeb51c01768cab37b595b20dc723bffd76a0010f59
parent8f6e7eec626039fa21214746a01d9103980a341b (diff)
downloadFreeBSD-src-7b1ee4071dd3a49dcc9755be0f27348edd0460fd.zip
FreeBSD-src-7b1ee4071dd3a49dcc9755be0f27348edd0460fd.tar.gz
Enable the sx driver on i386 and pc98.
-rw-r--r--sys/i386/conf/NOTES2
-rw-r--r--sys/pc98/conf/NOTES4
2 files changed, 5 insertions, 1 deletions
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 0009739..a93a49d 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -931,7 +931,7 @@ device "i4bcapi"
#
#---------------------------------------------------------------------------
-# sx device is i386 (and pc98?) only at the moment.
+# sx device is i386 and pc98 only at the moment.
device sx
options SX_DEBUG
diff --git a/sys/pc98/conf/NOTES b/sys/pc98/conf/NOTES
index 4ccabc2..eb2b051 100644
--- a/sys/pc98/conf/NOTES
+++ b/sys/pc98/conf/NOTES
@@ -639,6 +639,10 @@ device "i4bcapi"
#
#---------------------------------------------------------------------------
+# sx device is i386 and pc98 only at the moment.
+device sx
+options SX_DEBUG
+
#
# Set the number of PV entries per process. Increasing this can
# stop panics related to heavy use of shared memory. However, that can
OpenPOWER on IntegriCloud