kern/66280: [PATCH] Add another ac97 id

Christian Brueffer chris at unixpages.org
Wed May 5 04:40:16 PDT 2004


>Number:         66280
>Category:       kern
>Synopsis:       [PATCH] Add another ac97 id
>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:   Wed May 05 04:40:16 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Christian Brueffer
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
Aachen University of Technology (RWTH)
>Environment:
	
>Description:
	The patch adds another ac97 codec id (compile tested and
	verified to work)
	
>How-To-Repeat:
	
>Fix:

	



--- ac97.c.diff begins here ---
Index: ac97.c
===================================================================
RCS file: /usr/home/ncvs/freebsd/src/sys/dev/sound/pcm/ac97.c,v
retrieving revision 1.50
diff -u -r1.50 ac97.c
--- ac97.c	23 Jan 2004 16:38:54 -0000	1.50
+++ ac97.c	4 May 2004 13:44:54 -0000
@@ -150,6 +150,7 @@
 	{ 0x43525900, 0x07, 0, "CS4297", 	0 },
 	{ 0x43525910, 0x07, 0, "CS4297A", 	0 },
 	{ 0x43525920, 0x07, 0, "CS4294/98",	0 },
+	{ 0x4352592d, 0x07, 0, "CS4294",	0 },
 	{ 0x43525930, 0x07, 0, "CS4299",	0 },
 	{ 0x43525940, 0x07, 0, "CS4201",	0 },
 	{ 0x43525958, 0x07, 0, "CS4205",	0 },
--- ac97.c.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-bugs mailing list