xfree86: Try nouveau on NetBSD as well.

This commit is contained in:
Maya Rashish 2019-01-10 14:55:17 +02:00 committed by Adam Jackson
parent bf2a7bb4ff
commit e3fb178617
1 changed files with 1 additions and 1 deletions

View File

@ -1190,7 +1190,7 @@ xf86VideoPtrToDriverList(struct pci_device *dev, XF86MatchedDrivers *md)
{
int idx = 0;
#ifdef __linux__
#if defined(__linux__) || defined(__NetBSD__)
driverList[idx++] = "nouveau";
#endif
driverList[idx++] = "nv";