thorpej
|
c9b3657ce9
|
Add trailing ; to CFATTACH_DECL.
|
2002-10-02 16:33:28 +00:00 |
thorpej
|
71adb76f75
|
Use CFATTACH_DECL().
|
2002-09-30 21:57:46 +00:00 |
thorpej
|
f818766afe
|
Declare all cfattach structures const.
|
2002-09-27 20:31:45 +00:00 |
thorpej
|
d1ad2ac4f2
|
Rather than referencing the cfdriver directly in the cfdata entries,
instead use a string naming the driver. The cfdriver is then looked
up in a list which is built at run-time.
|
2002-09-27 02:24:06 +00:00 |
simonb
|
c19a094675
|
Don't include <malloc.h> - no memory management style functions are use
in any of the MII drivers.
|
2002-07-03 06:25:49 +00:00 |
ichiro
|
8e2f0b253e
|
Add a driver for the Realtek RL8150L Ethernet PHY.
|
2002-03-28 21:07:53 +00:00 |