minix/drivers/dpeth
Lionel Sambuc c3fc9df84a Adding ipc_ prefix to ipc primitives
* Also change _orig to _intr for clarity
 * Cleaned up {IPC,KER}VEC
 * Renamed _minix_kernel_info_struct to get_minix_kerninfo
 * Merged _senda.S into _ipc.S
 * Moved into separate files get_minix_kerninfo and _do_kernel_call
 * Adapted do_kernel_call to follow same _ convention as ipc functions
 * Drop patches in libc/net/send.c and libc/include/namespace.h

Change-Id: If4ea21ecb65435170d7d87de6c826328e84c18d0
2014-03-01 09:05:01 +01:00
..
3c501.c libc: add clock_getres()/clock_gettime() system calls. 2013-04-04 15:04:53 +02:00
3c501.h Remove those annoying $Id and $Revision tags 2010-05-31 20:00:08 +00:00
3c503.c Remove those annoying $Id and $Revision tags 2010-05-31 20:00:08 +00:00
3c503.h Remove those annoying $Id and $Revision tags 2010-05-31 20:00:08 +00:00
3c509.c libc: add clock_getres()/clock_gettime() system calls. 2013-04-04 15:04:53 +02:00
3c509.h Remove those annoying $Id and $Revision tags 2010-05-31 20:00:08 +00:00
8390.c panic: declare as printf-style-checked 2013-05-31 13:35:25 +00:00
8390.h Remove those annoying $Id and $Revision tags 2010-05-31 20:00:08 +00:00
devio.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
dp.c Adding ipc_ prefix to ipc primitives 2014-03-01 09:05:01 +01:00
dp.h retire BIOS_SEG and umap_bios 2012-05-09 19:03:59 +02:00
Makefile Fix GCC image building 2011-07-09 15:04:42 +02:00
ne.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
ne.h Remove those annoying $Id and $Revision tags 2010-05-31 20:00:08 +00:00
netbuff.c drop segment from safecopy invocations 2012-06-16 16:22:51 +00:00
README Remove revision IDs from files 2010-11-04 01:13:59 +00:00
wd.c retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
wd.h Remove those annoying $Id and $Revision tags 2010-05-31 20:00:08 +00:00

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.