Bug 29233

Summary: VIA 82C686 AC97 codec gets probed as 'chip%d'
Product: Base System Reporter: Nick Sayer <nsayer>
Component: kernAssignee: sound
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.3-STABLE   
Hardware: Any   
OS: Any   

Description Nick Sayer 2001-07-25 22:00:31 UTC
If you don't have pcm compiled into the kernel, this device will get 'chip%d'
assigned. This precludes later loading the pcm module.

Fix: 

in /sys/pci/pcisupport.c, devices that actually have loadable drivers
probably should not be matched.
How-To-Repeat: 
Build kernel without pcm, then try and load it later.
Comment 1 Kris Kennaway freebsd_committer freebsd_triage 2003-07-13 10:56:43 UTC
Responsible Changed
From-To: freebsd-bugs->sound

Assign to sound maintainers
Comment 2 Bruce M Simpson freebsd_committer freebsd_triage 2004-07-03 08:08:51 UTC
State Changed
From-To: open->feedback

Can you reproduce this with a more recent RELEASE? pcisupport shouldn't 
be attaching a driver therefore the resources should be unclaimed when 
you try to kldload pcm.
Comment 3 Bruce M Simpson freebsd_committer freebsd_triage 2004-07-03 16:10:33 UTC
State Changed
From-To: feedback->closed

Submitter reports issue is fixed