diff options
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 6 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 10 |
2 files changed, 14 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index a34c9ccc16c..5672787a0e4 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.817 2005/01/15 10:14:17 jsg Exp + * OpenBSD: pcidevs,v 1.818 2005/01/16 20:10:35 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -254,6 +254,7 @@ #define PCI_VENDOR_ANTARES 0x1754 /* Antares Microsystems */ #define PCI_VENDOR_CAVIUM 0x177d /* Cavium */ #define PCI_VENDOR_BELKIN2 0x1799 /* Belkin */ +#define PCI_VENDOR_HAWKING 0x17b3 /* Hawking Technology */ #define PCI_VENDOR_LANERGY 0x1812 /* Lanergy */ #define PCI_VENDOR_RALINK 0x1814 /* Ralink */ #define PCI_VENDOR_SYMPHONY2 0x1c1c /* Symphony Labs */ @@ -1168,6 +1169,9 @@ /* Hauppauge Computer Works */ #define PCI_PRODUCT_HAUPPAUGE_WINTV 0x13eb /* WinTV */ +/* Hawking products */ +#define PCI_PRODUCT_HAWKING_PN672TX 0xab08 /* PN672TX 10/100 */ + /* Hewlett-Packard products */ #define PCI_PRODUCT_HP_VISUALIZE_EG 0x1005 /* Visualize EG */ #define PCI_PRODUCT_HP_VISUALIZE_FX6 0x1006 /* Visualize FX6 */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 6d6c55439d6..b0ccea4b1f1 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.817 2005/01/15 10:14:17 jsg Exp + * OpenBSD: pcidevs,v 1.818 2005/01/16 20:10:35 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -2847,6 +2847,10 @@ static const struct pci_known_product pci_known_products[] = { "WinTV", }, { + PCI_VENDOR_HAWKING, PCI_PRODUCT_HAWKING_PN672TX, + "PN672TX 10/100", + }, + { PCI_VENDOR_HP, PCI_PRODUCT_HP_VISUALIZE_EG, "Visualize EG", }, @@ -9127,6 +9131,10 @@ static const struct pci_known_vendor pci_known_vendors[] = { "Belkin", }, { + PCI_VENDOR_HAWKING, + "Hawking Technology", + }, + { PCI_VENDOR_LANERGY, "Lanergy", }, |