Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Oct 2002 07:26:07 -0700 (PDT)
From:      Michail Vidiassov <master@iaas.msu.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   kern/44267: One more modem PNP id for /usr/src/sys/isa/sio.c
Message-ID:  <200210191426.g9JEQ714063245@www.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         44267
>Category:       kern
>Synopsis:       One more modem PNP id for /usr/src/sys/isa/sio.c
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 19 07:30:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Michail Vidiassov
>Release:        4.7-RELEASE
>Organization:
IAAS of MSU
>Environment:
FreeBSD serv.iaas.msu.ru 4.7-PRERELEASE FreeBSD 4.7-PRERELEASE #7: Tue Sep 10 21:52:54 MSD 2002     root@serv.iaas.msu.ru:/disk0g/src/sys/compile/MYKERNEL  i386
>Description:
BEST Data 33614VH Internal ISA modem is not recognised in pnp mode.
>How-To-Repeat:
Plug in the beast ;) => and no Play :(
>Fix:
Add pnp id of the modem into sio_ids structure in /usr/src/sys/isa/sio.c

--- sio.c.orig  Mon Aug 12 15:57:09 2002
+++ sio.c       Fri Oct 18 19:16:21 2002
@@ -717,6 +717,7 @@
        {0x0094490a, NULL},     /* BRI9400 - Boca K56Flex PnP */
        {0x00b4490a, NULL},     /* BRIB400 - Boca 56k PnP */
        {0x0030320d, NULL},     /* CIR3000 - Cirrus Logic V43 */
+       {0x0010320d, NULL},     /* CIR1000 - Cirrus Logic V34 */
        {0x0100440e, NULL},     /* CRD0001 - Cardinal MVP288IV ? */
        {0x01308c0e, NULL},     /* CTL3001 - Creative Labs Phoneblaster */
        {0x36033610, NULL},     /* DAV0336 - DAVICOM 336PNP MODEM */

BTW. in CIR3000 line - is "V43" a typo or not?
>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?200210191426.g9JEQ714063245>