diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2005-05-24 02:49:38 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2005-05-24 02:49:38 +0000 |
commit | 5ed73683abe6753d750b28905321dada225420a4 (patch) | |
tree | 359350328e0e25bb4dd3ae61869af959fa5c03d0 /sys | |
parent | 0a45582f4f03cb2c79111031d89f07c176d0ed8d (diff) |
nForce4 devices found in a dmesg from Charly Tipton <ekop at flash.net>.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/pcidevs | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 3076948e081..388d77590d6 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.866 2005/05/22 03:54:37 reyk Exp $ +$OpenBSD: pcidevs,v 1.867 2005/05/24 02:49:37 jsg Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -2017,6 +2017,7 @@ product NVIDIA VANTA1 0x002c Vanta product NVIDIA VANTA2 0x002d Vanta product NVIDIA MCP04_LAN1 0x0037 MCP04 LAN product NVIDIA MCP04_LAN2 0x0038 MCP04 LAN +product NVIDIA NFORCE4_ISA 0x0050 nForce4 ISA product NVIDIA NFORCE4_SMBUS 0x0052 nForce4 SMBus product NVIDIA NFORCE4_ATA133 0x0053 nForce4 IDE product NVIDIA NFORCE4_SATA1 0x0054 nForce4 SATA 1 @@ -2024,6 +2025,11 @@ product NVIDIA NFORCE4_SATA2 0x0055 nForce4 SATA 2 product NVIDIA CK804_LAN1 0x0056 CK804 LAN product NVIDIA CK804_LAN2 0x0057 CK804 LAN product NVIDIA NFORCE4_AC 0x0059 nForce4 AC-97 +product NVIDIA NFORCE4_USB 0x005a nForce4 USB +product NVIDIA NFORCE4_USB2 0x005b nForce4 USB +product NVIDIA NFORCE4_PPB 0x005c nForce4 PCI-PCI +product NVIDIA NFORCE4_PPB2 0x005d nForce4 PCIE +product NVIDIA NFORCE4_MEM 0x005e nForce4 DDR product NVIDIA NFORCE2_ISA 0x0060 nForce2 ISA product NVIDIA NFORCE2_SMB 0x0064 nForce2 SMBus product NVIDIA NFORCE2_IDE 0x0065 nForce2 IDE @@ -2076,6 +2082,7 @@ product NVIDIA GEFORCE2MX 0x0110 GeForce2 MX product NVIDIA GEFORCE2MX_100 0x0111 GeForce2 MX 100 product NVIDIA GEFORCE2GO 0x0112 GeForce2 Go product NVIDIA QUADRO2_MXR 0x0113 Quadro2 MXR +product NVIDIA GEFORCE6600GT 0x0140 GeForce 6600 GT product NVIDIA GEFORCE2GTS 0x0150 GeForce2 GTS product NVIDIA GEFORCE2TI 0x0151 GeForce2 Ti product NVIDIA GEFORCE2ULTRA 0x0152 GeForce2 Ultra |