diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-03-24 19:00:10 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-03-24 19:00:10 +0000 |
commit | bdedca315590daa1317187ee10451f928d9f7dd5 (patch) | |
tree | 534b4956cf1fad4c798677a253c12c0dc00b713a /sys/dev | |
parent | ec251d6a1d0109c35c329fd5adef21f9dc3969b9 (diff) |
regen
Diffstat (limited to 'sys/dev')
-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 6cc26ff4cf8..45cf58aed11 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.1040 2006/03/19 21:01:28 brad Exp + * OpenBSD: pcidevs,v 1.1041 2006/03/24 18:58:46 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -235,6 +235,7 @@ #define PCI_VENDOR_ASKEY 0x144f /* Askey */ #define PCI_VENDOR_AVERMEDIA 0x1461 /* Avermedia */ #define PCI_VENDOR_AIRONET 0x14b9 /* Aironet */ +#define PCI_VENDOR_GLOBESPAN 0x14bc /* Globespan */ #define PCI_VENDOR_MYRICOM 0x14c1 /* Myricom */ #define PCI_VENDOR_OXFORD 0x14d2 /* VScom */ #define PCI_VENDOR_AVLAB 0x14db /* Avlab */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 7aac0d0b872..7e4907fb942 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.1040 2006/03/19 21:01:28 brad Exp + * OpenBSD: pcidevs,v 1.1041 2006/03/24 18:58:46 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -11735,6 +11735,10 @@ static const struct pci_known_vendor pci_known_vendors[] = { "Aironet", }, { + PCI_VENDOR_GLOBESPAN, + "Globespan", + }, + { PCI_VENDOR_MYRICOM, "Myricom", }, |