diff options
author | Niels Provos <provos@cvs.openbsd.org> | 2001-09-05 03:07:45 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 2001-09-05 03:07:45 +0000 |
commit | f3621252fa65d29748f3b089dca9580fc18cda20 (patch) | |
tree | 23d2e82f7d85b7953cc7e2334b25b2e262a1606d | |
parent | ec1601e7762b33606728cb4b0d7911c02af0306b (diff) |
add intel ich3 ac97
-rw-r--r-- | sys/dev/pci/auich.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/auich.c b/sys/dev/pci/auich.c index cd75ef15b3a..7540fce3e48 100644 --- a/sys/dev/pci/auich.c +++ b/sys/dev/pci/auich.c @@ -1,4 +1,4 @@ -/* $OpenBSD: auich.c,v 1.13 2001/08/25 10:13:29 art Exp $ */ +/* $OpenBSD: auich.c,v 1.14 2001/09/05 03:07:44 provos Exp $ */ /* * Copyright (c) 2000,2001 Michael Shalayeff @@ -201,6 +201,7 @@ static const struct auich_devtype { { PCI_PRODUCT_INTEL_82801AA_ACA, 0, "ICH" }, { PCI_PRODUCT_INTEL_82801AB_ACA, 0, "ICH0" }, { PCI_PRODUCT_INTEL_82801BA_ACA, 0, "ICH2" }, + { PCI_PRODUCT_INTEL_82801CA_CAM, 0, "ICH3" }, { PCI_PRODUCT_INTEL_82440MX_ACA, 0, "440MX" }, }; |