diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-01-12 14:01:51 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-01-12 14:01:51 +0000 |
commit | 385cfa22d26f4e3b57049ed7c678ca0a16609303 (patch) | |
tree | a8638e7fc761c19c9d7ae9416dcb2d8e49a61765 /sys/dev/pci | |
parent | 5df661d1cce5385c76aaa8865e5fadd675bbfaf5 (diff) |
bunch of devices for the nVidia nForce2 chipset
some input grange@, tested by Johan Lindman <tybollt at solace.mh.se>
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/pcidevs | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 28f18bee834..3cb47ef9501 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ - $OpenBSD: pcidevs,v 1.579 2003/01/12 10:14:05 mickey Exp $ + $OpenBSD: pcidevs,v 1.580 2003/01/12 14:01:50 henning Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -1825,6 +1825,16 @@ 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 NFORCE2_ISA 0x0060 nForce2 PCI-ISA +product NVIDIA NFORCE2_SMBUS 0x0064 nForce2 SMBus +product NVIDIA NFORCE2_LAN 0x0066 nForce2 LAN +product NVIDIA NFORCE2_USB 0x0067 nForce2 USB +product NVIDIA NFORCE2_USB2 0x0068 nForce2 USB2 +product NVIDIA NFORCE2_AU 0x006a nForce2 Audio +product NVIDIA NFORCE2_AU2 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 ITNT2 0x00a0 Aladdin TNT2 product NVIDIA GEFORCE256 0x0100 GeForce256 product NVIDIA GEFORCE256_DDR 0x0101 GeForce256 DDR @@ -1860,6 +1870,13 @@ product NVIDIA NFORCE_AGP 0x01b7 nForce PCI-AGP product NVIDIA NFORCE_PPB 0x01b8 nForce PCI-PCI product NVIDIA NFORCE_IDE 0x01bc nForce IDE product NVIDIA NFORCE_USB 0x01c2 nForce USB +product NVIDIA NFORCE2_PCHB 0x01e0 nForce2 Host-PCI +product NVIDIA NFORCE2_AGP 0x01e8 nForce2 Host-AGP +product NVIDIA NFORCE2_MEM1 0x01eb nForce2 +product NVIDIA NFORCE2_MEM2 0x01ec nForce2 +product NVIDIA NFORCE2_MEM3 0x01ed nForce2 +product NVIDIA NFORCE2_MEM4 0x01ee nForce2 +product NVIDIA NFORCE2_MEM5 0x01ef nForce2 product NVIDIA GEFORCE3 0x0200 GeForce3 product NVIDIA GEFORCE3TI200 0x0201 GeForce3 Ti 200 product NVIDIA GEFORCE3TI500 0x0202 GeForce3 Ti 500 |