diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2004-09-30 19:24:06 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2004-09-30 19:24:06 +0000 |
commit | 7cbf912a9fb80c8ba3988509a99e1a6d6285999a (patch) | |
tree | c498b56dfe57c98c5e2039ea5094bf907fc32d21 /sys/dev/pci/pcidevs | |
parent | 797ac4dcf7596367fa3c796f70d2c2ea4ed7abf4 (diff) |
A couple of new nvidia ethernet ids found in the linux driver.
Diffstat (limited to 'sys/dev/pci/pcidevs')
-rw-r--r-- | sys/dev/pci/pcidevs | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 964be1c2de1..59dd85d59ab 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.771 2004/09/30 08:08:50 grange Exp $ +$OpenBSD: pcidevs,v 1.772 2004/09/30 19:24:05 grange Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -1790,6 +1790,10 @@ product NVIDIA RIVA_TNT2 0x0028 Riva TNT2 product NVIDIA RIVA_TNT2_ULTRA 0x0029 Riva TNT2 Ultra 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 CK804_LAN1 0x0056 CK804 LAN +product NVIDIA CK804_LAN2 0x0057 CK804 LAN product NVIDIA NFORCE2_ISA 0x0060 nForce2 ISA product NVIDIA NFORCE2_SMB 0x0064 nForce2 SMBus product NVIDIA NFORCE2_IDE 0x0065 nForce2 IDE @@ -1801,18 +1805,22 @@ 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 NFORCE3_LAN2 0x0086 nForce3 LAN +product NVIDIA NFORCE3_LAN3 0x008c nForce3 LAN product NVIDIA ITNT2 0x00a0 Aladdin TNT2 product NVIDIA NFORCE3_ISA 0x00d0 nForce3 ISA product NVIDIA NFORCE3_PCHB 0x00d1 nForce3 PCI Host product NVIDIA NFORCE3_PPB2 0x00d2 nForce3 PCI-PCI product NVIDIA NFORCE3_SMB 0x00d4 nForce3 SMBus product NVIDIA NFORCE3_IDE 0x00d5 nForce3 IDE -product NVIDIA NFORCE3_LAN 0x00d6 nForce3 LAN +product NVIDIA NFORCE3_LAN1 0x00d6 nForce3 LAN product NVIDIA NFORCE3_USB 0x00d7 nForce3 USB product NVIDIA NFORCE3_USB2 0x00d8 nForce3 USB2 product NVIDIA NFORCE3_ACA 0x00da nForce3 AC-97 Audio product NVIDIA NFORCE3_PPB 0x00dd nForce3 PCI-PCI +product NVIDIA NFORCE3_LAN4 0x00df nForce3 LAN product NVIDIA NFORCE3_250_ACA 0x00ea nForce3 250 AC-97 Audio +product NVIDIA NFORCE3_LAN5 0x00e6 nForce3 LAN product NVIDIA GEFORCE256 0x0100 GeForce256 product NVIDIA GEFORCE256_DDR 0x0101 GeForce256 DDR product NVIDIA QUADOR 0x0103 Quadro |