From louie@whizzo.transsys.com  Sat Dec 15 21:03:11 2001
Return-Path: <louie@whizzo.transsys.com>
Received: from whizzo.transsys.com (whizzo.TransSys.COM [144.202.42.10])
	by hub.freebsd.org (Postfix) with ESMTP id 6CDDE37B405
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 15 Dec 2001 21:03:10 -0800 (PST)
Received: (from louie@localhost)
	by whizzo.transsys.com (8.11.6/8.11.6) id fBG539800159;
	Sun, 16 Dec 2001 00:03:09 -0500 (EST)
	(envelope-from louie)
Message-Id: <200112160503.fBG539800159@whizzo.transsys.com>
Date: Sun, 16 Dec 2001 00:03:09 -0500 (EST)
From: Louis Mamakos <louie@TransSys.COM>
Reply-To: Louis Mamakos <louie@TransSys.COM>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: add PNP ID to sio driver
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         32891
>Category:       kern
>Synopsis:       add PNP ID to sio driver
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    sheldonh
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 15 21:10:01 PST 2001
>Closed-Date:    Mon Dec 31 01:23:43 PST 2001
>Last-Modified:  Mon Dec 31 01:24:36 PST 2001
>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:
Responsible-Changed-From-To: freebsd-bugs->sheldonh 
Responsible-Changed-By: sheldonh 
Responsible-Changed-When: Sun Dec 30 05:10:53 PST 2001 
Responsible-Changed-Why:  
I'll take this one. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=32891 
State-Changed-From-To: open->analyzed 
State-Changed-By: sheldonh 
State-Changed-When: Sun Dec 30 05:17:30 PST 2001 
State-Changed-Why:  
Committed to src/sys/dev/sio/sio_isa.c in HEAD.  Waiting for 
approval from the release engineer to merge the change onto 
the RELENG_4 branch before 4.5-RELEASE. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=32891 
State-Changed-From-To: analyzed->closed 
State-Changed-By: sheldonh 
State-Changed-When: Mon Dec 31 01:23:43 PST 2001 
State-Changed-Why:  
Merged onto RELENG_4 as rev 1.291.2.24 of src/sys/isa/sio.c 
in time for 4.5-RELEASE.  Thanks! 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=32891 
>Unformatted:
