Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Dec 1999 10:01:13 -0800 (PST)
From:      "Steven G. Kargl" <kargl@troutmask.apl.washington.edu>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   kern/15243: added ViBRA16CL support to sbc.c
Message-ID:  <199912031801.KAA00556@troutmask.apl.washington.edu>

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

>Number:         15243
>Category:       kern
>Synopsis:       added ViBRA16CL support to sbc.c
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec  3 10:10:02 PST 1999
>Closed-Date:
>Last-Modified:
>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:
>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?199912031801.KAA00556>