Re: CVS commit: src/sys/dev/usb

2010-03-15 Thread enami tsugutomo
Modified Files: src/sys/dev/usb: uyurex.c Log Message: The monitor struct member is gone. Make this compile again. Hmmm, wonder how I missed that one. Thanks for catching. Never mind. Since uyurex(4) isn't enabled on any kernel config file, it's not you fault. enami.

Re: CVS commit: src/sys

2010-03-15 Thread Izumi Tsutsui
I've tested with an i386 kernel. I'd rather not make those changes conditional so I'll see if I can work out why the Atari kernel would have problems. If no CTF section is found then ksyms should behave exactly as it did before the change, just with an empty CTF section. Ok,

Re: CVS commit: src/sys

2010-03-15 Thread Antti Kantee
On Sun Mar 14 2010 at 14:30:07 -0500, David Young wrote: On my console and in /var/log/messages, I find WARNING: module error: use -f to reinstate builtin module compat For example, whenever I type my login: login: dyoung WARNING: module error: use -f to reinstate builtin module

Re: CVS commit: src/sys

2010-03-15 Thread Valeriy E. Ushakov
[Replying to a sort of related message, since I've already deleted the original commit mail] On Mon, Mar 15, 2010 at 22:44:11 +0900, Izumi Tsutsui wrote: I've tested with an i386 kernel. I'd rather not make those changes conditional so I'll see if I can work out why the Atari kernel

Re: CVS commit: src/sys

2010-03-15 Thread Izumi Tsutsui
BTW, a counterpart strncmp(.SUNW_ctf, ...) in libsa broke at least http://releng.netbsd.org/builds/HEAD/20100314Z/mvme68k.build.failed http://releng.netbsd.org/builds/HEAD/20100314Z/mvmeppc.build.failed with loadfile_elf32.c:(.text+0x...): undefined reference to `strncmp'

Re: CVS commit: src/sys

2010-03-15 Thread Darran Hunt
On 16/03/2010, at 2:44 AM, Izumi Tsutsui wrote: I've tested with an i386 kernel. I'd rather not make those changes conditional so I'll see if I can work out why the Atari kernel would have problems. If no CTF section is found then ksyms should behave exactly as it did before the change, just

Re: CVS commit: [uebayasi-xip] src/sys/miscfs/genfs

2010-03-15 Thread YAMAMOTO Takashi
[add cc:tech-kern] hi, what's the point of implementing it in the single VOP? ie. how is it better than having VOP_GETPAGES_XIP and pgo_get_xip? Why not adding VOP_GETPAGES_XIP - because XIP is almost transparent to filesystems. The difference between XIP or not is only where to get

Re: CVS commit: src/sys

2010-03-15 Thread YAMAMOTO Takashi
merge of what? your xip branch? it's better to do it before the merge if you want people review it. I clean up it today then. Masao done? YAMAMOTO Takashi