xfree86: Try nouveau on NetBSD as well.
(cherry picked from commit e3fb178617
)
This commit is contained in:
parent
ff1d1692e7
commit
712d0e86aa
|
@ -1190,7 +1190,7 @@ xf86VideoPtrToDriverList(struct pci_device *dev, XF86MatchedDrivers *md)
|
||||||
{
|
{
|
||||||
int idx = 0;
|
int idx = 0;
|
||||||
|
|
||||||
#ifdef __linux__
|
#if defined(__linux__) || defined(__NetBSD__)
|
||||||
driverList[idx++] = "nouveau";
|
driverList[idx++] = "nouveau";
|
||||||
#endif
|
#endif
|
||||||
driverList[idx++] = "nv";
|
driverList[idx++] = "nv";
|
||||||
|
|
Loading…
Reference in New Issue