diff options
author | 2009-08-27 20:20:56 +0000 | |
---|---|---|
committer | 2009-08-27 20:20:56 +0000 | |
commit | ca2aaa1a07267070b331ecf363b4bdff8008e26e (patch) | |
tree | 16b8073b3c058195d5689cdb2e4df309b5bd169b | |
parent | Reduce padding overhead in compressed blocks. (diff) | |
download | wireguard-openbsd-ca2aaa1a07267070b331ecf363b4bdff8008e26e.tar.xz wireguard-openbsd-ca2aaa1a07267070b331ecf363b4bdff8008e26e.zip |
nVidia Geforce Go 7950 GTX
ok deraadt@
-rw-r--r-- | sys/dev/pci/pcidevs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index c19671b60ab..d4cbb42d951 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1489 2009/08/19 20:10:47 matthieu Exp $ +$OpenBSD: pcidevs,v 1.1490 2009/08/27 20:20:56 dhill Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -3776,6 +3776,7 @@ product NVIDIA GEFORCE4TI4800 0x0280 GeForce4 Ti 4800 product NVIDIA GEFORCE4TI4200_2 0x0281 GeForce4 Ti 4200 product NVIDIA GEFORCE4TI4200GO 0x0286 GeForce4 Ti 4200 Go product NVIDIA GEFORCE7900GT 0x0291 GeForce 7900 GT/GTO +product NVIDIA GEFORCE7950GTX 0x0297 GeForce Go 7950 GTX product NVIDIA QUADROFX3500 0x029d Quadro FX 3500 product NVIDIA GEFORCE7600GT_2 0x02e0 GeForce 7600 GT product NVIDIA GEFORCE7600GS_2 0x02e1 GeForce 7600 GS |