[PATCH:libpciaccess 1/3] Enable boot_vga support only if WSDISPLAYIO_GET_BUSID is defined.

2013-06-29 Thread Thomas Klausner
Fixes build on NetBSD-5. Signed-off-by: Thomas Klausner w...@netbsd.org Reviewed-by: Matthieu Herrb matthieu.he...@laas.fr --- src/netbsd_pci.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/src/netbsd_pci.c b/src/netbsd_pci.c index 3566d7b..c9bd052 100644 --- a/src/netbsd_pci.c +++

[PATCH:libpciaccess 1/3] Enable boot_vga support only if WSDISPLAYIO_GET_BUSID is defined.

2013-06-12 Thread Thomas Klausner
Fixes build on NetBSD-5. --- src/netbsd_pci.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/src/netbsd_pci.c b/src/netbsd_pci.c index 3566d7b..c9bd052 100644 --- a/src/netbsd_pci.c +++ b/src/netbsd_pci.c @@ -248,6 +248,7 @@ pci_device_netbsd_write(struct pci_device *dev, const void

Re: [PATCH:libpciaccess 1/3] Enable boot_vga support only if WSDISPLAYIO_GET_BUSID is defined.

2013-06-12 Thread walter harms
Am 12.06.2013 13:43, schrieb Thomas Klausner: Fixes build on NetBSD-5. --- src/netbsd_pci.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/src/netbsd_pci.c b/src/netbsd_pci.c index 3566d7b..c9bd052 100644 --- a/src/netbsd_pci.c +++ b/src/netbsd_pci.c @@ -248,6 +248,7 @@

Re: [PATCH:libpciaccess 1/3] Enable boot_vga support only if WSDISPLAYIO_GET_BUSID is defined.

2013-06-12 Thread Alan Coopersmith
On 06/12/13 06:22 AM, walter harms wrote: Am 12.06.2013 13:43, schrieb Thomas Klausner: Fixes build on NetBSD-5. --- src/netbsd_pci.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/src/netbsd_pci.c b/src/netbsd_pci.c index 3566d7b..c9bd052 100644 --- a/src/netbsd_pci.c +++

Re: [PATCH:libpciaccess 1/3] Enable boot_vga support only if WSDISPLAYIO_GET_BUSID is defined.

2013-06-12 Thread Matthieu Herrb
On Wed, Jun 12, 2013 at 01:43:31PM +0200, Thomas Klausner wrote: Fixes build on NetBSD-5. --- src/netbsd_pci.c | 6 ++ 1 file changed, 6 insertions(+) Reviewed-by: Matthieu Herrb matthieu.he...@laas.fr diff --git a/src/netbsd_pci.c b/src/netbsd_pci.c index 3566d7b..c9bd052 100644