diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2008-02-02 03:23:01 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2008-02-02 03:23:01 +0000 |
commit | 4b57aeec5fa1b6dfea368e342ec1cdc79b724de2 (patch) | |
tree | 4ab6f8aa46d7d38d83c7838006c18d3aba78b467 /sys/dev/pci/pcidevs_data.h | |
parent | 13c855a1defef6d8172841e77c87d22b4c13eb6c (diff) |
regen
Diffstat (limited to 'sys/dev/pci/pcidevs_data.h')
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 8656c97debc..b82de3dcc48 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.1316 2008/01/29 10:28:39 jsg Exp + * OpenBSD: pcidevs,v 1.1317 2008/02/02 03:21:46 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -7968,6 +7968,14 @@ static const struct pci_known_product pci_known_products[] = { "Yukon 88E8072", }, { + PCI_VENDOR_MARVELL, PCI_PRODUCT_MARVELL_YUKON_8055_2, + "Yukon 88E8055", + }, + { + PCI_VENDOR_MARVELL, PCI_PRODUCT_MARVELL_YUKON_8075, + "Yukon 88E8075", + }, + { PCI_VENDOR_MARVELL, PCI_PRODUCT_MARVELL_YUKON_BELKIN, "Yukon (Belkin F5D5005)", }, |