Re: New resources - pls, explain :-(

Rogier Wolff (R.E.Wolff@BitWizard.nl)
Sun, 15 Aug 1999 23:45:54 +0200 (MEST)


Jeff Garzik wrote:
> Alan Cox wrote:
> > > Why not clean up the namespace now? It's a simple #define in drivers,
> > > and I venture to guess that most people will not notice since they get
> > > their net drivers from kernel sources.
>
> > Its a #ifdef in lots of drivers. And a lot of people download their drivers
> > from Don Becker and also as source from vendor sites.
>
> True. Will 'struct device' continue to be an annoyance to people, next
> year, five years down the road?

If it has to be phased out, I would recommend having the net_device
from now on, and

#define device net_device

for general use.

At 2.5/2.6 we can start depreciating the old use, by generating
warnings.

2.7 (Late 2000) is the earliest that struct device could be used as
something different.

Roger.

-- 
** R.E.Wolff@BitWizard.nl ** http://www.BitWizard.nl/ ** +31-15-2137555 **
*-- BitWizard writes Linux device drivers for any device you may have! --*
------ Microsoft SELLS you Windows, Linux GIVES you the whole house ------

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/