diff options
| author | thorpej <thorpej@NetBSD.org> | 1999-07-27 00:24:06 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 1999-07-27 00:24:06 +0000 |
| commit | f48807a67892c630b83a8168eea4d15cd79b7eda (patch) | |
| tree | 9984d2b3e9dc855af5a7ebf9d277298d81478ec8 /sys/dev | |
| parent | b5dc3f5708215a29e5c2cc3acd820dd527073e33 (diff) | |
Regen.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/pcidevs.h | 5 | ||||
| -rw-r--r-- | sys/dev/pci/pcidevs_data.h | 10 |
2 files changed, 11 insertions, 4 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 14ff706350a..215b703a9da 100644 --- a/sys/dev/pci/pcidevs.h +++ b/sys/dev/pci/pcidevs.h @@ -1,10 +1,10 @@ -/* $NetBSD: pcidevs.h,v 1.145 1999/07/20 20:59:03 drochner Exp $ */ +/* $NetBSD: pcidevs.h,v 1.146 1999/07/27 00:24:06 thorpej Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: pcidevs,v 1.138 1999/07/20 20:58:20 drochner Exp + * NetBSD: pcidevs,v 1.139 1999/07/27 00:23:47 thorpej Exp */ /* @@ -1155,6 +1155,7 @@ #define PCI_PRODUCT_SMC_37C665 0x1000 /* FDC 37C665 */ #define PCI_PRODUCT_SMC_37C922 0x1001 /* FDC 37C922 */ #define PCI_PRODUCT_SMC_83C170 0x0005 /* 83C170 (\"EPIC/100\") Fast Ethernet */ +#define PCI_PRODUCT_SMC_83C175 0x0006 /* 83C175 (\"EPIC/100\") Fast Ethernet */ /* Surecom Technology products */ #define PCI_PRODUCT_SURECOM_NE34 0x0e34 /* NE-34 Ethernet */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index a631f816b71..57a48741b29 100644 --- a/sys/dev/pci/pcidevs_data.h +++ b/sys/dev/pci/pcidevs_data.h @@ -1,10 +1,10 @@ -/* $NetBSD: pcidevs_data.h,v 1.143 1999/07/20 20:59:04 drochner Exp $ */ +/* $NetBSD: pcidevs_data.h,v 1.144 1999/07/27 00:24:06 thorpej Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: pcidevs,v 1.138 1999/07/20 20:58:20 drochner Exp + * NetBSD: pcidevs,v 1.139 1999/07/27 00:23:47 thorpej Exp */ /* @@ -2518,6 +2518,12 @@ struct pci_knowndev pci_knowndevs[] = { "83C170 (\"EPIC/100\") Fast Ethernet", }, { + PCI_VENDOR_SMC, PCI_PRODUCT_SMC_83C175, + 0, + "Standard Microsystems", + "83C175 (\"EPIC/100\") Fast Ethernet", + }, + { PCI_VENDOR_SURECOM, PCI_PRODUCT_SURECOM_NE34, 0, "Surecom Technology", |
