diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2007-09-14 23:13:49 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2007-09-14 23:13:49 +0000 |
commit | 2b43e4aec2095157d402a491196cd50fb0f3d048 (patch) | |
tree | 6313cd00203aee1dcb2527559c15ddcf0e93de67 /sys/dev/pci/pcidevs_data.h | |
parent | 1475bfbd79e5ed70f42ffe4f49c015e2ad0c6444 (diff) |
regen
Diffstat (limited to 'sys/dev/pci/pcidevs_data.h')
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index ec80b98cfe8..ae5e9919307 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.1265 2007/09/13 19:07:07 damien Exp + * OpenBSD: pcidevs,v 1.1266 2007/09/14 23:13:02 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -7568,6 +7568,10 @@ static const struct pci_known_product pci_known_products[] = { "Yukon 88EC033", }, { + PCI_VENDOR_MARVELL, PCI_PRODUCT_MARVELL_YUKON_8048, + "Yukon 88E8048", + }, + { PCI_VENDOR_MARVELL, PCI_PRODUCT_MARVELL_YUKON_8052, "Yukon 88E8052", }, |