From 94b70bbd0c0dba8f3fe1dcab39e77e835396b22c Mon Sep 17 00:00:00 2001 From: Jason Wright Date: Wed, 5 Sep 2001 23:26:56 +0000 Subject: sync --- sys/dev/pci/pcidevs.h | 3 ++- sys/dev/pci/pcidevs_data.h | 6 +++++- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'sys') diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 4fb6c2b2e19..76050c9090d 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.439 2001/09/05 00:50:47 provos Exp + * OpenBSD: pcidevs,v 1.440 2001/09/05 22:59:21 jason Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -765,6 +765,7 @@ #define PCI_PRODUCT_AMD_PCHOME_PCI 0x2001 /* 79c978 PChome-PCI LANCE */ #define PCI_PRODUCT_AMD_PCSCSI_PCI 0x2020 /* 53c974 PCscsi-PCI SCSI */ #define PCI_PRODUCT_AMD_PCNETS_PCI 0x2040 /* 79C974 PCnet-PCI Ether+SCSI */ +#define PCI_PRODUCT_AMD_ELANSC520 0x3000 /* ElanSC520 Host-PCI */ /* http://www.amd.com/products/cpg/athlon/techdocs/pdf/21910.pdf */ #define PCI_PRODUCT_AMD_SC751_SC 0x7006 /* 751 System Controller */ #define PCI_PRODUCT_AMD_SC751_PPB 0x7007 /* 751 PCI-PCI */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 7653c2e82c4..8a9203a7808 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.439 2001/09/05 00:50:47 provos Exp + * OpenBSD: pcidevs,v 1.440 2001/09/05 22:59:21 jason Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -634,6 +634,10 @@ static const struct pci_known_product pci_known_products[] = { PCI_VENDOR_AMD, PCI_PRODUCT_AMD_PCNETS_PCI, "79C974 PCnet-PCI Ether+SCSI", }, + { + PCI_VENDOR_AMD, PCI_PRODUCT_AMD_ELANSC520, + "ElanSC520 Host-PCI", + }, { PCI_VENDOR_AMD, PCI_PRODUCT_AMD_SC751_SC, "751 System Controller", -- cgit v1.2.3