diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2004-10-05 19:11:02 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2004-10-05 19:11:02 +0000 |
commit | 64a3d46c86ff33c92b7d4315b70d1f96c66f1204 (patch) | |
tree | acad110c3ea99d6674eae90719722192861970b5 /sys/arch | |
parent | a901ea6f19a27c5538aafda665635b47ffeff996 (diff) |
Support for 6300ESB (timecounter, not SpeedStep of course).
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/i386/pci/ichpcib.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/i386/pci/ichpcib.c b/sys/arch/i386/pci/ichpcib.c index 7ca4059a94b..d74752a8d96 100644 --- a/sys/arch/i386/pci/ichpcib.c +++ b/sys/arch/i386/pci/ichpcib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ichpcib.c,v 1.6 2004/10/05 18:58:40 grange Exp $ */ +/* $OpenBSD: ichpcib.c,v 1.7 2004/10/05 19:11:01 grange Exp $ */ /* * Copyright (c) 2004 Alexander Yurchenko <grange@openbsd.org> * @@ -91,7 +91,8 @@ const struct pci_matchid ichpcib_devices[] = { { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801CAM_LPC }, { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801DB_LPC }, { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801DBM_LPC }, - { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801EB_LPC } + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801EB_LPC }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_6300ESB_LPC } }; int |