summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2003-09-23 03:37:57 +0000
committerJason Wright <jason@cvs.openbsd.org>2003-09-23 03:37:57 +0000
commit8f6601634e34584d51395d0e65d5bab7701b158c (patch)
tree2aee0527ac1ab1cd4045b3cfee5b25db623cc50d /sys
parent13dfcaebac41dab34fcc5d2e70b60b08a36e5f16 (diff)
sync; hifn 7955
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/pcidevs.h3
-rw-r--r--sys/dev/pci/pcidevs_data.h6
2 files changed, 7 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 4e2c3a7bc44..bcaadc051a0 100644
--- a/sys/dev/pci/pcidevs.h
+++ b/sys/dev/pci/pcidevs.h
@@ -2,7 +2,7 @@
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: pcidevs,v 1.669 2003/09/22 21:02:45 grange Exp
+ * OpenBSD: pcidevs,v 1.670 2003/09/23 03:37:23 jason Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -1051,6 +1051,7 @@
#define PCI_PRODUCT_HIFN_8065 0x0016 /* 8065 */
#define PCI_PRODUCT_HIFN_8165 0x0017 /* 8165 */
#define PCI_PRODUCT_HIFN_8154 0x0018 /* 8154 */
+#define PCI_PRODUCT_HIFN_7955 0x0020 /* 7955 */
/* Hint */
#define PCI_PRODUCT_HINT_VXPRO_II_HOST 0x8011 /* Host */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 4e1a3ff9083..aa82190712f 100644
--- a/sys/dev/pci/pcidevs_data.h
+++ b/sys/dev/pci/pcidevs_data.h
@@ -2,7 +2,7 @@
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: pcidevs,v 1.669 2003/09/22 21:02:45 grange Exp
+ * OpenBSD: pcidevs,v 1.670 2003/09/23 03:37:23 jason Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -2487,6 +2487,10 @@ static const struct pci_known_product pci_known_products[] = {
"8154",
},
{
+ PCI_VENDOR_HIFN, PCI_PRODUCT_HIFN_7955,
+ "7955",
+ },
+ {
PCI_VENDOR_HINT, PCI_PRODUCT_HINT_VXPRO_II_HOST,
"Host",
},