search for: 6f7fc0e

Displaying 1 result from an estimated 1 matches for "6f7fc0e".

Did you mean: 0f7fc0c
2009 Aug 27
0
[PATCH] nv: refuse to load if there's a kernel driver bound to the device already
--- src/nv_driver.c | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/nv_driver.c b/src/nv_driver.c index a7cf2dc..6f7fc0e 100644 --- a/src/nv_driver.c +++ b/src/nv_driver.c @@ -780,6 +780,12 @@ NVPciProbe(DriverPtr drv, int entity, struct pci_device *dev, intptr_t data) NVGetPCIXpressChip(dev) : dev->vendor_id << 16 | dev->device_id; const char *name = xf86TokenToString(NVKnownC...