Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci Regen.
details: https://anonhg.NetBSD.org/src/rev/cf634bee0e01
branches: trunk
changeset: 582011:cf634bee0e01
user: tron <tron%NetBSD.org@localhost>
date: Mon Jun 13 15:28:04 2005 +0000
description:
Regen.
diffstat:
sys/dev/pci/pcidevs.h | 6 ++++--
sys/dev/pci/pcidevs_data.h | 10 +++++++---
2 files changed, 11 insertions(+), 5 deletions(-)
diffs (58 lines):
diff -r 6500a7362565 -r cf634bee0e01 sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h Mon Jun 13 15:27:41 2005 +0000
+++ b/sys/dev/pci/pcidevs.h Mon Jun 13 15:28:04 2005 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: pcidevs.h,v 1.717 2005/06/13 07:43:52 nonaka Exp $ */
+/* $NetBSD: pcidevs.h,v 1.718 2005/06/13 15:28:04 tron Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: pcidevs,v 1.715 2005/06/13 07:31:50 nonaka Exp
+ * NetBSD: pcidevs,v 1.717 2005/06/13 15:27:42 tron Exp
*/
/*
@@ -2000,6 +2000,8 @@
/* Linksys products */
#define PCI_PRODUCT_LINKSYS_EG1032 0x1032 /* EG1032 v2 Instant Gigabit Network Adapter */
#define PCI_PRODUCT_LINKSYS_EG1064 0x1064 /* EG1064 v2 Instant Gigabit Network Adapter */
+#define PCI_PRODUCT_LINKSYS_PCMPC200 0xab08 /* PCMPC200 */
+
/* Lite-On products */
#define PCI_PRODUCT_LITEON_82C168 0x0002 /* 82C168/82C169 (PNIC) 10/100 Ethernet */
#define PCI_PRODUCT_LITEON_82C115 0xc115 /* 82C115 (PNIC II) 10/100 Ethernet */
diff -r 6500a7362565 -r cf634bee0e01 sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h Mon Jun 13 15:27:41 2005 +0000
+++ b/sys/dev/pci/pcidevs_data.h Mon Jun 13 15:28:04 2005 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: pcidevs_data.h,v 1.715 2005/06/13 07:43:53 nonaka Exp $ */
+/* $NetBSD: pcidevs_data.h,v 1.716 2005/06/13 15:28:04 tron Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: pcidevs,v 1.715 2005/06/13 07:31:50 nonaka Exp
+ * NetBSD: pcidevs,v 1.717 2005/06/13 15:27:42 tron Exp
*/
/*
@@ -6792,6 +6792,10 @@
"EG1064 v2 Instant Gigabit Network Adapter",
},
{
+ PCI_VENDOR_LINKSYS, PCI_PRODUCT_LINKSYS_PCMPC200,
+ "PCMPC200",
+ },
+ {
PCI_VENDOR_LITEON, PCI_PRODUCT_LITEON_82C168,
"82C168/82C169 (PNIC) 10/100 Ethernet",
},
@@ -10320,4 +10324,4 @@
"Video Controller",
},
};
-const int pci_nproducts = 2000;
+const int pci_nproducts = 2001;
Home |
Main Index |
Thread Index |
Old Index