diff options
author | 1998-01-03 08:28:11 +0000 | |
---|---|---|
committer | 1998-01-03 08:28:11 +0000 | |
commit | a24c5437969c77bc073a21b2cf0f410ceeb42b28 (patch) | |
tree | 5f9819d5e8872da930216de591d9e36f5de41a06 | |
parent | STB id is the 2nd one actually (diff) | |
download | wireguard-openbsd-a24c5437969c77bc073a21b2cf0f410ceeb42b28.tar.xz wireguard-openbsd-a24c5437969c77bc073a21b2cf0f410ceeb42b28.zip |
sync
-rw-r--r-- | sys/dev/pci/pcidevs.h | 6 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 3deddcd4d85..5b62b7af75a 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.23 1998/01/03 08:15:12 deraadt Exp + * OpenBSD: pcidevs,v 1.24 1998/01/03 08:27:57 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -495,7 +495,7 @@ #define PCI_VENDOR_ROCKWELL 0x127a /* Rockwell Semiconductor Systems */ #define PCI_VENDOR_KOFAX 0x1296 /* Kofax Image Products */ #define PCI_VENDOR_PICTUREEL 0x12c5 /* Picture Elements */ -#define PCI_VENDOR_STB 0x12d2 /* STB (2nd PCI Vendor ID) */ +#define PCI_VENDOR_STB2 0x12d2 /* STB (2nd PCI Vendor ID) */ #define PCI_VENDOR_SYMPHONY2 0x1c1c /* Symphony Labs (2nd PCI Vendor ID) */ #define PCI_VENDOR_TEKRAM2 0x1de1 /* Tekram Technology (2nd PCI Vendor ID) */ #define PCI_VENDOR_3DLABS 0x3d3d /* 3D Labs */ @@ -979,5 +979,5 @@ #define PCI_PRODUCT_ZIATECH_ZT8905 0x8905 /* PCI-ST32 Bridge */ /* STB products */ -#define PCI_PRODUCT_STB_RIVA128 0x0018 /* Velocity128 */ +#define PCI_PRODUCT_STB2_RIVA128 0x0018 /* Velocity128 */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index d2d9b718692..2e3be539d7e 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.23 1998/01/03 08:15:12 deraadt Exp + * OpenBSD: pcidevs,v 1.24 1998/01/03 08:27:57 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1857,7 +1857,7 @@ struct pci_knowndev pci_knowndevs[] = { "PCI-ST32 Bridge", }, { - PCI_VENDOR_STB, PCI_PRODUCT_STB_RIVA128, + PCI_VENDOR_STB2, PCI_PRODUCT_STB2_RIVA128, 0, "STB (2nd PCI Vendor ID)", "Velocity128", @@ -4545,7 +4545,7 @@ struct pci_knowndev pci_knowndevs[] = { NULL, }, { - PCI_VENDOR_STB, 0, + PCI_VENDOR_STB2, 0, PCI_KNOWNDEV_NOPROD, "STB (2nd PCI Vendor ID)", NULL, |