diff options
-rw-r--r-- | sys/dev/pci/pcidevs.h | 4 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 10 |
2 files changed, 12 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index dc27310c456..007862872d0 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.1624 2011/10/09 21:39:11 jsg Exp + * OpenBSD: pcidevs,v 1.1625 2011/10/22 19:03:05 camield Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -325,6 +325,7 @@ #define PCI_VENDOR_SYMPHONY2 0x1c1c /* Symphony Labs */ #define PCI_VENDOR_TEKRAM2 0x1de1 /* Tekram */ #define PCI_VENDOR_TEHUTI 0x1fc9 /* Tehuti Networks */ +#define PCI_VENDOR_SUNIX2 0x1fd4 /* Sunix */ #define PCI_VENDOR_HINT 0x3388 /* Hint */ #define PCI_VENDOR_3DLABS 0x3d3d /* 3D Labs */ #define PCI_VENDOR_AVANCE2 0x4005 /* Avance Logic */ @@ -5235,6 +5236,7 @@ /* Sunix */ #define PCI_PRODUCT_SUNIX_40XX 0x7168 /* 40XX */ #define PCI_PRODUCT_SUNIX_4018A 0x7268 /* 4018A */ +#define PCI_PRODUCT_SUNIX2_50XX 0x1999 /* 50XX */ /* Surecom products */ #define PCI_PRODUCT_SURECOM_NE34 0x0e34 /* NE-34 */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 5e0c6913404..366b900144c 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.1624 2011/10/09 21:39:11 jsg Exp + * OpenBSD: pcidevs,v 1.1625 2011/10/22 19:03:05 camield Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -17616,6 +17616,10 @@ static const struct pci_known_product pci_known_products[] = { "4018A", }, { + PCI_VENDOR_SUNIX2, PCI_PRODUCT_SUNIX2_50XX, + "50XX", + }, + { PCI_VENDOR_SURECOM, PCI_PRODUCT_SURECOM_NE34, "NE-34", }, @@ -20972,6 +20976,10 @@ static const struct pci_known_vendor pci_known_vendors[] = { "Tehuti Networks", }, { + PCI_VENDOR_SUNIX2, + "Sunix", + }, + { PCI_VENDOR_HINT, "Hint", }, |