xfree86: Try nouveau on NetBSD as well.
This commit is contained in:
		
							parent
							
								
									bf2a7bb4ff
								
							
						
					
					
						commit
						e3fb178617
					
				| 
						 | 
					@ -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