Re: Merging ugen into the usb stack

2018-02-13 Thread Wolfgang Solfrank
, but the serial line on the second channel, too. Ciao, Wolfgang -- wolfg...@solfrank.net Wolfgang Solfrank

Re: Merging ugen into the usb stack

2018-02-13 Thread Wolfgang Solfrank
ebug board available, the device to be debugged by this doesn't work any longer. And since the seial line is brought out of the debug board on the same ffc as the jtag connection, I don't have easy access to it. Ciao, Wolfgang -- wolfg...@solfrank.net Wolfgang Solfrank

Re: Merging ugen into the usb stack

2018-02-08 Thread Wolfgang Solfrank
0 flags 1 No need for the previously mentioned "no uftdi*", as the ugen (due to the "flags 1") will attach with a higher priority. Ciao, Wolfgang -- wolfg...@solfrank.net Wolfgang Solfr

Re: Merging ugen into the usb stack

2018-02-01 Thread Wolfgang Solfrank
olfg...@solfrank.net Wolfgang Solfrank /* $NetBSD: uftdi.c,v 1.66 2017/12/22 14:18:29 jakllsch Exp $ */ /* * Copyright (c) 2000 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Lennart Augustsson (le

Re: Merging ugen into the usb stack

2017-12-18 Thread Wolfgang Solfrank
hand I'm not sure this would need code changes, but again, Wolfgang, could you make your patches available?) Sorry, looks like I lost any changes I made to ugen.c :-( Ciao, Wolfgang -- wolfg...@solfrank.net Wolfgang Solfrank /* $NetBSD: uftdi.c,v 1.60 2015/02/20

Re: Merging ugen into the usb stack

2017-12-12 Thread Wolfgang Solfrank
. Ciao, Wolfgang -- wolfg...@solfrank.net Wolfgang Solfrank

Re: History of disklables

2016-12-28 Thread Wolfgang Solfrank
uld access your packs with different layouts. Ciao, Wolfgang -- wolfg...@solfrank.net Wolfgang Solfrank

Re: UVM and the NULL page

2016-12-27 Thread Wolfgang Solfrank
address space all the time. Ciao, Wolfgang -- wolfg...@solfrank.net Wolfgang Solfrank

Re: UVM and the NULL page

2016-07-29 Thread Wolfgang Solfrank
s nonsense is committed, I will stop contributing to NetBSD! Ciao, Wolfgang -- wolfg...@solfrank.net Wolfgang Solfrank

Re: UVM and the NULL page

2016-07-28 Thread Wolfgang Solfrank
Hi, Currently, there is no real way to make sure a userland process won't be able to allocate the NULL page. Why should this be restricted? Ciao, Wolfgang -- wolfg...@solfrank.net Wolfgang Solfrank

Re: In-kernel process exit hooks?

2016-01-09 Thread Wolfgang Solfrank
it and be done with that nonsense? Ciao, Wolfgang -- wolfg...@solfrank.net Wolfgang Solfrank

Re: How to go on with ISO 9660 large file support ?

2014-05-27 Thread Wolfgang Solfrank
Attributes (which are not related to getextattr(1)/extattr(9)). Regarding associated files, I saw those used by Apple for their resource fork. Albeit I haven't seen any ISOs with them recently. Ciao, Wolfgang -- wolfg...@solfrank.net Wolfgang Solfrank

Re: suprious reboot on netbsd-6:i386 with PAE

2013-12-05 Thread Wolfgang Solfrank
does). Ciao, Wolfgang -- wolfg...@solfrank.net Wolfgang Solfrank --- src/lib/net.c.orig 2013-11-24 16:45:57.0 +0100 +++ src/lib/net.c 2013-11-24 16:53:55.0 +0100 @@ -28,7 +28,10 @@ union sockaddr_union_unix { struct sockaddr sa

Re: suprious reboot on netbsd-6:i386 with PAE

2013-12-05 Thread Wolfgang Solfrank
report the path length including the trailing zero, I do not know if it is right or nor. That's the whole purpose of this, isn't it? If you don't include it in the mbuf length, it will not be copied out to the user. Ciao, Wolfgang -- wolfg...@solfrank.net Wolfgang Solfrank

Re: suprious reboot on netbsd-6:i386 with PAE

2013-12-05 Thread Wolfgang Solfrank
-sun_len = strlen(sun-sun_path) + offsetof(struct sockaddr_un, sun_path); return sun; } Ciao, Wolfgang -- wolfg...@solfrank.net Wolfgang Solfrank smime.p7s Description: S/MIME Cryptographic Signature

Re: suprious reboot on netbsd-6:i386 with PAE

2013-12-05 Thread Wolfgang Solfrank
or less correct with respect to historical behavior. Ciao, Wolfgang -- wolfg...@solfrank.net Wolfgang Solfrank smime.p7s Description: S/MIME Cryptographic Signature

Re: Rewriting kernfs and procfs - GSoC'12

2012-03-20 Thread Wolfgang Solfrank
, Wolfgang -- wolfg...@solfrank.net Wolfgang Solfrank

Re: reading /dev/mem panics a domU

2012-01-13 Thread Wolfgang Solfrank
Wolfgang Solfrank