[Prev][Next][Index][Thread]

Re: Adding a new net device



If it compiles and works under Linux 2.0.29, then it *should* be
simple to add a single-file ethernet driver to the OSKit:

Add a line in oskit/oskit/dev/linux_ethernet.h for the driver.
Place the driver file to oskit/linux/src/drivers/net

This was done to add the eepro100 driver, for example.
If it uses any routines not already provided by the OSKit
(you said it is UNDI), you will have to provide them.

Good luck.

Kevin T. Van Maren
University of Utah, CSL


Follow-Ups: