The following diff adds support for the ATI SB600 chipsets AC'97
controller to the auixp(4) driver.


Index: auixp.c
===================================================================
RCS file: /cvs/src/sys/dev/pci/auixp.c,v
retrieving revision 1.23
diff -u -p -r1.23 auixp.c
--- auixp.c     29 Mar 2009 21:53:52 -0000      1.23
+++ auixp.c     2 Oct 2009 01:28:47 -0000
@@ -92,7 +92,8 @@
 const struct pci_matchid auixp_pci_devices[] = {
        { PCI_VENDOR_ATI, PCI_PRODUCT_ATI_SB200_AUDIO },
        { PCI_VENDOR_ATI, PCI_PRODUCT_ATI_SB300_AUDIO },
-       { PCI_VENDOR_ATI, PCI_PRODUCT_ATI_SB400_AUDIO }
+       { PCI_VENDOR_ATI, PCI_PRODUCT_ATI_SB400_AUDIO },
+       { PCI_VENDOR_ATI, PCI_PRODUCT_ATI_SB600_AUDIO }
 };
 
 struct cfdriver auixp_cd = {



Index: auixp.4
===================================================================
RCS file: /cvs/src/share/man/man4/auixp.4,v
retrieving revision 1.9
diff -u -p -r1.9 auixp.4
--- auixp.4     19 Oct 2008 03:13:06 -0000      1.9
+++ auixp.4     2 Oct 2009 01:29:32 -0000
@@ -35,7 +35,7 @@
 .Os
 .Sh NAME
 .Nm auixp
-.Nd ATI SB200/SB300/SB400 integrated AC'97 audio device
+.Nd ATI SB200/SB300/SB400/SB600 integrated AC'97 audio device
 .Sh SYNOPSIS
 .Cd "auixp* at pci?
 .Cd "audio* at auixp?"
@@ -43,7 +43,7 @@
 The
 .Nm
 device driver supports the integrated AC'97 audio controller
-of the ATI SB200/SB300/SB400 I/O controller hub.
+of the ATI SB200/SB300/SB400/SB600 I/O controller hub.
 .Sh SEE ALSO
 .Xr ac97 4 ,
 .Xr audio 4 ,
Index: pci.4
===================================================================
RCS file: /cvs/src/share/man/man4/pci.4,v
retrieving revision 1.274
diff -u -p -r1.274 pci.4
--- pci.4       8 Aug 2009 09:31:13 -0000       1.274
+++ pci.4       2 Oct 2009 01:30:40 -0000
@@ -344,7 +344,7 @@ AMD Geode LX CS5536 integrated AC'97 aud
 .It Xr auich 4
 Intel ICH integrated AC'97 audio device
 .It Xr auixp 4
-ATI SB200/SB300/SB400 integrated AC'97 audio device
+ATI SB200/SB300/SB400/SB600 integrated AC'97 audio device
 .It Xr autri 4
 Trident 4DWAVE-DX/NX, SiS 7018, ALi M5451 audio device
 .It Xr auvia 4

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

Reply via email to