From d7db4e569d8428d8fb7f17dbde95bf62c6cb89da Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Tue, 15 Aug 2000 21:03:28 +0000 Subject: Add another USR modem. PR: 20621 Submitted by: Masanori Taira --- sys/dev/sio/sio.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/dev/sio') diff --git a/sys/dev/sio/sio.c b/sys/dev/sio/sio.c index 07c89a41ef60..73af0fece512 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 */ -- cgit v1.3