diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2007-02-17 11:41:50 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2007-02-17 11:41:50 +0000 |
commit | 85aa9508cd5ba35cf71bbed5be2c833f4ab06a63 (patch) | |
tree | 3218a3b49f441fac37442ba956d1cd13628a996b | |
parent | a15ea3b54d95cb1370a1fa73ed29e2759aea0517 (diff) |
Add nVIDIA GeForce 7600 GT & GS. From Joerg Zinke.
-rw-r--r-- | sys/dev/pci/pcidevs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 1d5d5ad50b6..6d109f0ea40 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1213 2007/02/10 23:17:19 kettenis Exp $ +$OpenBSD: pcidevs,v 1.1214 2007/02/17 11:41:49 kettenis Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -2977,6 +2977,8 @@ product NVIDIA MCP55_PPB_5 0x0378 MCP55 PCIE product NVIDIA MCP55_MEM 0x037a MCP55 Memory product NVIDIA MCP55_SATA 0x037e MCP55 SATA product NVIDIA MCP55_SATA2 0x037f MCP55 SATA +product NVIDIA GEFORCE7600GT 0x0391 GeForce 7600 GT +product NVIDIA GEFORCE7600GS 0x0392 GeForce 7600 GS product NVIDIA GEFORCE7300GT 0x0393 GeForce 7300 GT product NVIDIA GEFORCE6100_430 0x03d0 GeForce 6100 nForce 430 product NVIDIA MCP61_ISA 0x03e0 MCP61 ISA |