mirror of
https://github.com/X11Libre/xf86-video-nv.git
synced 2026-03-24 01:24:21 +00:00
FreeBSD: nv_driver: Disable check for pci driver in FreeBSD.
Seems like this check is also unnecessary in FreeBSD as in NetBSD. Because the vgapci driver is always attached. Signed-off-by: b-aaz <b-aazbsd.proton.me>
This commit is contained in:
@@ -37,8 +37,10 @@
|
||||
* nv will refuse to work whenever there's a driver other than vga attached to
|
||||
* the device we're trying to probe, yet nv works fine on top of gffb or
|
||||
* genfb on NetBSD
|
||||
*
|
||||
* FreeBSD always has vgapci driver attached.
|
||||
*/
|
||||
#ifndef __NetBSD__
|
||||
#if !defined (__NetBSD__) && !defined (__FreeBSD__)
|
||||
#define NV_TEST_FOR_KERNEL_DRIVER 1
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user