Bug 90665

Summary: [snd_ich] [patch] Intel ICH7 / AC'97 sound device not supported by snd_ich(4)
Product: Base System Reporter: Glen Neff <neff_glen>
Component: kernAssignee: Ariff Abdullah <ariff>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 6.0-STABLE   
Hardware: Any   
OS: Any   

Description Glen Neff 2005-12-19 21:30:01 UTC
sys/dev/sound/pci/ich.c in 6.0-STABLE has no support for ICH7, only up to the
ICH6 chipset.  It appears support has been added to -CURRENT, but it doesn't
appear an MFC is possible as it looks like a complete re-write.

Fix: 

I've posted a patch here: http://www.trioptimum.com/ich.c.ich7.patch

I've tested it on amd64 and i386, both as a module and as part of a
monolithic kernel with no problems.
How-To-Repeat: n/a
Comment 1 Ariff Abdullah freebsd_committer freebsd_triage 2005-12-20 06:37:42 UTC
Responsible Changed
From-To: freebsd-bugs->ariff

I'll handle this.
Comment 2 Ariff Abdullah freebsd_committer freebsd_triage 2005-12-20 14:26:27 UTC
Could you please try using patchset from
http://people.freebsd.org/~ariff/ ?
Comment 3 Ariff Abdullah freebsd_committer freebsd_triage 2005-12-31 04:39:31 UTC
State Changed
From-To: open->closed

Support for ICH7 with backward compatible AC97 codec has been 
merged from -current.