Utmpx usage

2011-05-22 Thread Chris Rees
Hi all, After removing all kittens from Ed's reach, I'm disclosing that sysutils/runit tried to use utmpx to directly read() and write() the utmpx files directly... I've replaced the offending code with a patch to the port [1], but I wonder if anyone would please review the patch? I don't have a

Re: vm_fault when accessing PCI address space

2011-05-22 Thread Olivier Houchard
On Sat, May 21, 2011 at 01:34:02AM +0200, Damjan Marion wrote: > > Hi, > Hi Damjan, > I'm made some progress on porting existing marvell orion ARM code > to work on 88F5181L SoC which have embedded PCI controller. > > PCI driver detects resources and recognizes Atheros wlan card, > however w

Re: vm_fault when accessing PCI address space

2011-05-22 Thread Damjan Marion
On May 22, 2011, at 8:04 PM, Olivier Houchard wrote: > On Sat, May 21, 2011 at 01:34:02AM +0200, Damjan Marion wrote: >> >> Hi, >> > > Hi Damjan, > >> I'm made some progress on porting existing marvell orion ARM code >> to work on 88F5181L SoC which have embedded PCI controller. >> >> PCI d

Re: porting third-party build system to bsd.kmod.mk

2011-05-22 Thread Warner Losh
The usual reason that vnode_if.h doesn't build for me when I'm doing in-tree hacking is because make depend hasn't run to generate it yet. Or more precisely, the arc in the dependency graph from osi_crypto.c to vnode_if.h. I didn't see that as part of the log, so you might try this first (and

Re: Include file search path

2011-05-22 Thread Arnaud Lacombe
Hi Warner, On Sat, Apr 2, 2011 at 6:49 PM, Warner Losh wrote: > > On Apr 2, 2011, at 1:10 PM, Robert N. M. Watson wrote: > >> On 2 Apr 2011, at 19:47, Warner Losh wrote: >> (2) Working clang/LLVM cross-compile of FreeBSD.  This seems like a basic  requirement to adopt clang/LLVM, and as