summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/auich.c3
-rw-r--r--sys/dev/pci/ich.c3
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/dev/pci/auich.c b/sys/dev/pci/auich.c
index 21e708d880d..d8c629ff5a4 100644
--- a/sys/dev/pci/auich.c
+++ b/sys/dev/pci/auich.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: auich.c,v 1.3 2000/08/11 06:17:18 mickey Exp $ */
+/* $OpenBSD: auich.c,v 1.4 2000/11/20 17:48:58 mickey Exp $ */
/*
* Copyright (c) 2000 Michael Shalayeff
@@ -232,6 +232,7 @@ static const struct ich_devtype {
} ich_devices[] = {
{ PCI_PRODUCT_INTEL_82801AA_ACA, 0 },
{ PCI_PRODUCT_INTEL_82801AB_ACA, 0 },
+ { PCI_PRODUCT_INTEL_82801BA_ACA, 0 },
{ PCI_PRODUCT_INTEL_82440MX_ACA, 0 },
};
diff --git a/sys/dev/pci/ich.c b/sys/dev/pci/ich.c
index 53d3be7a759..2fd09b1c99e 100644
--- a/sys/dev/pci/ich.c
+++ b/sys/dev/pci/ich.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ich.c,v 1.3 2000/08/11 06:17:18 mickey Exp $ */
+/* $OpenBSD: ich.c,v 1.4 2000/11/20 17:48:58 mickey Exp $ */
/*
* Copyright (c) 2000 Michael Shalayeff
@@ -232,6 +232,7 @@ static const struct ich_devtype {
} ich_devices[] = {
{ PCI_PRODUCT_INTEL_82801AA_ACA, 0 },
{ PCI_PRODUCT_INTEL_82801AB_ACA, 0 },
+ { PCI_PRODUCT_INTEL_82801BA_ACA, 0 },
{ PCI_PRODUCT_INTEL_82440MX_ACA, 0 },
};