Date: Sat, 2 Sep 2000 14:53:56 -0700 (PDT) From: spadger@best.com To: FreeBSD-gnats-submit@freebsd.org Subject: kern/21000: Please add PnP ID for Boca modem card Message-ID: <200009022153.OAA05478@shell7.ba.best.com>
next in thread | raw e-mail | index | archive | help
>Number: 21000 >Category: kern >Synopsis: 4.1-STABLE doesn't have card ID >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: Sat Sep 02 15:00:04 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Andrew Sparrow >Release: FreeBSD 4.1-STABLE i386 >Organization: None >Environment: 4.x-STABLE, most likely 5.x too. >Description: On upgrading a machine which was using an ISA PnP modem card to 4.1-STABLE, I realised that 'sio.c' didn't have the appropriate PnP ID for the card (a Boca Research K56 Flex ISA PnP modem card).. >How-To-Repeat: Install appropriate hardware, boot any 4.x kernel without this patch. >Fix: # diff -c /usr/src/sys/isa/sio.c sio.c *** /usr/src/sys/isa/sio.c Tue Aug 15 22:05:30 2000 --- sio.c Fri Aug 25 20:15:28 2000 *************** *** 662,667 **** --- 662,668 ---- {0x56039008, NULL}, /* BDP0356 - Best Data 56x2 */ {0x36339008, NULL}, /* BDP3336 - Best Data Prods. 336F */ {0x0014490a, NULL}, /* BRI1400 - Boca 33.6 PnP */ + {0x0094490a, NULL}, /* BRI9400 - Boca K56 PnP */ {0x0015490a, NULL}, /* BRI1500 - Internal Fax Data */ {0x0034490a, NULL}, /* BRI3400 - Internal ACF Modem */ {0x00b4490a, NULL}, /* BRIB400 - Boca 56k PnP */ >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?200009022153.OAA05478>