From owner-freebsd-bugs Mon Sep 4 8:50: 7 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0A64D37B424 for ; Mon, 4 Sep 2000 08:50:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA18799; Mon, 4 Sep 2000 08:50:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) 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 ; 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 X-Send-Pr-Version: 3.2 Subject: kern/21028: Add Zoom V90 Internal modem support Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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