From 5e77f37f10055fc52abc23996382e2f0b02d59a6 Mon Sep 17 00:00:00 2001 From: iedowse Date: Sun, 18 Nov 2001 16:39:09 +0000 Subject: Add the PnP ID for a Rockwell 33.6k modem. PR: kern/23414 Submitted by: Ryuichiro Imura MFC after: 1 week --- sys/dev/sio/sio_isa.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/dev') diff --git a/sys/dev/sio/sio_isa.c b/sys/dev/sio/sio_isa.c index f1293e3..0cb066b 100644 --- a/sys/dev/sio/sio_isa.c +++ b/sys/dev/sio/sio_isa.c @@ -107,6 +107,7 @@ static struct isa_pnp_id sio_ids[] = { {0x1200b23d, NULL}, /* RSS0012 - OMRON ME5614ISA */ {0x5002734a, NULL}, /* RSS0250 - 5614Jx3(G) Internal Modem */ {0x6202734a, NULL}, /* RSS0262 - 5614Jx3[G] V90+K56Flex Modem */ + {0x1010104d, NULL}, /* SHP1010 - Rockwell 33600bps Modem */ {0xc100ad4d, NULL}, /* SMM00C1 - Leopard 56k PnP */ {0x9012b04e, NULL}, /* SUP1290 - Supra ? */ {0x1013b04e, NULL}, /* SUP1310 - SupraExpress 336i PnP */ -- cgit v1.1