diff options
author | iedowse <iedowse@FreeBSD.org> | 2001-11-18 16:39:09 +0000 |
---|---|---|
committer | iedowse <iedowse@FreeBSD.org> | 2001-11-18 16:39:09 +0000 |
commit | 5e77f37f10055fc52abc23996382e2f0b02d59a6 (patch) | |
tree | 12a43b2f508d89570741d892a041d9f41371a07d /sys/dev | |
parent | 8fe2c8d0f03be1195d92dd0269fe4d5429e2e03b (diff) | |
download | FreeBSD-src-5e77f37f10055fc52abc23996382e2f0b02d59a6.zip FreeBSD-src-5e77f37f10055fc52abc23996382e2f0b02d59a6.tar.gz |
Add the PnP ID for a Rockwell 33.6k modem.
PR: kern/23414
Submitted by: Ryuichiro Imura <imura@af.airnet.ne.jp>
MFC after: 1 week
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/sio/sio_isa.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |