The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/drivers/dpeth/

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

Name Size Last modified (GMT) Description
Back Parent directory 2008-12-15 18:00:30
C file 3c501.c 11705 bytes 2005-08-05 19:08:43
C file 3c501.h 3219 bytes 2005-06-29 10:16:46
C file 3c503.c 5392 bytes 2005-08-05 19:08:43
C file 3c503.h 2817 bytes 2005-06-29 10:16:46
C file 3c509.c 17418 bytes 2005-08-05 19:08:43
C file 3c509.h 6287 bytes 2005-06-29 10:16:46
C file 8390.c 21051 bytes 2005-09-04 18:52:16
C file 8390.h 7276 bytes 2005-08-22 15:17:40
File Makefile 1444 bytes 2005-07-19 13:21:48
File README 1425 bytes 2005-06-29 10:16:46
C file devio.c 3098 bytes 2005-08-05 19:08:43
C file dp.c 18605 bytes 2005-10-21 17:09:08
C file dp.h 7409 bytes 2005-09-04 18:52:16
C file ne.c 5408 bytes 2005-08-05 19:08:43
C file ne.h 955 bytes 2005-06-29 10:16:46
C file netbuff.c 4184 bytes 2005-08-05 19:08:43
C file wd.c 9412 bytes 2005-08-22 15:17:40
C file wd.h 3617 bytes 2005-08-22 15:17:40

    1 
    2 This is my implementation of a new network task 
    3 for the Minix kernel.  I did it initially to handle
    4 a 3c501 board (Etherlink), but those board are so
    5 unstable that it is not worth using them except for
    6 learning how to implement a driver.  When I got a
    7 3c509b board (Etherlink III) it was easier to
    8 write the code to handle them.  
    9 
   10 The Minix code in 'dp8390.c' is too specific for the
   11 National chip set, so what I did was to remove as 
   12 much as I needed of the code dependant from the chip
   13 and produce a generic task that, I hope, will be able
   14 to handle many more cards.
   15 
   16 $Log: README,v $
   17 Revision 1.1  2005/06/29 10:16:46  beng
   18 Import of dpeth 3c501/3c509b/.. ethernet driver by
   19 Giovanni Falzoni <fgalzoni@inwind.it>.
   20 
   21 Revision 1.3  2004/04/14 12:49:07  lsodgf0
   22 Changes for porting to Minix 2.0.4 run on BOCHS
   23 
   24 Revision 1.2  2002/03/25 14:16:09  lsodgf0
   25 The driver for the NEx000 has been rewritten to be
   26 operational with the ACCTON 18xx (an NE1000 clone)
   27 The I/O routines for 16 bit cards are still untested..
   28 
   29 Revision 1.1  2002/02/09 09:35:09  lsodgf0
   30 Initial revision
   31 The package is not fully tested, i.e. I had only 3Com
   32 boards (3c501, 3c503, 3c503/16 and 3c509b) and WD8003.
   33 I got also a NE1000 clone but it was not fully
   34 operational and I could not appreciate the results.
   35 For this reason the changes done to the interface
   36 to I/O for 8 and 16 bits are not tested.
   37   
   38 $Id: README,v 1.1 2005/06/29 10:16:46 beng Exp $

[ source navigation ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.