From a844e89f9c4dc70969b4e1fa05e7c7c5e5f17172 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Mon, 12 Apr 2004 02:36:51 +0000 Subject: [PATCH] Move sx to i386/NOTES for the moment. I missed the enable/disable_intr() in the code. --- sys/conf/NOTES | 2 -- sys/i386/conf/NOTES | 4 ++++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 2a9004a478cf..99de13fda7ce 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 903407547cf1..0009739da542 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