diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2001-09-26 23:49:38 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2001-09-26 23:49:38 +0000 |
commit | f85b776112bbb821a5a87a5e27ffa67457c83086 (patch) | |
tree | 04ed7a23fa98c596da391624fa8a52f60b32cb38 | |
parent | c90431256a2ac8819e4d6ac410eaa232537bc3c4 (diff) |
sync
-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 7cd4c771797..df5a23f22d2 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.446 2001/09/21 23:07:10 deraadt Exp + * OpenBSD: pcidevs,v 1.447 2001/09/26 23:48:26 jason Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1448,6 +1448,7 @@ /* National Semiconductor products */ #define PCI_PRODUCT_NS_DP83810 0x0001 /* DP83810 10/100 */ +#define PCI_PRODUCT_NS_PC87415 0x0002 /* PC87415 IDE */ #define PCI_PRODUCT_NS_DP83815 0x0020 /* DP83815 10/100 */ #define PCI_PRODUCT_NS_DP83820 0x0022 /* DP83820 1/10/100/1000 */ #define PCI_PRODUCT_NS_NS87410 0xd001 /* NS87410 */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 1ec159d6f74..b5778be9f32 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.446 2001/09/21 23:07:10 deraadt Exp + * OpenBSD: pcidevs,v 1.447 2001/09/26 23:48:26 jason Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -2731,6 +2731,10 @@ static const struct pci_known_product pci_known_products[] = { "DP83810 10/100", }, { + PCI_VENDOR_NS, PCI_PRODUCT_NS_PC87415, + "PC87415 IDE", + }, + { PCI_VENDOR_NS, PCI_PRODUCT_NS_DP83815, "DP83815 10/100", }, |