From owner-freebsd-bugs Mon Mar 11 22:50:10 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0054E37B417 for ; Mon, 11 Mar 2002 22:50:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2C6o0335464; Mon, 11 Mar 2002 22:50:00 -0800 (PST) (envelope-from gnats) Received: from postoffice.aims.com.au (eth0.lnk.aims.com.au [203.31.73.253]) by hub.freebsd.org (Postfix) with ESMTP id 94D4C37B402 for ; Mon, 11 Mar 2002 22:41:22 -0800 (PST) Received: from postoffice.aims.com.au (nts-ts1.aims.private [192.168.10.2]) by postoffice.aims.com.au with ESMTP id g2C6fLA02309 for ; Tue, 12 Mar 2002 17:41:21 +1100 (EST) (envelope-from chris@aims.com.au) Received: from ntsts1 by aims.com.au with SMTP (MDaemon.v3.5.3.R) for ; Tue, 12 Mar 2002 17:40:48 +1100 Message-Id: <200203120630.g2C6UEG45450@ait0fd01.aims.private> Date: Tue, 12 Mar 2002 17:40:46 +1100 From: chris@aims.com.au Reply-To: To: X-Send-Pr-Version: 3.113 Subject: kern/35813: Add another Askey ISA modem Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 35813 >Category: kern >Synopsis: Add another Askey ISA 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: Mon Mar 11 22:50:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Chris Knight >Release: FreeBSD 4.5-RELEASE i386 >Organization: AIMS Independent Computer Professionals >Environment: System: FreeBSD ait0fd01.aims.private 4.5-RELEASE FreeBSD 4.5-RELEASE #3: Tue Feb 19 06:44:54 EST 2002 root@:/usr/src/sys/compile/THINKPAD i386 >Description: Patch for the addition of another Askey/Dynalink ISA modem. Patch is for -stable and -current >How-To-Repeat: N/A >Fix: Index: dev/sio/sio_isa.c =================================================================== RCS file: /home/ncvs/src/sys/dev/sio/sio_isa.c,v retrieving revision 1.6 diff -u -r1.6 sio_isa.c --- dev/sio/sio_isa.c 3 Mar 2002 13:26:59 -0000 1.6 +++ dev/sio/sio_isa.c 12 Mar 2002 05:56:47 -0000 @@ -70,6 +70,7 @@ {0x12206804, NULL}, /* ACH2012 - 5634BTS 56K Video Ready Modem */ {0x7602a904, NULL}, /* AEI0276 - 56K v.90 Fax Modem (LKT) */ {0x00007905, NULL}, /* AKY0000 - 56K Plug&Play Modem */ + {0x21107905, NULL}, /* AKY1021 - 56K Plug&Play Modem */ {0x01405407, NULL}, /* AZT4001 - AZT3000 PnP SOUND DEVICE, MODEM */ {0x56039008, NULL}, /* BDP0356 - Best Data 56x2 */ {0x56159008, NULL}, /* BDP1556 - B.D. Smart One 56SPS,Voice Modem*/ Index: isa/sio.c =================================================================== RCS file: /home/ncvs/src/sys/isa/Attic/sio.c,v retrieving revision 1.291.2.29 diff -u -r1.291.2.29 sio.c --- isa/sio.c 10 Mar 2002 18:48:23 -0000 1.291.2.29 +++ isa/sio.c 12 Mar 2002 06:24:24 -0000 @@ -700,6 +700,7 @@ {0x12206804, NULL}, /* ACH2012 - 5634BTS 56K Video Ready Modem */ {0x7602a904, NULL}, /* AEI0276 - 56K v.90 Fax Modem (LKT) */ {0x00007905, NULL}, /* AKY0000 - 56K Plug&Play Modem */ + {0x21107905, NULL}, /* AKY1021 - 56K Plug&Play Modem */ {0x01405407, NULL}, /* AZT4001 - AZT3000 PnP SOUND DEVICE, MODEM */ {0x56039008, NULL}, /* BDP0356 - Best Data 56x2 */ {0x56159008, NULL}, /* BDP1556 - B.D. Smart One 56SPS,Voice Modem*/ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message