aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2003-08-28 19:21:21 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2003-08-28 19:21:21 +0000
commitd4aeb0ed016b12fdd3b275108ad64ca85595b20e (patch)
tree957cab0abb6380aff4f09d500d82744cf9c8e79b /sys/dev
parente6f1abaa6810f8ed6994cfd3e33906d4cf16435f (diff)
Notes
Diffstat (limited to 'sys/dev')
-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 21349e71f7b17..4b1d608560d87 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;
}