Date: Tue, 12 Mar 2002 17:40:46 +1100 From: chris@aims.com.au To: <FreeBSD-gnats-submit@freebsd.org> Subject: kern/35813: Add another Askey ISA modem Message-ID: <200203120630.g2C6UEG45450@ait0fd01.aims.private>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203120630.g2C6UEG45450>