diff options
author | 2001-09-05 03:07:44 +0000 | |
---|---|---|
committer | 2001-09-05 03:07:44 +0000 | |
commit | 0eccfe5c3716829675c96f68722a703c34ef1502 (patch) | |
tree | dea8e9780e02ae4ceac32b7ecb9fd92d06afe425 | |
parent | and fix PTL site. (diff) | |
download | wireguard-openbsd-0eccfe5c3716829675c96f68722a703c34ef1502.tar.xz wireguard-openbsd-0eccfe5c3716829675c96f68722a703c34ef1502.zip |
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" }, }; |