diff options
author | Deanna Phillips <deanna@cvs.openbsd.org> | 2007-09-26 06:04:11 +0000 |
---|---|---|
committer | Deanna Phillips <deanna@cvs.openbsd.org> | 2007-09-26 06:04:11 +0000 |
commit | bd5d3bdd1bcaa06b8b0c1d4ceec198825299fd1a (patch) | |
tree | 9a31882a767ee462556f4752758ae35a30e83656 | |
parent | af5bd63053b4238e9b6089978a632b4bfda5b446 (diff) |
regen
-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", }, |