summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authortanimura <tanimura@FreeBSD.org>2000-12-26 06:52:57 +0000
committertanimura <tanimura@FreeBSD.org>2000-12-26 06:52:57 +0000
commit2b28b875546c2eafa60d788426f757140f4aff77 (patch)
treece7252b5290877ad6b7cd30394be270e0f9ff708 /sys
parente60a899d719914bd1c04c0647458145c90c8276f (diff)
downloadFreeBSD-src-2b28b875546c2eafa60d788426f757140f4aff77.zip
FreeBSD-src-2b28b875546c2eafa60d788426f757140f4aff77.tar.gz
Add OZO8008 - Zoom (33.6k Modem).
PR: kern/23336 Submitted by: Paulo Menezes <root@samurai.dee.uc.pt>
Diffstat (limited to 'sys')
-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 9b9fc97..3a2de51 100644
--- a/sys/dev/sio/sio.c
+++ b/sys/dev/sio/sio.c
@@ -683,6 +683,7 @@ static struct isa_pnp_id sio_ids[] = {
{0xf015f435, NULL}, /* MOT15F0 - Motorola VoiceSURFR 56K Modem */
{0x6045f435, NULL}, /* MOT4560 - Motorola ? */
{0x61e7a338, NULL}, /* NECE761 - 33.6Modem */
+ {0x08804f3f, NULL}, /* OZO8008 - Zoom (33.6k Modem) */
{0x0f804f3f, NULL}, /* OZO800f - Zoom 2812 (56k Modem) */
{0x39804f3f, NULL}, /* OZO8039 - Zoom 56k flex */
{0x3024a341, NULL}, /* PMC2430 - Pace 56 Voice Internal Modem */
diff --git a/sys/isa/sio.c b/sys/isa/sio.c
index 9b9fc97..3a2de51 100644
--- a/sys/isa/sio.c
+++ b/sys/isa/sio.c
@@ -683,6 +683,7 @@ static struct isa_pnp_id sio_ids[] = {
{0xf015f435, NULL}, /* MOT15F0 - Motorola VoiceSURFR 56K Modem */
{0x6045f435, NULL}, /* MOT4560 - Motorola ? */
{0x61e7a338, NULL}, /* NECE761 - 33.6Modem */
+ {0x08804f3f, NULL}, /* OZO8008 - Zoom (33.6k Modem) */
{0x0f804f3f, NULL}, /* OZO800f - Zoom 2812 (56k Modem) */
{0x39804f3f, NULL}, /* OZO8039 - Zoom 56k flex */
{0x3024a341, NULL}, /* PMC2430 - Pace 56 Voice Internal Modem */
OpenPOWER on IntegriCloud