Re: [PATCH] smc91x: allow for dynamic bus access configs

2006-03-21 Thread Jeff Garzik
Nicolas Pitre wrote: All accessor's different methods are now selected with C code and unused ones statically optimized away at compile time instead of being selected with #if's and #ifdef's. This has many advantages such as allowing the compiler to validate the syntax of the whole code, making

[PATCH] smc91x: allow for dynamic bus access configs

2006-03-20 Thread Nicolas Pitre
All accessor's different methods are now selected with C code and unused ones statically optimized away at compile time instead of being selected with #if's and #ifdef's. This has many advantages such as allowing the compiler to validate the syntax of the whole code, making it cleaner and easier

[PATCH] smc91x: allow for dynamic bus access configs

2006-01-09 Thread Nicolas Pitre
All accessor's different methods are now selected with C code and unused ones statically optimized away at compile time instead of being selected with #if's and #ifdef's. This has many advantages such as allowing the compiler to validate the syntax of the whole code, making it cleaner and easi

Re: [PATCH] smc91x: allow for dynamic bus access configs

2006-01-09 Thread Nicolas Pitre
On Mon, 9 Jan 2006, Jeff Garzik wrote: > Nicolas Pitre wrote: > > All accessor's different methods are now selected with C code and unused > > ones statically optimized away at compile time instead of being selected > > with #if's and #ifdef's. This has many advantages such as allowing the > > co

Re: [PATCH] smc91x: allow for dynamic bus access configs

2006-01-09 Thread Jeff Garzik
Nicolas Pitre wrote: All accessor's different methods are now selected with C code and unused ones statically optimized away at compile time instead of being selected with #if's and #ifdef's. This has many advantages such as allowing the compiler to validate the syntax of the whole code, makin

[PATCH] smc91x: allow for dynamic bus access configs

2006-01-08 Thread Nicolas Pitre
All accessor's different methods are now selected with C code and unused ones statically optimized away at compile time instead of being selected with #if's and #ifdef's. This has many advantages such as allowing the compiler to validate the syntax of the whole code, making it cleaner and easi