home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / KERNEL-S / V1.2 / LINUX-1.2 / LINUX-1 / linux / drivers / net / README.ewrk3 < prev    next >
Encoding:
Text File  |  1994-11-02  |  1.9 KB  |  44 lines

  1. The EtherWORKS 3  driver in this distribution is  designed to  work with all
  2. kernels   >  1.1.33   (approx)  and  includes  tools   in  the  'ewrk3tools'
  3. subdirectory   to  allow  set   up of   the   card,  similar  to  the  MSDOS
  4. 'NICSETUP.EXE' tools provided on  the DOS drivers  disk (type 'make' in that
  5. subdirectory to make the tools).
  6.  
  7. The supported cards  are  DE203, DE204 and  DE205.  All other cards are  NOT
  8. supported - refer  to the depca files for   running the LANCE based  network
  9. cards from Digital.
  10.  
  11. The ability to load  this driver as a  loadable module has been included and
  12. used extensively  during the driver  development (to save those  long reboot
  13. sequences). To utilise this ability, you have to do 8 things:
  14.  
  15.     0) have a copy of the loadable modules code installed on your system.
  16.     1) copy ewrk3.c from the  /linux/drivers/net directory to your favourite
  17.     temporary directory.
  18.     2) edit the  source code near  line 1750 to reflect  the I/O address and
  19.     IRQ you're using.
  20.     3) compile  ewrk3.c, but include -DMODULE in  the command line to ensure
  21.     that the correct bits are compiled (see end of source code).
  22.     4) if you are wanting to add a new  card, goto 5. Otherwise, recompile a
  23.     kernel with the ewrk3 configuration turned off and reboot.
  24.     5) insmod ewrk3.o
  25.     6) run the net startup bits for your new eth?? interface manually 
  26.     (usually /etc/rc.inet[12] at boot time). 
  27.     7) enjoy!
  28.  
  29.     Note that autoprobing is not allowed in loadable modules - the system is
  30.     already up and running and you're messing with interrupts.
  31.  
  32.     To unload a module, turn off the associated interface 
  33.     'ifconfig eth?? down' then 'rmmod ewrk3'.
  34.  
  35. The performance we've  achieved so far  has been measured through the 'ttcp'
  36. tool   at 975kB/s.  This  measures  the  total  tcp  stack performance which
  37. includes the   card,  so don't  expect   to get   much nearer  the  1.25MB/s
  38. theoretical ethernet rate.
  39.  
  40.  
  41. Enjoy!
  42.  
  43. Dave
  44.