From 5174f71599b53adc14536709718e2050448ae738 Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Mon, 20 Nov 2000 17:48:59 +0000 Subject: likely to work on ich2 too; from deraadt --- sys/dev/pci/auich.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/dev/pci/auich.c') 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 }, }; -- cgit v1.2.3