diff options
| author | nonaka <nonaka@NetBSD.org> | 2006-04-05 20:09:47 +0000 |
|---|---|---|
| committer | nonaka <nonaka@NetBSD.org> | 2006-04-05 20:09:47 +0000 |
| commit | 91dcd880bccc885b3e59910025dc255cfafb66ea (patch) | |
| tree | d54c5dfd9c3f12ce282db99c682d9400a014f897 /sys/dev/pci | |
| parent | fd5e23a861a68795f694b52501e68f8a97ef02dd (diff) | |
Regen.
Diffstat (limited to 'sys/dev/pci')
| -rw-r--r-- | sys/dev/pci/pcidevs.h | 5 | ||||
| -rw-r--r-- | sys/dev/pci/pcidevs_data.h | 10 |
2 files changed, 10 insertions, 5 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index f93f7637036..ff8024e29ba 100644 --- a/sys/dev/pci/pcidevs.h +++ b/sys/dev/pci/pcidevs.h @@ -1,10 +1,10 @@ -/* $NetBSD: pcidevs.h,v 1.779 2006/03/26 20:23:27 jonathan Exp $ */ +/* $NetBSD: pcidevs.h,v 1.780 2006/04/05 20:09:47 nonaka Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: pcidevs,v 1.778 2006/03/26 20:21:55 jonathan Exp + * NetBSD: pcidevs,v 1.779 2006/04/05 20:09:22 nonaka Exp */ /* @@ -579,6 +579,7 @@ #define PCI_VENDOR_ENE 0x1524 /* ENE Technology */ #define PCI_VENDOR_TERRATEC 0x153b /* TerraTec Electronic */ #define PCI_VENDOR_SOLIDUM 0x1588 /* Solidum Systems */ +#define PCI_VENDOR_FARADAY 0x159b /* Faraday Technology */ #define PCI_VENDOR_GEOCAST 0x15a1 /* Geocast Network Systems */ #define PCI_VENDOR_BLUESTEEL 0x15ab /* Bluesteel Networks */ #define PCI_VENDOR_VMWARE 0x15ad /* VMware */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 44df78ff87e..eb07680820f 100644 --- a/sys/dev/pci/pcidevs_data.h +++ b/sys/dev/pci/pcidevs_data.h @@ -1,10 +1,10 @@ -/* $NetBSD: pcidevs_data.h,v 1.778 2006/03/26 20:23:27 jonathan Exp $ */ +/* $NetBSD: pcidevs_data.h,v 1.779 2006/04/05 20:09:48 nonaka Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: pcidevs,v 1.778 2006/03/26 20:21:55 jonathan Exp + * NetBSD: pcidevs,v 1.779 2006/04/05 20:09:22 nonaka Exp */ /* @@ -2128,6 +2128,10 @@ static const struct pci_vendor pci_vendors[] = { "Solidum Systems", }, { + PCI_VENDOR_FARADAY, + "Faraday Technology", + }, + { PCI_VENDOR_GEOCAST, "Geocast Network Systems", }, @@ -2352,7 +2356,7 @@ static const struct pci_vendor pci_vendors[] = { "INVALID VENDOR ID", }, }; -const int pci_nvendors = 578; +const int pci_nvendors = 579; static const struct pci_product pci_products[] = { { |
