From glennpj@charter.net  Mon Sep  4 08:43:27 2000
Return-Path: <glennpj@charter.net>
Received: from front002.cluster1.charter.net (24-216-159-200.hsacorp.net [24.216.159.200])
	by hub.freebsd.org (Postfix) with ESMTP id 0B27B37B422
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  4 Sep 2000 08:43:27 -0700 (PDT)
Received: from [24.216.138.156] (HELO gforce.johnson.home)
  by front002.cluster1.charter.net (CommuniGate Pro SMTP 3.2.4)
  with ESMTP id 17904716 for FreeBSD-gnats-submit@freebsd.org; Mon, 04 Sep 2000 11:42:04 -0400
Received: (from glenn@localhost)
	by gforce.johnson.home (8.9.3/8.9.3) id KAA08770;
	Mon, 4 Sep 2000 10:43:23 -0500 (CDT)
	(envelope-from glenn)
Message-Id: <200009041543.KAA08770@gforce.johnson.home>
Date: Mon, 4 Sep 2000 10:43:23 -0500 (CDT)
From: glennpj@charter.net
Reply-To: glennpj@charter.net
To: FreeBSD-gnats-submit@freebsd.org
Subject: Add Zoom V90 Internal modem support
X-Send-Pr-Version: 3.2

>Number:         21028
>Category:       kern
>Synopsis:       Add Zoom V90 Internal modem support
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    sheldonh
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 04 08:50:00 PDT 2000
>Closed-Date:    Mon May 28 14:23:43 PDT 2001
>Last-Modified:  Mon May 28 14:24:46 PDT 2001
>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:
Responsible-Changed-From-To: freebsd-bugs->sheldonh 
Responsible-Changed-By: sheldonh 
Responsible-Changed-When: Tue Sep 5 02:31:13 PDT 2000 
Responsible-Changed-Why:  
I'll take this one. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=21028 
State-Changed-From-To: open->analyzed 
State-Changed-By: sheldonh 
State-Changed-When: Tue Sep 5 02:42:22 PDT 2000 
State-Changed-Why:  
Committed (sans disorder) as rev 1.307.  It'll be merged 
onto the RELENG_4 branch later. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=21028 
State-Changed-From-To: analyzed->closed 
State-Changed-By: sheldonh 
State-Changed-When: Mon May 28 14:23:43 PDT 2001 
State-Changed-Why:  
Resolved ages ago in rev 1.291.2.12. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=21028 
>Unformatted:
