summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2000-09-05 09:42:47 +0000
committersheldonh <sheldonh@FreeBSD.org>2000-09-05 09:42:47 +0000
commit75c63c707d89253e9bd44217d8975ec16bec5aa5 (patch)
tree3bbf1a77773942385c9aba7de1903d7074e64a5f
parent459dd42211f73b6dd4a7eea0cac74bd3e5841455 (diff)
downloadFreeBSD-src-75c63c707d89253e9bd44217d8975ec16bec5aa5.zip
FreeBSD-src-75c63c707d89253e9bd44217d8975ec16bec5aa5.tar.gz
Add ZTIA001 - Zoom Internal V90 Faxmodem.
PR: 21028 Submitted by: Glenn Johnson <glennpj@charter.net>
-rw-r--r--sys/dev/sio/sio.c1
-rw-r--r--sys/isa/sio.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/sio/sio.c b/sys/dev/sio/sio.c
index 0cfa5e9..2725a20 100644
--- a/sys/dev/sio/sio.c
+++ b/sys/dev/sio/sio.c
@@ -721,6 +721,7 @@ static struct isa_pnp_id sio_ids[] = {
{0x70917256, NULL}, /* USR9170 - U.S. Robotics 56K FAX INT */
{0x90917256, NULL}, /* USR9190 - USR 56k Voice INT */
{0x0300695c, NULL}, /* WCI0003 - Fax/Voice/Modem/Speakphone/Asvd */
+ {0x01a0896a, NULL}, /* ZTIA001 - Zoom Internal V90 Faxmodem */
{0x61f7896a, NULL}, /* ZTIF761 - Zoom ComStar 33.6 */
{0}
};
diff --git a/sys/isa/sio.c b/sys/isa/sio.c
index 0cfa5e9..2725a20 100644
--- a/sys/isa/sio.c
+++ b/sys/isa/sio.c
@@ -721,6 +721,7 @@ static struct isa_pnp_id sio_ids[] = {
{0x70917256, NULL}, /* USR9170 - U.S. Robotics 56K FAX INT */
{0x90917256, NULL}, /* USR9190 - USR 56k Voice INT */
{0x0300695c, NULL}, /* WCI0003 - Fax/Voice/Modem/Speakphone/Asvd */
+ {0x01a0896a, NULL}, /* ZTIA001 - Zoom Internal V90 Faxmodem */
{0x61f7896a, NULL}, /* ZTIF761 - Zoom ComStar 33.6 */
{0}
};
OpenPOWER on IntegriCloud