diff options
| author | Brian Feldman <green@FreeBSD.org> | 2001-07-02 15:29:38 +0000 |
|---|---|---|
| committer | Brian Feldman <green@FreeBSD.org> | 2001-07-02 15:29:38 +0000 |
| commit | 5e6abe66d80ced1840733e8c201a20c7896fe613 (patch) | |
| tree | 7a5757bd27544b4dfa1be6732342f79b28599381 | |
| parent | 0cfa4761f797615a70aecc6d098a265de35fcc78 (diff) | |
Notes
| -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 362adf3b2eb4..714d3efeac6e 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)"}, |
