diff options
author | Kevin Lo <kevlo@cvs.openbsd.org> | 2009-03-13 02:09:39 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@cvs.openbsd.org> | 2009-03-13 02:09:39 +0000 |
commit | 5f0974ea653864873910bb35894c608c176201d7 (patch) | |
tree | a3b388f5e12315f9e1b92c0005f4456075909a1a /sys/dev/pci/pcidevs_data.h | |
parent | 9213430e2ef2a3709682fb65b3537b7e9a934888 (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 18ff23e9a2f..850f3bcc6c3 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.1460 2009/03/10 20:39:21 damien Exp + * OpenBSD: pcidevs,v 1.1461 2009/03/13 02:08:42 kevlo Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -12836,6 +12836,10 @@ static const struct pci_known_product pci_known_products[] = { "GeForce 9600 GT", }, { + PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_GEFORCE9300M_GS, + "GeForce 9300M GS", + }, + { PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_MCP77_MEM2, "MCP77 Memory", }, |