Bug 16487

Summary: PnP device ID missing in sys/dev/sound/isa/sbc.c (fix included!)
Product: Base System Reporter: oliver.fromme <oliver.fromme>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.0-CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description oliver.fromme 2000-01-31 03:50:01 UTC
   The PnP ID of the ``Avance Logic ALS100'' is missing from
   src/sys/dev/sound/isa/sbc.c, which causes the card to not
   be recognized.

Fix: Trivial fix:  just add the PnP ID (see patch below).  The
   card is recognized and works perfectly fine in SB16-
   compatible mode.
How-To-Repeat: 
   Boot a kernel with devices pcm and sbc in a computer with
   an ALS100-based soundcard --> it's not recognized.
Comment 1 tanimura freebsd_committer freebsd_triage 2000-03-09 02:14:13 UTC
State Changed
From-To: open->closed

Fixed in sys/dev/sound/isa/sbc.c rev 1.19.