Re: fix build with SCSIDEBUG

2015-07-01 Thread frantisek holop
Miod Vallat, 01 Jul 2015 21:35: > > spoke to soon, other anciet drivers need something like > > that. > > Physical address should be printed with %p rather than 0x%x. explicit cast ok? -f -- why did kamikaze pilots wear helmets anyway? Index: dev/eisa/aha1742.c =

Re: fix build with SCSIDEBUG

2015-07-01 Thread Miod Vallat
> spoke to soon, other anciet drivers need something like > that. Physical address should be printed with %p rather than 0x%x.

Re: fix build with SCSIDEBUG

2015-07-01 Thread frantisek holop
spoke to soon, other anciet drivers need something like that. -f -- experience is nothing but a lot of mistakes. Index: dev/eisa/aha1742.c === RCS file: /cvs/src/sys/dev/eisa/aha1742.c,v retrieving revision 1.44 diff -u -p -r1.44 aha

fix build with SCSIDEBUG

2015-07-01 Thread frantisek holop
i needed something like this to build a kernel with -DSCSIDEBUG -f -- the next sentence is true. the last sentence was false. Index: uha.c === RCS file: /cvs/src/sys/dev/ic/uha.c,v retrieving revision 1.24 diff -u -p -r1.24 uha.c --