From 91dcd880bccc885b3e59910025dc255cfafb66ea Mon Sep 17 00:00:00 2001 From: nonaka Date: Wed, 5 Apr 2006 20:09:47 +0000 Subject: Regen. --- sys/dev/pci/pcidevs.h | 5 +++-- sys/dev/pci/pcidevs_data.h | 10 +++++++--- 2 files changed, 10 insertions(+), 5 deletions(-) (limited to 'sys/dev') 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 */ /* @@ -2127,6 +2127,10 @@ static const struct pci_vendor pci_vendors[] = { PCI_VENDOR_SOLIDUM, "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[] = { { -- cgit