diff options
author | Robert Nagy <robert@cvs.openbsd.org> | 2008-06-07 18:49:45 +0000 |
---|---|---|
committer | Robert Nagy <robert@cvs.openbsd.org> | 2008-06-07 18:49:45 +0000 |
commit | 60128bebe27dc21e397d8ef1a5131b0cfaa8d995 (patch) | |
tree | eb6816dac3f89583a77c2b7014b79ce0d676a74c /sys/dev/pci/pcidevs_data.h | |
parent | d2a0f44abc7e8df2254b311aac440567cbb06a7c (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 03ad12fde46..0c511180f0a 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.1376 2008/06/03 03:51:13 brad Exp + * OpenBSD: pcidevs,v 1.1377 2008/06/07 18:49:07 robert Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -10912,6 +10912,10 @@ static const struct pci_known_product pci_known_products[] = { "GeForce 8400 GS", }, { + PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_GEFORCE8400M_G, + "GeForce 8400M G", + }, + { PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_MCP65_ISA, "MCP65 ISA", }, |