summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2004-04-12 02:36:51 +0000
committerimp <imp@FreeBSD.org>2004-04-12 02:36:51 +0000
commit36888394534337e4654d9eaf2978cd46ad5c6829 (patch)
treee91cc990fcc5b6df9b24f4639245da448dae3611 /sys
parent444807bb419cc1185bb2d531a75682c02d185fc1 (diff)
downloadFreeBSD-src-36888394534337e4654d9eaf2978cd46ad5c6829.zip
FreeBSD-src-36888394534337e4654d9eaf2978cd46ad5c6829.tar.gz
Move sx to i386/NOTES for the moment. I missed the
enable/disable_intr() in the code.
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/NOTES2
-rw-r--r--sys/i386/conf/NOTES4
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 2a9004a..99de13f 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -1903,8 +1903,6 @@ options SI_DEBUG
hint.si.0.at="isa"
hint.si.0.maddr="0xd0000"
hint.si.0.irq="12"
-device sx
-options SX_DEBUG
device nmdm
#
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 9034075..0009739 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -931,6 +931,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