diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-06-30 23:58:11 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-06-30 23:58:11 +0000 |
commit | f50da857e13f54ff0e5768476cd442b12df9f703 (patch) | |
tree | 4ac56837578f50ae3d1df25f19f08823bcd24b8d /sys/dev | |
parent | a6c87b0852077ba7b00353bcd7533b813767f76c (diff) |
regen
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 7 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 14 |
2 files changed, 19 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index f9ae72c3dce..9758cd62ab7 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.1089 2006/06/30 23:31:43 brad Exp + * OpenBSD: pcidevs,v 1.1090 2006/06/30 23:57:39 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -266,6 +266,7 @@ #define PCI_VENDOR_ATHEROS 0x168c /* Atheros */ #define PCI_VENDOR_GLOBALSUN 0x16ab /* Global Sun */ #define PCI_VENDOR_SAFENET 0x16ae /* SafeNet */ +#define PCI_VENDOR_MICREL 0x16c6 /* Micrel */ #define PCI_VENDOR_USR2 0x16ec /* US Robotics */ #define PCI_VENDOR_VITESSE 0x1725 /* Vitesse */ #define PCI_VENDOR_LINKSYS 0x1737 /* Linksys */ @@ -2204,6 +2205,10 @@ #define PCI_PRODUCT_MENTOR_PCI0660 0x0660 /* PCI */ #define PCI_PRODUCT_MENTOR_PCI0661 0x0661 /* PCI-PCI */ +/* Micrel products */ +#define PCI_PRODUCT_MICREL_KSZ8841 0x8841 /* KSZ8841 10/100 */ +#define PCI_PRODUCT_MICREL_KSZ8842 0x8842 /* KSZ8842 dual-port 10/100 switch */ + /* Microsoft products */ #define PCI_PRODUCT_MICROSOFT_MN120 0x0001 /* MN-120 10/100 */ #define PCI_PRODUCT_MICROSOFT_MN130 0x0002 /* MN-130 10/100 */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 2aac064b01b..ed76df86eff 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.1089 2006/06/30 23:31:43 brad Exp + * OpenBSD: pcidevs,v 1.1090 2006/06/30 23:57:39 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -6555,6 +6555,14 @@ static const struct pci_known_product pci_known_products[] = { "PCI-PCI", }, { + PCI_VENDOR_MICREL, PCI_PRODUCT_MICREL_KSZ8841, + "KSZ8841 10/100", + }, + { + PCI_VENDOR_MICREL, PCI_PRODUCT_MICREL_KSZ8842, + "KSZ8842 dual-port 10/100 switch", + }, + { PCI_VENDOR_MICROSOFT, PCI_PRODUCT_MICROSOFT_MN120, "MN-120 10/100", }, @@ -12283,6 +12291,10 @@ static const struct pci_known_vendor pci_known_vendors[] = { "SafeNet", }, { + PCI_VENDOR_MICREL, + "Micrel", + }, + { PCI_VENDOR_USR2, "US Robotics", }, |