Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Sep 2000 10:43:23 -0500 (CDT)
From:      glennpj@charter.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   kern/21028: Add Zoom V90 Internal modem support
Message-ID:  <200009041543.KAA08770@gforce.johnson.home>

next in thread | raw e-mail | index | archive | help

>Number:         21028
>Category:       kern
>Synopsis:       Add Zoom V90 Internal modem support
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 04 08:50:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Glenn Johnson
>Release:        FreeBSD 4.1-STABLE i386
>Organization:
>Environment:

	

>Description:

        The patch adds support for the Zoom V90 Internal modem. This
modem is a PnP modem that also has jumpers. One of the jumpers toggles
PnP mode on/off.  This patch allows this modem to work in PnP mode.

>How-To-Repeat:

	

>Fix:

        Apply the patch to sys/isa/sio.c to allow FreeBSD to recognize
this modem in PnP mode.

--- sio.c.orig	Tue Aug 15 16:05:30 2000
+++ sio.c	Sat Aug 26 17:38:00 2000
@@ -716,6 +716,7 @@
 	{0x90917256, NULL},	/* USR9190 - USR 56k Voice INT */
 	{0x0300695c, NULL},	/* WCI0003 - Fax/Voice/Modem/Speakphone/Asvd */
 	{0x61f7896a, NULL},	/* ZTIF761 - Zoom ComStar 33.6 */
+	{0x01a0896a, NULL},	/* ZTIA001 - Zoom Internal V90 Faxmodem */
 	{0}
 };
 

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200009041543.KAA08770>