diff options
author | 1999-06-03 16:13:12 +0000 | |
---|---|---|
committer | 1999-06-03 16:13:12 +0000 | |
commit | 0b2392aae7eb62b21f98c7d0555bba44c01e6bce (patch) | |
tree | fb19e2a2cfc0101053753605fb069e8869a5abbd | |
parent | obvious shortening (diff) | |
download | wireguard-openbsd-0b2392aae7eb62b21f98c7d0555bba44c01e6bce.tar.xz wireguard-openbsd-0b2392aae7eb62b21f98c7d0555bba44c01e6bce.zip |
sync
-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, }, { |