diff options
| author | MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> | 2001-03-07 14:19:55 +0000 |
|---|---|---|
| committer | MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> | 2001-03-07 14:19:55 +0000 |
| commit | ab410acc0a340b8d7dcf4e2c2cd9612776fab15f (patch) | |
| tree | 605533fa98ce09cd53c50e13e698fe9400817237 /sys | |
| parent | bca9e9472bae51e0fe4923be53ae75cead8fdff4 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/sio/sio.c | 1 | ||||
| -rw-r--r-- | sys/isa/sio.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/sio/sio.c b/sys/dev/sio/sio.c index d8f02c9b5cee..70c5b14d269d 100644 --- a/sys/dev/sio/sio.c +++ b/sys/dev/sio/sio.c @@ -673,6 +673,7 @@ static struct isa_pnp_id sio_ids[] = { {0x0050c31e, NULL}, /* GVC5000 - some GVC modem */ {0x3800f91e, NULL}, /* GWY0038 - Telepath with v.90 */ {0x9062f91e, NULL}, /* GWY6290 - Telepath with x2 Technology */ + {0x8100e425, NULL}, /* IOD0081 - I-O DATA DEVICE,INC. IFML-560 */ {0x21002534, NULL}, /* MAE0021 - Jetstream Int V.90 56k Voice Series 2*/ {0x0000f435, NULL}, /* MOT0000 - Motorola ModemSURFR 33.6 Intern */ {0x5015f435, NULL}, /* MOT1550 - Motorola ModemSURFR 56K Modem */ diff --git a/sys/isa/sio.c b/sys/isa/sio.c index d8f02c9b5cee..70c5b14d269d 100644 --- a/sys/isa/sio.c +++ b/sys/isa/sio.c @@ -673,6 +673,7 @@ static struct isa_pnp_id sio_ids[] = { {0x0050c31e, NULL}, /* GVC5000 - some GVC modem */ {0x3800f91e, NULL}, /* GWY0038 - Telepath with v.90 */ {0x9062f91e, NULL}, /* GWY6290 - Telepath with x2 Technology */ + {0x8100e425, NULL}, /* IOD0081 - I-O DATA DEVICE,INC. IFML-560 */ {0x21002534, NULL}, /* MAE0021 - Jetstream Int V.90 56k Voice Series 2*/ {0x0000f435, NULL}, /* MOT0000 - Motorola ModemSURFR 33.6 Intern */ {0x5015f435, NULL}, /* MOT1550 - Motorola ModemSURFR 56K Modem */ |
