Re: i386 compile sys/dev/ie

2011-12-28 Thread Sergey Kandaurov
On 28 December 2011 10:58, Bruce Evans wrote: > On Wed, 28 Dec 2011, Bruce Evans wrote: > >> On Wed, 28 Dec 2011, Sergey Kandaurov wrote: > > >>> These were used in probe routine and are left from the newbus rewrite. >>> I hacked ie a bit to build cleanly. [Not sure if I did this correctly.] >> >>

Re: i386 compile sys/dev/ie

2011-12-27 Thread Bruce Evans
On Wed, 28 Dec 2011, Sergey Kandaurov wrote: On 27 December 2011 23:45, Sean Bruno wrote: Doing a lot of compiles recently and keep noting this noise in sys/dev/ie: /dumpster/scratch/sbruno-scratch/head/sys/dev/ie/if_ie.c: In function 'ieget': /dumpster/scratch/sbruno-scratch/head/sys/dev/ie/

Re: i386 compile sys/dev/ie

2011-12-27 Thread Bruce Evans
On Wed, 28 Dec 2011, Bruce Evans wrote: On Wed, 28 Dec 2011, Sergey Kandaurov wrote: These were used in probe routine and are left from the newbus rewrite. I hacked ie a bit to build cleanly. [Not sure if I did this correctly.] Use of the __DEVOLATILE() abomination is never correct. It exp

Re: i386 compile sys/dev/ie

2011-12-27 Thread Sergey Kandaurov
On 27 December 2011 23:45, Sean Bruno wrote: > Doing a lot of compiles recently and keep noting this noise in > sys/dev/ie: > > > > /dumpster/scratch/sbruno-scratch/head/sys/dev/ie/if_ie.c: In function > 'ieget': > /dumpster/scratch/sbruno-scratch/head/sys/dev/ie/if_ie.c:682: warning: > passing ar

i386 compile sys/dev/ie

2011-12-27 Thread Sean Bruno
Doing a lot of compiles recently and keep noting this noise in sys/dev/ie: /dumpster/scratch/sbruno-scratch/head/sys/dev/ie/if_ie.c: In function 'ieget': /dumpster/scratch/sbruno-scratch/head/sys/dev/ie/if_ie.c:682: warning: passing argument 1 of 'bcopy' discards qualifiers from pointer target t