diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2001-09-05 23:26:56 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2001-09-05 23:26:56 +0000 |
commit | 94b70bbd0c0dba8f3fe1dcab39e77e835396b22c (patch) | |
tree | dd0cfe2c6d39a124e3c23e7c2bb34df2d3bf854f /sys | |
parent | 2cd7fa6b34d7eb93a37f31398b1e839f6624e484 (diff) |
sync
Diffstat (limited to 'sys')
-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 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 $ */ @@ -635,6 +635,10 @@ static const struct pci_known_product pci_known_products[] = { "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", }, |