kern/44267: [sio] [patch] One more modem PNP id for /usr/src/sys/isa/sio.c

Volker volker at vwsoft.com
Sat Jan 26 18:20:03 UTC 2008


The following reply was made to PR kern/44267; it has been noted by GNATS.

From: Volker <volker at vwsoft.com>
To: bug-followup at FreeBSD.org, master at iaas.msu.ru
Cc:  
Subject: Re: kern/44267: [sio] [patch] One more modem PNP id for /usr/src/sys/isa/sio.c
Date: Sat, 26 Jan 2008 19:07:33 +0100

 Michail,
 
 if you still have running the hardware, please test the following
 patch (rework from your patch) and reply with the result. The patch
 should work for 6+7+8.
 
 --- sio_isa.c.orig	2008-01-26 19:01:56.000000000 +0100
 +++ /usr/src/sys/dev/sio/sio_isa.c	2008-01-26 19:03:27.000000000 +0100
 @@ -82,6 +82,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 */
 


More information about the freebsd-bugs mailing list