diff options
| author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-09-05 09:42:47 +0000 |
|---|---|---|
| committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-09-05 09:42:47 +0000 |
| commit | bade5944c91803fe7d6e0b1ca9365dd2c590b0d7 (patch) | |
| tree | c1d33ed53cacf6948c430a0a33605bd62cc0f29d /sys/dev/sio/sio.c | |
| parent | 7aa1d9cd4a1325807b24bea074986373b9d19a14 (diff) | |
Notes
Diffstat (limited to 'sys/dev/sio/sio.c')
| -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 0cfa5e91fffd..2725a201076b 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} }; |
