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/pcidevs_data.h | |
| parent | fd5e23a861a68795f694b52501e68f8a97ef02dd (diff) | |
Regen.
Diffstat (limited to 'sys/dev/pci/pcidevs_data.h')
| -rw-r--r-- | sys/dev/pci/pcidevs_data.h | 10 |
1 files changed, 7 insertions, 3 deletions
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[] = { { |
