minix3/drivers/net/dpeth
BAREEDU SAI SANDEEP SANDEEP 67a9e8efa1 Pid build and working 2020-02-21 00:59:27 +05:30
..
.depend Pid build and working 2020-02-21 00:59:27 +05:30
.gdbinit Pid build and working 2020-02-21 00:59:27 +05:30
3c501.c Pid build and working 2020-02-21 00:59:27 +05:30
3c501.d Pid build and working 2020-02-21 00:59:27 +05:30
3c501.h Pid build and working 2020-02-21 00:59:27 +05:30
3c501.o Pid build and working 2020-02-21 00:59:27 +05:30
3c503.c Pid build and working 2020-02-21 00:59:27 +05:30
3c503.d Pid build and working 2020-02-21 00:59:27 +05:30
3c503.h Pid build and working 2020-02-21 00:59:27 +05:30
3c503.o Pid build and working 2020-02-21 00:59:27 +05:30
3c509.c Pid build and working 2020-02-21 00:59:27 +05:30
3c509.d Pid build and working 2020-02-21 00:59:27 +05:30
3c509.h Pid build and working 2020-02-21 00:59:27 +05:30
3c509.o Pid build and working 2020-02-21 00:59:27 +05:30
8390.c Pid build and working 2020-02-21 00:59:27 +05:30
8390.d Pid build and working 2020-02-21 00:59:27 +05:30
8390.h Pid build and working 2020-02-21 00:59:27 +05:30
8390.o Pid build and working 2020-02-21 00:59:27 +05:30
Makefile Pid build and working 2020-02-21 00:59:27 +05:30
README Pid build and working 2020-02-21 00:59:27 +05:30
devio.c Pid build and working 2020-02-21 00:59:27 +05:30
devio.d Pid build and working 2020-02-21 00:59:27 +05:30
devio.o Pid build and working 2020-02-21 00:59:27 +05:30
dp.c Pid build and working 2020-02-21 00:59:27 +05:30
dp.d Pid build and working 2020-02-21 00:59:27 +05:30
dp.h Pid build and working 2020-02-21 00:59:27 +05:30
dp.o Pid build and working 2020-02-21 00:59:27 +05:30
dpeth Pid build and working 2020-02-21 00:59:27 +05:30
ne.c Pid build and working 2020-02-21 00:59:27 +05:30
ne.d Pid build and working 2020-02-21 00:59:27 +05:30
ne.h Pid build and working 2020-02-21 00:59:27 +05:30
ne.o Pid build and working 2020-02-21 00:59:27 +05:30
netbuff.c Pid build and working 2020-02-21 00:59:27 +05:30
netbuff.d Pid build and working 2020-02-21 00:59:27 +05:30
netbuff.o Pid build and working 2020-02-21 00:59:27 +05:30
wd.c Pid build and working 2020-02-21 00:59:27 +05:30
wd.d Pid build and working 2020-02-21 00:59:27 +05:30
wd.h Pid build and working 2020-02-21 00:59:27 +05:30
wd.o Pid build and working 2020-02-21 00:59:27 +05:30

README

This is my implementation of a new network task 
for the Minix kernel.  I did it initially to handle
a 3c501 board (Etherlink), but those board are so
unstable that it is not worth using them except for
learning how to implement a driver.  When I got a
3c509b board (Etherlink III) it was easier to
write the code to handle them.  

The Minix code in 'dp8390.c' is too specific for the
National chip set, so what I did was to remove as 
much as I needed of the code dependant from the chip
and produce a generic task that, I hope, will be able
to handle many more cards.

$Log$
Revision 1.1  2005/06/29 10:16:46  beng
Import of dpeth 3c501/3c509b/.. ethernet driver by
Giovanni Falzoni <fgalzoni@inwind.it>.

Revision 1.3  2004/04/14 12:49:07  lsodgf0
Changes for porting to Minix 2.0.4 run on BOCHS

Revision 1.2  2002/03/25 14:16:09  lsodgf0
The driver for the NEx000 has been rewritten to be
operational with the ACCTON 18xx (an NE1000 clone)
The I/O routines for 16 bit cards are still untested..

Revision 1.1  2002/02/09 09:35:09  lsodgf0
Initial revision
The package is not fully tested, i.e. I had only 3Com
boards (3c501, 3c503, 3c503/16 and 3c509b) and WD8003.
I got also a NE1000 clone but it was not fully
operational and I could not appreciate the results.
For this reason the changes done to the interface
to I/O for 8 and 16 bits are not tested.