From 8b234ff2a35aec3e7b35aaa453cd47410dac7d04 Mon Sep 17 00:00:00 2001 From: Jason Wright Date: Tue, 14 May 2002 21:58:53 +0000 Subject: sync. --- sys/dev/pci/pcidevs.h | 8 ++++---- sys/dev/pci/pcidevs_data.h | 26 +++++++++++++------------- 2 files changed, 17 insertions(+), 17 deletions(-) (limited to 'sys/dev') diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index b9fb73b6fdc..4991a82cf33 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.509 2002/05/14 21:27:20 jason Exp + * OpenBSD: pcidevs,v 1.510 2002/05/14 21:58:15 jason Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -543,18 +543,18 @@ #define PCI_VENDOR_OXFORD2 0x1415 /* Oxford */ #define PCI_VENDOR_TAMARACK 0x143d /* Tamarack Microelectronics */ #define PCI_VENDOR_OXFORD 0x14d2 /* Oxford */ -#define PCI_VENDOR_INVERTEX 0x14e1 /* Invertex */ #define PCI_VENDOR_AIRONET 0x14b9 /* Aironet */ #define PCI_VENDOR_COMPAL 0x14c0 /* COMPAL */ #define PCI_VENDOR_TITAN 0x14d2 /* Titan */ +#define PCI_VENDOR_INVERTEX 0x14e1 /* Invertex */ #define PCI_VENDOR_BROADCOM 0x14e4 /* Broadcom */ #define PCI_VENDOR_CONEXANT 0x14f1 /* Conexant */ #define PCI_VENDOR_DELTA 0x1500 /* Delta */ #define PCI_VENDOR_TOPIC 0x151f /* Topic/SmartLink */ #define PCI_VENDOR_BLUESTEEL 0x15ab /* Bluesteel Networks */ #define PCI_VENDOR_VMWARE 0x15ad /* VMware */ -#define PCI_VENDOR_NDC 0x15e8 /* National Datacomm Corp */ #define PCI_VENDOR_SYBA 0x1592 /* Syba */ +#define PCI_VENDOR_NDC 0x15e8 /* National Datacomm Corp */ #define PCI_VENDOR_EUMITCOM 0x1638 /* Eumitcom */ #define PCI_VENDOR_NETSEC 0x1660 /* NetSec */ #define PCI_VENDOR_ATHEROS 0x168c /* Atheros */ @@ -586,8 +586,8 @@ #define PCI_VENDOR_ADP2 0x9005 /* Adaptec */ #define PCI_VENDOR_ATRONICS 0x907f /* Atronics */ #define PCI_VENDOR_NETMOS 0x9710 /* NetMos */ -#define PCI_VENDOR_ARC 0xedd8 /* ARC Logic */ #define PCI_VENDOR_CHRYSALIS 0xcafe /* Chrysalis-ITS */ +#define PCI_VENDOR_ARC 0xedd8 /* ARC Logic */ #define PCI_VENDOR_INVALID 0xffff /* INVALID VENDOR ID */ /* diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 42d15b727c1..5f30639d496 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.509 2002/05/14 21:27:20 jason Exp + * OpenBSD: pcidevs,v 1.510 2002/05/14 21:58:15 jason Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -7238,10 +7238,6 @@ static const struct pci_known_vendor pci_known_vendors[] = { PCI_VENDOR_OXFORD, "Oxford", }, - { - PCI_VENDOR_INVERTEX, - "Invertex", - }, { PCI_VENDOR_AIRONET, "Aironet", @@ -7254,6 +7250,10 @@ static const struct pci_known_vendor pci_known_vendors[] = { PCI_VENDOR_TITAN, "Titan", }, + { + PCI_VENDOR_INVERTEX, + "Invertex", + }, { PCI_VENDOR_BROADCOM, "Broadcom", @@ -7278,14 +7278,14 @@ static const struct pci_known_vendor pci_known_vendors[] = { PCI_VENDOR_VMWARE, "VMware", }, - { - PCI_VENDOR_NDC, - "National Datacomm Corp", - }, { PCI_VENDOR_SYBA, "Syba", }, + { + PCI_VENDOR_NDC, + "National Datacomm Corp", + }, { PCI_VENDOR_EUMITCOM, "Eumitcom", @@ -7410,14 +7410,14 @@ static const struct pci_known_vendor pci_known_vendors[] = { PCI_VENDOR_NETMOS, "NetMos", }, - { - PCI_VENDOR_ARC, - "ARC Logic", - }, { PCI_VENDOR_CHRYSALIS, "Chrysalis-ITS", }, + { + PCI_VENDOR_ARC, + "ARC Logic", + }, { PCI_VENDOR_INVALID, "INVALID VENDOR ID", -- cgit v1.2.3