mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-04 22:18:08 +02:00
xfree86: Try nouveau on NetBSD as well.
This commit is contained in:
parent
bf2a7bb4ff
commit
e3fb178617
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue