From owner-freebsd-bugs Sun May 3 16:52:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA26120 for freebsd-bugs-outgoing; Sun, 3 May 1998 16:52:27 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA26103 for ; Sun, 3 May 1998 16:52:23 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA23641; Sun, 3 May 1998 16:50:01 -0700 (PDT) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA25005; Sun, 3 May 1998 16:45:58 -0700 (PDT) (envelope-from nobody) Message-Id: <199805032345.QAA25005@hub.freebsd.org> Date: Sun, 3 May 1998 16:45:58 -0700 (PDT) From: Kurt@Boolean.NET To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: kern/6496: PnP support for USR x2 Modem Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6496 >Category: kern >Synopsis: PnP support for USR x2 Modem >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun May 3 16:50:01 PDT 1998 >Last-Modified: >Originator: Kurt D. Zeilenga >Organization: Boolean.Net >Release: current as of 24-Apr-98 >Environment: FreeBSD 3.0-CURRENT >Description: I've modified src/sys/i386/isa/sio.c to detect my USR PnP x2 modem. So far so good... (tested with ijppp). Enjoy. >How-To-Repeat: >Fix: Index: sio.c =================================================================== RCS file: /usr/CVSROOT/src/sys/i386/isa/sio.c,v retrieving revision 1.199 diff -c -r1.199 sio.c *** sio.c 1998/02/27 06:39:32 1.199 --- sio.c 1998/05/03 15:31:44 *************** *** 2954,2959 **** --- 2954,2960 ---- { 0x8113b04e, "Supra1381"}, { 0x9012b04e, "Supra1290"}, { 0x11007256, "USR0011"}, + { 0x30207256, "USR2030"}, { 0 } }; >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message