Re: slight code refactoring in mfi(4)

2012-08-10 Thread Christiano F. Haesbaert
On 10 August 2012 09:09, David Gwynne wrote: > this moves knowledge of where the inbound doorbell on chips is out > of code and into the structure that stores the chip differences. > > ive tested this on a perc5 (which is the xscale gen). id like a > skinny user to give it a spin too. > Makes sen

slight code refactoring in mfi(4)

2012-08-10 Thread David Gwynne
this moves knowledge of where the inbound doorbell on chips is out of code and into the structure that stores the chip differences. ive tested this on a perc5 (which is the xscale gen). id like a skinny user to give it a spin too. Index: mfi.c =