diff options
author | tanimura <tanimura@FreeBSD.org> | 2000-05-19 10:02:15 +0000 |
---|---|---|
committer | tanimura <tanimura@FreeBSD.org> | 2000-05-19 10:02:15 +0000 |
commit | afbefc468c53d242221b72efbd7e48cf01941db9 (patch) | |
tree | 40b4abac23f1403c3b8b0eaeb996bd2f0d68608b /sys/isa | |
parent | 4721396b1df8b77895c0124ad978ed50298df17a (diff) | |
download | FreeBSD-src-afbefc468c53d242221b72efbd7e48cf01941db9.zip FreeBSD-src-afbefc468c53d242221b72efbd7e48cf01941db9.tar.gz |
Add RSS0262 - 5614Jx3[G] V90+K56Flex Modem.
PR: kern/18168
Submitted by: Tony Voet <voet@engineer.com>
Diffstat (limited to 'sys/isa')
-rw-r--r-- | sys/isa/sio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/isa/sio.c b/sys/isa/sio.c index 9ccdb94..63cc925 100644 --- a/sys/isa/sio.c +++ b/sys/isa/sio.c @@ -686,6 +686,7 @@ static struct isa_pnp_id sio_ids[] = { {0x3024a341, NULL}, /* PMC2430 - Pace 56 Voice Internal Modem */ {0x1000eb49, NULL}, /* ROK0010 - Rockwell ? */ {0x5002734a, NULL}, /* RSS0250 - 5614Jx3(G) Internal Modem */ + {0x6202734a, NULL}, /* RSS0262 - 5614Jx3[G] V90+K56Flex Modem */ {0xc100ad4d, NULL}, /* SMM00C1 - Leopard 56k PnP */ {0x9012b04e, NULL}, /* SUP1290 - Supra ? */ {0x1013b04e, NULL}, /* SUP1310 - SupraExpress 336i PnP */ |