diff options
-rw-r--r-- | sys/dev/pci/pcidevs.h | 3 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 6 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index d71f9b1548a..4662606b4ec 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.1267 2007/09/17 01:13:23 brad Exp + * OpenBSD: pcidevs,v 1.1268 2007/09/26 06:02:26 deanna Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -316,6 +316,7 @@ #define PCI_VENDOR_QUANCOM 0x8008 /* Quancom Informationssysteme */ #define PCI_VENDOR_INTEL 0x8086 /* Intel */ #define PCI_VENDOR_INNOTEK 0x80ee /* InnoTek */ +#define PCI_VENDOR_SIGMATEL 0x8384 /* Sigmatel */ #define PCI_VENDOR_WINBOND2 0x8c4a /* Winbond */ #define PCI_VENDOR_KTI 0x8e2e /* KTI */ #define PCI_VENDOR_ADP 0x9004 /* Adaptec */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index dc939a8c880..9a371339066 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.1267 2007/09/17 01:13:23 brad Exp + * OpenBSD: pcidevs,v 1.1268 2007/09/26 06:02:26 deanna Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -14932,6 +14932,10 @@ static const struct pci_known_vendor pci_known_vendors[] = { "InnoTek", }, { + PCI_VENDOR_SIGMATEL, + "Sigmatel", + }, + { PCI_VENDOR_WINBOND2, "Winbond", }, |