On Sep 15, 2009, at 5:38 AM, Izumi Tsutsui wrote:
snj%NetBSD.org@localhost wrote:Module Name: src Committed By: snj Date: Tue Sep 15 06:48:49 UTC 2009 Modified Files: src/sys/dev/pci [netbsd-5]: pci_usrreq.c Log Message: Pull up following revision(s) (requested by mrg in ticket #952): sys/dev/pci/pci_usrreq.c: revision 1.22 via patchdo as elad suggested and call kauth instead of using INSECURE in pcimmap()I'm afraid this would break builds on ports which have PCI but no bus_space_mmap(9) support. (at least cobalt and dreamcast)
Ah yes, you're right. We could pull up the following two workarounds: http://mail-index.netbsd.org/source-changes/2009/08/20/msg224367.html http://mail-index.netbsd.org/source-changes/2009/08/23/msg000036.html Soren