diff options
author | 2001-03-28 21:04:15 +0000 | |
---|---|---|
committer | 2001-03-28 21:04:15 +0000 | |
commit | a5ed2164a2faef21750ca3ee15686dc89f786fc4 (patch) | |
tree | 89edccd5cf2e9388a3366fccc67f8fdbb461ac81 | |
parent | correct label (diff) | |
download | wireguard-openbsd-a5ed2164a2faef21750ca3ee15686dc89f786fc4.tar.xz wireguard-openbsd-a5ed2164a2faef21750ca3ee15686dc89f786fc4.zip |
sync
-rw-r--r-- | sys/dev/pci/pcidevs.h | 4 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index b0ea0096c21..80c30ca146b 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.381 2001/03/28 20:48:22 deraadt Exp + * OpenBSD: pcidevs,v 1.382 2001/03/28 21:04:07 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1256,7 +1256,7 @@ #define PCI_PRODUCT_LAVA_IOFLEX_2S_1 0x0111 /* Serial */ #define PCI_PRODUCT_LAVA_LAVAPORT_0 0x0201 /* Serial */ #define PCI_PRODUCT_LAVA_LAVAPORT_1 0x0202 /* Serial */ -#define PCI_PRODUCT_LAVA_650 0x0600 /* Dual Serial */ +#define PCI_PRODUCT_LAVA_650 0x0600 /* Serial */ #define PCI_PRODUCT_LAVA_OCTOPUS950_0 0x0180 /* Quad Serial */ #define PCI_PRODUCT_LAVA_OCTOPUS950_1 0x0181 /* Quad Serial */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 1e50ff3a962..f5c3b7d389f 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.381 2001/03/28 20:48:22 deraadt Exp + * OpenBSD: pcidevs,v 1.382 2001/03/28 21:04:07 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -2148,7 +2148,7 @@ static const struct pci_known_product pci_known_products[] = { }, { PCI_VENDOR_LAVA, PCI_PRODUCT_LAVA_650, - "Dual Serial", + "Serial", }, { PCI_VENDOR_LAVA, PCI_PRODUCT_LAVA_OCTOPUS950_0, |