> From: Timo Aaltonen <[email protected]>
> Date: Thu, 16 Mar 2017 12:29:41 +0200
> 
> From: Timo Aaltonen <[email protected]>
> 
> For linux this driver is long obsolete now.  It may have some relevance
> on non-linux systems.

Still somewhat relevant on OpenBSD indeed.  Diff makes sense to me.

Reviewed-by: Mark Kettenis <[email protected]>

> Signed-off-by: Timo Aaltonen <[email protected]>
> ---
>  hw/xfree86/common/xf86pciBus.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/hw/xfree86/common/xf86pciBus.c b/hw/xfree86/common/xf86pciBus.c
> index 9adfee5..66e576e 100644
> --- a/hw/xfree86/common/xf86pciBus.c
> +++ b/hw/xfree86/common/xf86pciBus.c
> @@ -1195,8 +1195,9 @@ xf86VideoPtrToDriverList(struct pci_device *dev,
>  
>  #ifdef __linux__
>          driverList[idx++] = "nouveau";
> -#endif
> +#else
>          driverList[idx++] = "nv";
> +#endif
>          break;
>      }
>      case 0x1106:
> -- 
> 2.7.4
> 
> _______________________________________________
> [email protected]: X.Org development
> Archives: http://lists.x.org/archives/xorg-devel
> Info: https://lists.x.org/mailman/listinfo/xorg-devel
> 
> 
_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: https://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to