From 7b1ee4071dd3a49dcc9755be0f27348edd0460fd Mon Sep 17 00:00:00 2001 From: nyan Date: Tue, 13 Apr 2004 14:04:25 +0000 Subject: Enable the sx driver on i386 and pc98. --- sys/i386/conf/NOTES | 2 +- sys/pc98/conf/NOTES | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- cgit v1.1