Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Dec 2001 00:03:09 -0500 (EST)
From:      Louis Mamakos <louie@TransSys.COM>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   kern/32891: add PNP ID to sio driver
Message-ID:  <200112160503.fBG539800159@whizzo.transsys.com>

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

>Number:         32891
>Category:       kern
>Synopsis:       add PNP ID to sio driver
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 15 21:10:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Louis Mamakos
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD whizzo.transsys.com 4.4-STABLE FreeBSD 4.4-STABLE #2: Sat Dec 1 21:00:41 EST 2001 louie@whizzo.transsys.com:/a/obj/usr/src/sys/WHIZZO i386


>Description:
	Add support for an ISA PnP modem/soundboard: Creative Labs
	Phoneblaster 33.6 PnP.  Really.

	When this system was running a Really Olde version of freebsd
	which support manual PnP configuration, the board could be
	made to appear though deliberate and painful manual configuration
	and a userconfig script.  The hard way is not longer available;
	make the easy way work.

	(For the curious, the board is a combination 33.6 modem and
	soundblaster 16.  The phone line and telephone handset can be
	connected to the sound board function.  Imagine all the fun
	you can have with voicemail, etc.)

>How-To-Repeat:
	It don't work without the patch:

>Fix:

whizzo[22] # cvs diff -u
cvs diff: Diffing .
Index: sio.c
===================================================================
RCS file: /a/cvs/src/sys/isa/Attic/sio.c,v
retrieving revision 1.291.2.23
diff -u -r1.291.2.23 sio.c
--- sio.c       25 Nov 2001 18:37:42 -0000      1.291.2.23
+++ sio.c       16 Dec 2001 04:51:00 -0000
@@ -674,6 +674,7 @@
        {0x00b4490a, NULL},     /* BRIB400 - Boca 56k PnP */
        {0x0030320d, NULL},     /* CIR3000 - Cirrus Logic V43 */
        {0x0100440e, NULL},     /* CRD0001 - Cardinal MVP288IV ? */
+       {0x01308c0e, NULL},     /* CTL3001 - Creative Labs Phoneblaster */
        {0x36033610, NULL},     /* DAV0336 - DAVICOM 336PNP MODEM */
        {0x0000aa1a, NULL},     /* FUJ0000 - FUJITSU Modem 33600 PNP/I2 */
        {0x1200c31e, NULL},     /* GVC0012 - VF1128HV-R9 (win 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?200112160503.fBG539800159>