Re: [PATCH] Update NetBSD support in libpciaccess

2010-12-29 Thread Michael
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, On Dec 29, 2010, at 12:42 PM, Mark Kettenis wrote: From: Michael Date: Mon, 27 Dec 2010 16:23:40 -0500 Hello, this patch is pulled straight from NetBSD -current, it does: - add support for multiple PCI host bridges - add sane support for

Re: [PATCH] Update NetBSD support in libpciaccess

2010-12-29 Thread Mark Kettenis
> From: Michael > Date: Mon, 27 Dec 2010 16:23:40 -0500 > > Hello, > > this patch is pulled straight from NetBSD -current, it does: > - add support for multiple PCI host bridges > - add sane support for reading ROMs > - get rid of all /dev/mem use > - all that in a machine independent manner, th

[PATCH] Update NetBSD support in libpciaccess

2010-12-27 Thread Michael
Hello, this patch is pulled straight from NetBSD -current, it does: - add support for multiple PCI host bridges - add sane support for reading ROMs - get rid of all /dev/mem use - all that in a machine independent manner, the same code runs on sparc64, i386 etc. have fun Michael netbsd_pc