diff options
author | green <green@FreeBSD.org> | 2001-07-02 15:29:38 +0000 |
---|---|---|
committer | green <green@FreeBSD.org> | 2001-07-02 15:29:38 +0000 |
commit | 894add3bd003f1bc6ac5015e40202049972c57ab (patch) | |
tree | 7a5757bd27544b4dfa1be6732342f79b28599381 /sys | |
parent | 9243c4f1a8f9d9e3568d0f943ae5147a24e62e46 (diff) | |
download | FreeBSD-src-894add3bd003f1bc6ac5015e40202049972c57ab.zip FreeBSD-src-894add3bd003f1bc6ac5015e40202049972c57ab.tar.gz |
Detect the device on e.g. Dell OptiPlex GX110s.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/sound/pci/ich.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/sound/pci/ich.c b/sys/dev/sound/pci/ich.c index 362adf3..714d3ef 100644 --- a/sys/dev/sound/pci/ich.c +++ b/sys/dev/sound/pci/ich.c @@ -157,6 +157,7 @@ struct { char *name; } ich_devs[] = { {0x71958086, 0, "Intel 443MX"}, + {0x24138086, 0, "Intel 82801AA (ICH)"}, {0x24158086, 0, "Intel 82801AA (ICH)"}, {0x24258086, 0, "Intel 82901AB (ICH)"}, {0x24458086, 0, "Intel 82801BA (ICH2)"}, |