diff options
| author | castor <castor@NetBSD.org> | 1999-07-27 17:55:00 +0000 |
|---|---|---|
| committer | castor <castor@NetBSD.org> | 1999-07-27 17:55:00 +0000 |
| commit | 0a1820a4e77cd5340ca504610a8917ce936c1909 (patch) | |
| tree | 109c4d8cc24a0d1a7ff7691ef6df94cf29b803f0 /sys | |
| parent | 424a28aa7921f75b8efdf97ba49b0d5ea4e92d7d (diff) | |
regen
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/pci/pcidevs.h | 5 | ||||
| -rw-r--r-- | sys/dev/pci/pcidevs_data.h | 10 |
2 files changed, 11 insertions, 4 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 215b703a9da..6e642b0840e 100644 --- a/sys/dev/pci/pcidevs.h +++ b/sys/dev/pci/pcidevs.h @@ -1,10 +1,10 @@ -/* $NetBSD: pcidevs.h,v 1.146 1999/07/27 00:24:06 thorpej Exp $ */ +/* $NetBSD: pcidevs.h,v 1.147 1999/07/27 17:55:00 castor Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: pcidevs,v 1.139 1999/07/27 00:23:47 thorpej Exp + * NetBSD: pcidevs,v 1.140 1999/07/27 17:52:59 castor Exp */ /* @@ -516,6 +516,7 @@ #define PCI_VENDOR_NVIDIA_SGS 0x12d2 /* Nvidia Corporation & SGS Thomson Microelectric */ #define PCI_VENDOR_LMC 0x1376 /* LAN Media Corporation */ #define PCI_VENDOR_DELTA 0x1500 /* Delta Electronics */ +#define PCI_VENDOR_GEOCAST 0x15a1 /* Geocast Network Systems */ #define PCI_VENDOR_SYMPHONY2 0x1c1c /* Symphony Labs (2nd PCI Vendor ID) */ #define PCI_VENDOR_TEKRAM2 0x1de1 /* Tekram Technology (2nd PCI Vendor ID) */ #define PCI_VENDOR_3DLABS 0x3d3d /* 3D Labs */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 57a48741b29..6a50132b6e8 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.144 1999/07/27 00:24:06 thorpej Exp $ */ +/* $NetBSD: pcidevs_data.h,v 1.145 1999/07/27 17:55:01 castor Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: pcidevs,v 1.139 1999/07/27 00:23:47 thorpej Exp + * NetBSD: pcidevs,v 1.140 1999/07/27 17:52:59 castor Exp */ /* @@ -5974,6 +5974,12 @@ struct pci_knowndev pci_knowndevs[] = { NULL, }, { + PCI_VENDOR_GEOCAST, 0, + PCI_KNOWNDEV_NOPROD, + "Geocast Network Systems", + NULL, + }, + { PCI_VENDOR_SYMPHONY2, 0, PCI_KNOWNDEV_NOPROD, "Symphony Labs (2nd PCI Vendor ID)", |
