diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2005-06-15 20:44:46 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2005-06-15 20:44:46 +0000 |
commit | 0238248fd0eeefd415e3b714154bd9859b070b9c (patch) | |
tree | 301c1890c23e648d04a374a1c58c14280520e338 /sys/dev | |
parent | 2c93c059acaf389dff4bf2a5cb6c4ec6b5a59ef9 (diff) |
regen
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 3 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 6 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 21d447cae5f..7a27400a4b6 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.874 2005/06/14 00:54:27 brad Exp + * OpenBSD: pcidevs,v 1.875 2005/06/15 20:44:34 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1705,6 +1705,7 @@ /* Linksys products */ #define PCI_PRODUCT_LINKSYS_EG1032 0x1032 /* EG1032 */ #define PCI_PRODUCT_LINKSYS_EG1064 0x1064 /* EG1064 */ +#define PCI_PRODUCT_LINKSYS_PCMPC200 0xab08 /* PCMPC200 */ #define PCI_PRODUCT_LINKSYS_PCM200 0xab09 /* PCM200 */ /* Lite-On Communications */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index c5c7a218470..e2cb815dbdb 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.874 2005/06/14 00:54:27 brad Exp + * OpenBSD: pcidevs,v 1.875 2005/06/15 20:44:34 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -4767,6 +4767,10 @@ static const struct pci_known_product pci_known_products[] = { "EG1064", }, { + PCI_VENDOR_LINKSYS, PCI_PRODUCT_LINKSYS_PCMPC200, + "PCMPC200", + }, + { PCI_VENDOR_LINKSYS, PCI_PRODUCT_LINKSYS_PCM200, "PCM200", }, |