From kargl@troutmask.apl.washington.edu Fri Dec  3 10:03:15 1999
Return-Path: <kargl@troutmask.apl.washington.edu>
Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.54])
	by hub.freebsd.org (Postfix) with ESMTP id 40CF614FB9
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  3 Dec 1999 10:03:09 -0800 (PST)
	(envelope-from kargl@troutmask.apl.washington.edu)
Received: (from kargl@localhost)
	by troutmask.apl.washington.edu (8.9.3/8.9.3) id KAA00556;
	Fri, 3 Dec 1999 10:01:13 -0800 (PST)
	(envelope-from kargl)
Message-Id: <199912031801.KAA00556@troutmask.apl.washington.edu>
Date: Fri, 3 Dec 1999 10:01:13 -0800 (PST)
From: "Steven G. Kargl" <kargl@troutmask.apl.washington.edu>
Reply-To: kargl@troutmask.apl.washington.edu
To: FreeBSD-gnats-submit@freebsd.org
Subject: added ViBRA16CL support to sbc.c
X-Send-Pr-Version: 3.2

>Number:         15243
>Category:       kern
>Synopsis:       added ViBRA16CL support to sbc.c
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec  3 10:10:02 PST 1999
>Closed-Date:    Sat Dec 4 02:13:52 PST 1999
>Last-Modified:  Sat Dec  4 02:16:21 PST 1999
>Originator:     Steven G. Kargl
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
apl/uw
>Environment:

FreeBSD-current with the newpcm driver and Sound blaster bridge.


>Description:

Properly probe the ViBRA16CL PNP on Micron Millenium II motherboards.
From dmesg:

sbc0: <Creative ViBRA16CL PnP> at port 0x220-0x22f,0x330-0x331,0x388-0x38b \
irq 5 drq 1,5 on isa0
pcm0: <SB PCM Audio> on sbc0

>How-To-Repeat:

	

>Fix:
*** /usr/src/sys/dev/sound/isa/sbc.c	Fri Dec  3 09:13:46 1999
--- sbc.c	Fri Dec  3 09:20:32 1999
***************
*** 107,112 ****
--- 107,116 ----
  			s = "CS4236B";
  		break;
  #endif /* notdef */
+ 	case 0x41008c0e: /* Creative ViBRA16CL PnP */
+ 		if (vend_id2 == 0x80008c0e)
+ 			s = "Creative ViBRA16CL PnP";
+ 		break;
  	case 0x01008c0e: /* Creative ViBRA16C */
  		if (vend_id2 == 0x70008c0e)
  			s = "Creative ViBRA16C PnP";

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: tanimura 
State-Changed-When: Sat Dec 4 02:13:52 PST 1999 
State-Changed-Why:  
The ID has been added in rev 1.5 of sbc.c, thanks! 
>Unformatted:
