This is a discussion on [PATCH] pcidevs: GeForce 7600 GT within the mailing.openbsd.tech forums, part of the OpenBSD category; --> Hi, a patch to recognize my GeForce 7600 GT (PCI-Express). results in following dmesg entry: vga1 at pci2 dev ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, a patch to recognize my GeForce 7600 GT (PCI-Express). results in following dmesg entry: vga1 at pci2 dev 0 function 0 "NVIDIA GeForce 7600 GT" rev 0xa1 instead of: vga1 at pci2 dev 0 function 0 vendor "NVIDIA", unknown product 0x0391 rev 0xa1 regards, Joerg --- pcidevs.ORIG Mon Feb 5 17:06:28 2007 +++ pcidevs Mon Feb 5 17:16:25 2007 @@ -2974,6 +2974,7 @@ 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 GEFORCE7300GT 0x0393 GeForce 7300 GT product NVIDIA GEFORCE6100_430 0x03d0 GeForce 6100 nForce 430 product NVIDIA MCP61_ISA 0x03e0 MCP61 ISA |