diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-06-03 16:13:14 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-06-03 16:13:14 +0000 |
commit | bcc431d8362a02344d4106821bfae84d8ad4a5c4 (patch) | |
tree | 328605cad0e11c868f5d81f41b996d40a8a20aad /sys/dev/pci | |
parent | f77f63a28175a1847d6c3f8036ecd3d8f68a8795 (diff) |
sync
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 4 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 3d4d7ee2c21..8488cde2e7c 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.147 1999/06/01 17:09:09 mickey Exp + * OpenBSD: pcidevs,v 1.148 1999/06/03 16:13:05 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -225,7 +225,7 @@ #define PCI_VENDOR_PLX 0x10b5 /* PLX Technology */ #define PCI_VENDOR_MADGE 0x10b6 /* Madge Networks */ #define PCI_VENDOR_3COM 0x10B7 /* 3Com */ -#define PCI_VENDOR_SMC 0x10b8 /* Standard Microsystems */ +#define PCI_VENDOR_SMC 0x10b8 /* SMC */ #define PCI_VENDOR_ALI 0x10b9 /* Acer Labs */ #define PCI_VENDOR_MITSUBISHIELEC 0x10ba /* Mitsubishi Electronics */ #define PCI_VENDOR_DAPHA 0x10bb /* Dapha Electronics */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index dbbf7e608b8..abdd657c686 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.147 1999/06/01 17:09:09 mickey Exp + * OpenBSD: pcidevs,v 1.148 1999/06/03 16:13:05 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -2597,19 +2597,19 @@ struct pci_knowndev pci_knowndevs[] = { { PCI_VENDOR_SMC, PCI_PRODUCT_SMC_37C665, 0, - "Standard Microsystems", + "SMC", "FDC 37C665", }, { PCI_VENDOR_SMC, PCI_PRODUCT_SMC_37C922, 0, - "Standard Microsystems", + "SMC", "FDC 37C922", }, { PCI_VENDOR_SMC, PCI_PRODUCT_SMC_83C170, 0, - "Standard Microsystems", + "SMC", "83C170 (EPIC/100)", }, { @@ -4391,7 +4391,7 @@ struct pci_knowndev pci_knowndevs[] = { { PCI_VENDOR_SMC, 0, PCI_KNOWNDEV_NOPROD, - "Standard Microsystems", + "SMC", NULL, }, { |