summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-06-26 01:51:06 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-06-26 01:51:06 +0000
commit53f7c42e6e51fbedaf62b455fa3d9baab7375839 (patch)
tree2dbeccddd0b50183213192fb025edae275a91c58
parent2942212fa482ee088a3abddbee64d901b6211c8a (diff)
sync
-rw-r--r--sys/dev/pci/pcidevs.h4
-rw-r--r--sys/dev/pci/pcidevs_data.h6
2 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 343fc4191a1..d93bf4f743a 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.59 1998/06/25 01:55:04 deraadt Exp
+ * OpenBSD: pcidevs,v 1.60 1998/06/26 01:50:42 deraadt Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -517,7 +517,7 @@
#define PCI_VENDOR_ADP 0x9004 /* Adaptec */
#define PCI_VENDOR_ATRONICS 0x907f /* Atronics */
#define PCI_VENDOR_ARC 0xedd8 /* ARC Logic */
-#define PCI_VENDOR_BAD 0xffff /* ILLEGITIMATE VENDOR ID */
+#define PCI_VENDOR_INVALID 0xffff /* INVALID VENDOR ID */
/*
* List of known products. Grouped by vendor.
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 03888d8b48c..dd5b5c094d2 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.59 1998/06/25 01:55:04 deraadt Exp
+ * OpenBSD: pcidevs,v 1.60 1998/06/26 01:50:42 deraadt Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -5139,9 +5139,9 @@ struct pci_knowndev pci_knowndevs[] = {
NULL,
},
{
- PCI_VENDOR_BAD, 0,
+ PCI_VENDOR_INVALID, 0,
PCI_KNOWNDEV_NOPROD,
- "ILLEGITIMATE VENDOR ID",
+ "INVALID VENDOR ID",
NULL,
},
{ 0, 0, 0, NULL, NULL, }