diff options
author | steve <steve@FreeBSD.org> | 1999-10-11 15:06:14 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-10-11 15:06:14 +0000 |
commit | 064f8661d9baaef3940a5356d51bf558c7094c5e (patch) | |
tree | d7ddfd6f1a5d289f93d9df2837d649559fdf0c21 /sys/isa | |
parent | bd2dc2824515fa5d046a1f3d6fa2b5a62be605b4 (diff) | |
download | FreeBSD-src-064f8661d9baaef3940a5356d51bf558c7094c5e.zip FreeBSD-src-064f8661d9baaef3940a5356d51bf558c7094c5e.tar.gz |
Add support for the USRobotics Courier V.Everything (USR0101) modem.
Submitted by: Robert Blayzor <robert@superior.net>
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 5c62be1..9f06407 100644 --- a/sys/isa/sio.c +++ b/sys/isa/sio.c @@ -567,6 +567,7 @@ 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 */ + {0x01017256, NULL}, /* USR0101 */ {0x30207256, NULL}, /* USR2030 */ {0x31307256, NULL}, /* USR3031 */ {0x8020b04e, NULL}, /* SUP2080 */ |