home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 2 / CD ACTUAL VOL 2.iso / docs / kernel.12 / readme.wav < prev    next >
Encoding:
Text File  |  1995-09-10  |  1.3 KB  |  32 lines

  1. #if    defined(CONFIG_WAVELAN)
  2.  
  3. Thu Feb 23 00:10:31 EST 1995
  4.  
  5. 1. At present the driver autoprobes for a WaveLAN card only at I/O address 0x390.
  6.    The version of the card that I use (NCR) supports four I/O addresses (selectable
  7.    via a pair of DIP switches).  If you want the driver to autoprobe a different
  8.    subset of the four valid addresses then you will need to edit
  9.    .../drivers/net/wavelan.c (near line 714) and change the initialisation of the
  10.    `iobase[]' array.  Normally, I use a LILO configuration file directive to
  11.    obviate the need for autoprobing entirely, a course of action I heartily
  12.    recommend.
  13.  
  14. 2. By default, the driver uses the Network ID (NWID) stored in the card's Parameter
  15.    Storage Area (PSA).  However, the PSA NWID can be overridden by a value passed
  16.    explicitly as the third numeric argument to LILO's "ether=" directive, either
  17.    at the LILO prompt at boot time or within LILO's configuration file.
  18.    For example, the following line from such a LILO configuration file would
  19.    auto-configure the IRQ value, set the I/O base to 0x390 and set the NWID to
  20.    0x4321, all on a WaveLAN card labelled "eth0":
  21.  
  22.     ..
  23.     append    ="ether=0,0x390,0x4321,eth0"
  24.     ..
  25.  
  26. 3. If you encounter any problems send me some email.
  27.  
  28. Good luck,
  29. Bruce Janson (bruce@cs.usyd.edu.au)
  30.  
  31. #endif    /* defined(CONFIG_WAVELAN) */
  32.