diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 4 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 758052d2a1c..b9a0fb62a60 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.766 2004/09/23 18:39:36 grange Exp + * OpenBSD: pcidevs,v 1.767 2004/09/25 18:40:27 grange Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -220,8 +220,8 @@ #define PCI_VENDOR_TAMARACK 0x143d /* Tamarack Microelectronics */ #define PCI_VENDOR_ASKEY 0x144f /* Askey */ #define PCI_VENDOR_AVERMEDIA 0x1461 /* Avermedia */ -#define PCI_VENDOR_OXFORD 0x14d2 /* Oxford */ #define PCI_VENDOR_AIRONET 0x14b9 /* Aironet */ +#define PCI_VENDOR_OXFORD 0x14d2 /* Oxford */ #define PCI_VENDOR_AVLAB 0x14db /* Avlab */ #define PCI_VENDOR_INVERTEX 0x14e1 /* Invertex */ #define PCI_VENDOR_BROADCOM 0x14e4 /* Broadcom */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 12f95a98d4c..f1e83897fc9 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.766 2004/09/23 18:39:36 grange Exp + * OpenBSD: pcidevs,v 1.767 2004/09/25 18:40:27 grange Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -8419,14 +8419,14 @@ static const struct pci_known_vendor pci_known_vendors[] = { "Avermedia", }, { - PCI_VENDOR_OXFORD, - "Oxford", - }, - { PCI_VENDOR_AIRONET, "Aironet", }, { + PCI_VENDOR_OXFORD, + "Oxford", + }, + { PCI_VENDOR_AVLAB, "Avlab", }, |