diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2008-10-16 04:03:19 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2008-10-16 04:03:19 +0000 |
commit | a6839439c3c393efca52a51f924b0c6eeee5b63d (patch) | |
tree | 8311fa165cfe7cb15d1df30965ba6484318d2afc /sys | |
parent | ef9b1a4e8db808ea5936e8fee8eebdcc03d64748 (diff) |
Add ICH10.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/ichiic.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/pci/ichiic.c b/sys/dev/pci/ichiic.c index fe2547d526a..7748ac2537a 100644 --- a/sys/dev/pci/ichiic.c +++ b/sys/dev/pci/ichiic.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ichiic.c,v 1.20 2008/04/20 20:51:58 deraadt Exp $ */ +/* $OpenBSD: ichiic.c,v 1.21 2008/10/16 04:03:18 brad Exp $ */ /* * Copyright (c) 2005, 2006 Alexander Yurchenko <grange@openbsd.org> @@ -98,7 +98,8 @@ const struct pci_matchid ichiic_ids[] = { { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801FB_SMB }, { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801GB_SMB }, { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801H_SMB }, - { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801I_SMB } + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801I_SMB }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801JI_SMB } }; int |