From 830af90362f11f32f3e6175d915ec72736413f8b Mon Sep 17 00:00:00 2001 From: Nathan Binkert Date: Tue, 19 Mar 2002 14:27:33 +0000 Subject: sync --- sys/dev/pci/pcidevs.h | 8 ++++++-- sys/dev/pci/pcidevs_data.h | 10 +++++++++- 2 files changed, 15 insertions(+), 3 deletions(-) (limited to 'sys') diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index b9bfdaac563..a5a69f90159 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.490 2002/02/18 10:15:44 deraadt Exp + * OpenBSD: pcidevs,v 1.493 2002/03/19 14:27:00 nate Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -45,7 +45,7 @@ * * There is a Vendor ID search engine available at: * - * http://www.pcisig.com/app/search/by_vendor_id/ + * http://www.pcisig.com/membership/vid_search/ */ /* @@ -558,6 +558,7 @@ #define PCI_VENDOR_EUMITCOM 0x1638 /* Eumitcom */ #define PCI_VENDOR_NETSEC 0x1660 /* NetSec */ #define PCI_VENDOR_GLOBALSUN 0x16ab /* Global Sun */ +#define PCI_VENDOR_ALTIMA 0x173b /* Altima */ #define PCI_VENDOR_ANTARES 0x1754 /* Antares Microsystems */ #define PCI_VENDOR_SYMPHONY2 0x1c1c /* Symphony Labs */ #define PCI_VENDOR_TEKRAM2 0x1de1 /* Tekram Technology */ @@ -777,6 +778,9 @@ #define PCI_PRODUCT_ALTEON_BCM5700 0x0003 /* BCM5700 (Broadcom) */ #define PCI_PRODUCT_ALTEON_BCM5701 0x0004 /* BCM5701 (Broadcom) */ +/* Altima products */ +#define PCI_PRODUCT_ALTIMA_AC100X 0x03e8 /* AC100X */ + /* AMD products */ #define PCI_PRODUCT_AMD_PCNET_PCI 0x2000 /* 79c970 PCnet-PCI LANCE */ #define PCI_PRODUCT_AMD_PCHOME_PCI 0x2001 /* 79c978 PChome-PCI LANCE */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index d90ecae3994..8718ddc5d5f 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.490 2002/02/18 10:15:44 deraadt Exp + * OpenBSD: pcidevs,v 1.493 2002/03/19 14:27:00 nate Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -638,6 +638,10 @@ static const struct pci_known_product pci_known_products[] = { PCI_VENDOR_ALTEON, PCI_PRODUCT_ALTEON_BCM5701, "BCM5701 (Broadcom)", }, + { + PCI_VENDOR_ALTIMA, PCI_PRODUCT_ALTIMA_AC100X, + "AC100X", + }, { PCI_VENDOR_AMD, PCI_PRODUCT_AMD_PCNET_PCI, "79c970 PCnet-PCI LANCE", @@ -7190,6 +7194,10 @@ static const struct pci_known_vendor pci_known_vendors[] = { PCI_VENDOR_GLOBALSUN, "Global Sun", }, + { + PCI_VENDOR_ALTIMA, + "Altima", + }, { PCI_VENDOR_ANTARES, "Antares Microsystems", -- cgit v1.2.3