Displaying 1 result from an estimated 1 matches for "nvisg80".
2009 Aug 27
0
[PATCH] nv: refuse to load if there's a kernel driver bound to the device already
...(dev)) {
+ ErrorF("The PCI device has a kernel module claiming it.\n");
+ ErrorF("This driver cannot operate until it has been unloaded\n");
+ return FALSE;
+ }
+
if(dev->vendor_id == PCI_VENDOR_NVIDIA && !name &&
!NVIsSupported(id) && !NVIsG80(id)) {
/* See if pci.ids knows what the heck this thing is */
--
1.6.4
--=-xpJUGPqj+aYQDWeupOeb--