diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-08-03 00:51:46 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-08-03 00:51:46 +0000 |
commit | d5cedb33dd4e5f7aa39fa788679e904718f146a6 (patch) | |
tree | 7442c9c5c5582f6c80bd0ebc66cd6f838776fd4b /sys/dev/pci/pcidevs_data.h | |
parent | aaca3f9fb26fdd24d6e920103b7f32f7a63642d4 (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 3ff3c78f8a3..84d622b29ce 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.1121 2006/08/02 18:38:38 brad Exp + * OpenBSD: pcidevs,v 1.1122 2006/08/03 00:49:45 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -7871,6 +7871,10 @@ static const struct pci_known_product pci_known_products[] = { "nForce3 PCI-PCI", }, { + PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_CK804_MEM, + "CK804", + }, + { PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_NFORCE3_SMB, "nForce3 SMBus", }, |