summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pci
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-08-28 19:21:21 +0000
committerobrien <obrien@FreeBSD.org>2003-08-28 19:21:21 +0000
commitc3391597de0345ae36d46a98d1aa7caf002badab (patch)
tree957cab0abb6380aff4f09d500d82744cf9c8e79b /sys/dev/sound/pci
parentc07d7db2a9aef32e3b78b38e417cd4168f393e4c (diff)
downloadFreeBSD-src-c3391597de0345ae36d46a98d1aa7caf002badab.zip
FreeBSD-src-c3391597de0345ae36d46a98d1aa7caf002badab.tar.gz
Add sound support for the AMD64 8111 chip.
PR: kern/55932 Submitted by: Mark Kettenis <kettenis@chello.nl>
Diffstat (limited to 'sys/dev/sound/pci')
-rw-r--r--sys/dev/sound/pci/ich.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/sound/pci/ich.c b/sys/dev/sound/pci/ich.c
index 21349e7..4b1d608 100644
--- a/sys/dev/sound/pci/ich.c
+++ b/sys/dev/sound/pci/ich.c
@@ -652,6 +652,10 @@ ich_pci_probe(device_t dev)
device_set_desc(dev, "AMD-768");
return 0;
+ case 0x746d1022:
+ device_set_desc(dev, "AMD-8111");
+ return 0;
+
default:
return ENXIO;
}
OpenPOWER on IntegriCloud