diff options
author | peter <peter@FreeBSD.org> | 2000-08-15 21:03:28 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2000-08-15 21:03:28 +0000 |
commit | c4b3a3ad9214309fd9dc378a78cd3e5aedbbdf3f (patch) | |
tree | 61afeee36ed8230af9db42e065d0bc17eeee2b71 /sys/dev | |
parent | 7e224ca2e01b2dd48b7cc151f7c74c9859e9108f (diff) | |
download | FreeBSD-src-c4b3a3ad9214309fd9dc378a78cd3e5aedbbdf3f.zip FreeBSD-src-c4b3a3ad9214309fd9dc378a78cd3e5aedbbdf3f.tar.gz |
Add another USR modem.
PR: 20621
Submitted by: Masanori Taira <mtaira@logicaleffect.com>
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/sio/sio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/sio/sio.c b/sys/dev/sio/sio.c index 07c89a4..73af0fe 100644 --- a/sys/dev/sio/sio.c +++ b/sys/dev/sio/sio.c @@ -713,6 +713,7 @@ static struct isa_pnp_id sio_ids[] = { {0x50307256, NULL}, /* USR3050 - U.S. Robotics 56K FAX INT */ {0x70307256, NULL}, /* USR3070 - U.S. Robotics 56K Voice INT */ {0x90307256, NULL}, /* USR3090 - USR ? */ + {0x70917256, NULL}, /* USR9170 - U.S. Robotics 56K FAX INT */ {0x90917256, NULL}, /* USR9190 - USR 56k Voice INT */ {0x0300695c, NULL}, /* WCI0003 - Fax/Voice/Modem/Speakphone/Asvd */ {0x61f7896a, NULL}, /* ZTIF761 - Zoom ComStar 33.6 */ |