From 68f5d86b7c493563330ea44efb5b1129a1b7dc46 Mon Sep 17 00:00:00 2001 From: kato Date: Thu, 2 Sep 1999 13:44:52 +0000 Subject: Sync with sys/i386/i386/userconfig.c revision 1.156. --- sys/pc98/i386/userconfig.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sys/pc98') diff --git a/sys/pc98/i386/userconfig.c b/sys/pc98/i386/userconfig.c index 9038b1e..2c238aa 100644 --- a/sys/pc98/i386/userconfig.c +++ b/sys/pc98/i386/userconfig.c @@ -129,6 +129,9 @@ #include #include "pnp.h" +#undef NPNP +#define NPNP 0 + #if NPNP > 0 #include #endif @@ -427,7 +430,7 @@ static DEV_INFO device_info[] = { {"cy", "Cyclades multiport async adapter", 0, CLS_COMMS}, {"cyy", "Cyclades Ye/PCI multiport async adapter",FLG_INVISIBLE,CLS_COMMS}, {"dgb", "Digiboard PC/Xe, PC/Xi async adapter", 0, CLS_COMMS}, -{"si", "Specialix SI/XIO async adapter", 0, CLS_COMMS}, +{"si", "Specialix SI/XIO/SX async adapter", 0, CLS_COMMS}, {"stl", "Stallion EasyIO/Easy Connection 8/32 async adapter",0, CLS_COMMS}, {"stli", "Stallion intelligent async adapter" ,0, CLS_COMMS}, #ifdef PC98 -- cgit v1.1