diff options
author | Mike Larkin <mlarkin@cvs.openbsd.org> | 2015-11-09 00:38:24 +0000 |
---|---|---|
committer | Mike Larkin <mlarkin@cvs.openbsd.org> | 2015-11-09 00:38:24 +0000 |
commit | 4a4ec2d1e0eeb38e708fbc5b1ed9cf0359bdc39d (patch) | |
tree | 172d22a91c2184118927675f7899720dfadc23ed /sys/dev/pci/pcidevs.h | |
parent | 8239a5a25a93b71f0c47263479f370eefdeea588 (diff) |
regen
Diffstat (limited to 'sys/dev/pci/pcidevs.h')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 123d34f73f1..f63a1314a74 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.1774 2015/11/02 04:43:24 jsg Exp + * OpenBSD: pcidevs,v 1.1775 2015/11/09 00:37:44 mlarkin Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -58,6 +58,7 @@ #define PCI_VENDOR_DYNALINK 0x0675 /* Dynalink */ #define PCI_VENDOR_COREGA2 0x07aa /* Corega */ #define PCI_VENDOR_RHINO 0x0b0b /* Rhino Equipment */ +#define PCI_VENDOR_OPENBSD 0x0b5d /* OpenBSD */ #define PCI_VENDOR_COMPAQ 0x0e11 /* Compaq */ #define PCI_VENDOR_SYMBIOS 0x1000 /* Symbios Logic */ #define PCI_VENDOR_ATI 0x1002 /* ATI */ @@ -5968,6 +5969,9 @@ #define PCI_PRODUCT_OPTI_82C822 0xc822 /* 82C822 */ #define PCI_PRODUCT_OPTI_82C861 0xc861 /* 82C861 */ +/* OpenBSD VMM products */ +#define PCI_PRODUCT_OPENBSD_PCHB 0x0666 /* VMM PCI Host Bridge */ + /* Option products */ #define PCI_PRODUCT_OPTION_F32 0x000c /* 3G+ UMTS HSDPA */ |