Re: Sync dwctwo(4) with NetBSD

2021-07-14 Thread Martin Reindl
On Wed, Jul 14, 2021 at 05:57:16PM +0200, Marcus Glocker wrote: > Also this new version includes jsg@ suggestion, and revert the static > bits back to what we have in our current code base. My RPI3b+ ist running this OK with mue(4), ugold(4) and an additonal powered USB hub. Thank You. -m

Re: Sync dwctwo(4) with NetBSD

2021-07-13 Thread Martin Reindl
On Sun, Jul 11, 2021 at 05:55:14PM +0200, Marcus Glocker wrote: > > Following the entire diff. And of course, general feedback and > comments? :-) > While I can't comment on the diff itself, I gave it a spin on my Raspberry Pi 3 Model B Plus Rev 1.3. mue(4) now works and I am happy to test furt

Re: hp300/dev/nhpib.c - Strange code

2013-07-22 Thread Martin Reindl
On 7/23/13 6:47 AM, Maxime Villard wrote: > Hi, > - - - hp300/dev/nhpib.c l.463 - - - > > int stat1; > > #ifdef lint > if (stat1 = unit) return(1); > #endif > > - - - > > What does that mean ? > It's there since '95, who knows for which purposes it was used bac