diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-08-06 02:04:21 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-08-06 02:04:21 +0000 |
commit | 4e299c5d04c65a4b4fd2b71b231c2dd10e93c3f0 (patch) | |
tree | 05f7beb25a980ab569ad43984c3b17f15b5c0eb3 /sys | |
parent | 994e9be6202977a8aaa0ffe5386215199c23f4b7 (diff) |
add the Intel 6321ESB LPC
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/pci/ichpcib.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/pci/ichpcib.c b/sys/arch/i386/pci/ichpcib.c index bac888812f1..96640f929aa 100644 --- a/sys/arch/i386/pci/ichpcib.c +++ b/sys/arch/i386/pci/ichpcib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ichpcib.c,v 1.9 2005/12/11 03:42:19 brad Exp $ */ +/* $OpenBSD: ichpcib.c,v 1.10 2006/08/06 02:04:20 brad Exp $ */ /* * Copyright (c) 2004 Alexander Yurchenko <grange@openbsd.org> * @@ -84,6 +84,7 @@ extern int setperf_prio; const struct pci_matchid ichpcib_devices[] = { { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_6300ESB_LPC }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_6321ESB_LPC }, { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801AA_LPC }, { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801AB_LPC }, { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801BA_LPC }, |