diff options
author | 2006-04-29 07:37:33 +0000 | |
---|---|---|
committer | 2006-04-29 07:37:33 +0000 | |
commit | 3e6847813b85a90625c61c6e9f12e286b347c0f4 (patch) | |
tree | d31080a01d236a6d189ae6744be78f5d322af21c /sys | |
parent | o Simplify ci by using strchr and strcspn instead of custom loops. (diff) | |
download | wireguard-openbsd-3e6847813b85a90625c61c6e9f12e286b347c0f4.tar.xz wireguard-openbsd-3e6847813b85a90625c61c6e9f12e286b347c0f4.zip |
Add some more MCP04 ids, found in dmesg from ehunger at inventhorizon.com
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/pcidevs | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index fea1bec6a53..844bc63ca1e 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1064 2006/04/28 09:11:05 steven Exp $ +$OpenBSD: pcidevs,v 1.1065 2006/04/29 07:37:33 jsg Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -2417,6 +2417,10 @@ product NVIDIA MCP04_IDE 0x0035 MCP04 IDE product NVIDIA MCP04_SATA 0x0036 MCP04 SATA product NVIDIA MCP04_LAN1 0x0037 MCP04 LAN product NVIDIA MCP04_LAN2 0x0038 MCP04 LAN +product NVIDIA MCP04_AC97 0x003a MCP04 AC97 +product NVIDIA MCP04_OHCI 0x003b MCP04 USB +product NVIDIA MCP04_ECHI 0x003c MCP04 USB +product NVIDIA MCP04_PPB 0x003d MCP04 PCI-PCI product NVIDIA MCP04_SATA2 0x003e MCP04 SATA product NVIDIA NFORCE4_ISA 0x0050 nForce4 ISA product NVIDIA NFORCE4_ISA2 0x0051 nForce4 ISA @@ -2443,6 +2447,7 @@ product NVIDIA NFORCE2_APU 0x006b nForce2 Audio product NVIDIA NFORCE2_PPB 0x006c nForce2 PCI-PCI product NVIDIA NFORCE2_PPB2 0x006d nForce2 PCI-PCI product NVIDIA NFORCE2_FW 0x006e nForce2 FireWire +product NVIDIA MCP04_PPB2 0x007e MCP04 PCIE product NVIDIA NFORCE2_400_ISA 0x0080 nForce2 400 ISA product NVIDIA NFORCE2_400_SMB 0x0084 nForce2 400 SMBus product NVIDIA NFORCE2_400_IDE 0x0085 nForce2 400 IDE @@ -2500,6 +2505,7 @@ product NVIDIA GEFORCE2GTS 0x0150 GeForce2 GTS product NVIDIA GEFORCE2TI 0x0151 GeForce2 Ti product NVIDIA GEFORCE2ULTRA 0x0152 GeForce2 Ultra product NVIDIA QUADRO2PRO 0x0153 Quadro2 Pro +product NVIDIA GEFORCE6200 0x0161 GeForce 6200 product NVIDIA QUADRONVS285 0x0165 Quadro NVS 285 product NVIDIA GEFORCE4MX460 0x0170 GeForce4 MX 460 product NVIDIA GEFORCE4MX440 0x0171 GeForce4 MX 440 |