diff options
| author | Daniel Eischen <deischen@FreeBSD.org> | 1999-10-03 22:25:19 +0000 |
|---|---|---|
| committer | Daniel Eischen <deischen@FreeBSD.org> | 1999-10-03 22:25:19 +0000 |
| commit | 3c6967023cb6916b70c88d740fcb1b00360c3670 (patch) | |
| tree | 1b4be3aad2cd36de39b9e46fa462b18e14cf6096 /sys | |
| parent | 181d21375bd4e0aad21a34c54773e622049e3934 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/sio/sio.c | 6 | ||||
| -rw-r--r-- | sys/isa/sio.c | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/sys/dev/sio/sio.c b/sys/dev/sio/sio.c index c14f04a7e086..5c62be10259b 100644 --- a/sys/dev/sio/sio.c +++ b/sys/dev/sio/sio.c @@ -567,8 +567,10 @@ static struct isa_pnp_id sio_ids[] = { {0x0205d041, "Multiport serial device (non-intelligent 16550)"}, /* PNP0502 */ {0x1005d041, "Generic IRDA-compatible device"}, /* PNP0510 */ {0x1105d041, "Generic IRDA-compatible device"}, /* PNP0511 */ - {0x31307256, "USR3031"}, /* USR3031 */ - {0x8024b04e, "SupraExpress 56i Sp V.90"}, + {0x30207256, NULL}, /* USR2030 */ + {0x31307256, NULL}, /* USR3031 */ + {0x8020b04e, NULL}, /* SUP2080 */ + {0x8024b04e, NULL}, /* SUP2480 */ {0} }; diff --git a/sys/isa/sio.c b/sys/isa/sio.c index c14f04a7e086..5c62be10259b 100644 --- a/sys/isa/sio.c +++ b/sys/isa/sio.c @@ -567,8 +567,10 @@ static struct isa_pnp_id sio_ids[] = { {0x0205d041, "Multiport serial device (non-intelligent 16550)"}, /* PNP0502 */ {0x1005d041, "Generic IRDA-compatible device"}, /* PNP0510 */ {0x1105d041, "Generic IRDA-compatible device"}, /* PNP0511 */ - {0x31307256, "USR3031"}, /* USR3031 */ - {0x8024b04e, "SupraExpress 56i Sp V.90"}, + {0x30207256, NULL}, /* USR2030 */ + {0x31307256, NULL}, /* USR3031 */ + {0x8020b04e, NULL}, /* SUP2080 */ + {0x8024b04e, NULL}, /* SUP2480 */ {0} }; |
