summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pci/atiixp.h
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2008-06-30 05:14:44 +0000
committerdelphij <delphij@FreeBSD.org>2008-06-30 05:14:44 +0000
commit19803ae742be963cc4db6a5a3e7b04b976946037 (patch)
tree3e0efdacc5b1dca1d1a0d331069b21c491ecdd51 /sys/dev/sound/pci/atiixp.h
parentc5776c1b8613f678a9d71f8defe33ad49781c758 (diff)
downloadFreeBSD-src-19803ae742be963cc4db6a5a3e7b04b976946037.zip
FreeBSD-src-19803ae742be963cc4db6a5a3e7b04b976946037.tar.gz
Correct SB600 AC97 Audio PCI ID, otherwise we will attach to the
SBx00 PCI to PCI Bridge which causes problems.
Diffstat (limited to 'sys/dev/sound/pci/atiixp.h')
-rw-r--r--sys/dev/sound/pci/atiixp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/pci/atiixp.h b/sys/dev/sound/pci/atiixp.h
index d9bd79b..1eb48f5 100644
--- a/sys/dev/sound/pci/atiixp.h
+++ b/sys/dev/sound/pci/atiixp.h
@@ -51,7 +51,7 @@
#define ATI_IXP_200_ID 0x4341
#define ATI_IXP_300_ID 0x4361
#define ATI_IXP_400_ID 0x4370
-#define ATI_IXP_SB600_ID 0x4384
+#define ATI_IXP_SB600_ID 0x4382
#define ATI_IXP_BASE_RATE 48000
OpenPOWER on IntegriCloud