diff options
author | tanimura <tanimura@FreeBSD.org> | 2000-10-10 10:06:26 +0000 |
---|---|---|
committer | tanimura <tanimura@FreeBSD.org> | 2000-10-10 10:06:26 +0000 |
commit | 14c1fd8d89303a95d6767a4a303cddcf7272ace7 (patch) | |
tree | f4a3875107126a486274352822eae0ccbc749c64 | |
parent | b06428d52ecdf2bc361589c54373c1e5335ce5eb (diff) | |
download | FreeBSD-src-14c1fd8d89303a95d6767a4a303cddcf7272ace7.zip FreeBSD-src-14c1fd8d89303a95d6767a4a303cddcf7272ace7.tar.gz |
Add MAE0021 - Jetstream Int V.90 56k Voice Series 2.
PR: i386/19920
Submitted by: Peter Ortner <port@iname.com>
-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 609aaa2..4c403d1 100644 --- a/sys/dev/sio/sio.c +++ b/sys/dev/sio/sio.c @@ -680,6 +680,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 */ + {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 */ {0xf015f435, NULL}, /* MOT15F0 - Motorola VoiceSURFR 56K Modem */ diff --git a/sys/isa/sio.c b/sys/isa/sio.c index 609aaa2..4c403d1 100644 --- a/sys/isa/sio.c +++ b/sys/isa/sio.c @@ -680,6 +680,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 */ + {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 */ {0xf015f435, NULL}, /* MOT15F0 - Motorola VoiceSURFR 56K Modem */ |