home *** CD-ROM | disk | FTP | other *** search
/ Dream 44 / Amiga_Dream_44.iso / Amiga / workbench / pilotes / pcmcia / cnetdevice.readme < prev    next >
Text File  |  1997-09-10  |  1KB  |  27 lines

  1. Short:    PCMCIA Network Card driver. V0.5
  2. Author:   bhabbott@inhb.co.nz (Bruce Abbott)
  3. Uploader: bhabbott@inhb.co.nz (Bruce Abbott)
  4. Version:  0.5
  5. Type:     hard/drivr
  6. Replaces: hard/drivr/cnetdevice.lha
  7.  
  8. An experimental PCMCIA network card driver for the Amiga 1200.
  9. This one works with the CNet CN40BC PC-CARD and others. Full
  10. source code in assembler is included.
  11.  
  12. New for V0.5
  13.  
  14.    - Accepts 802.3 packets (probably, untested).
  15.  
  16.    - Sets BROADCAST bit in io_flags when appropriate.
  17.  
  18.    - Now examines PCMCIA attribute memory to determine the value to write
  19.      into the Card Configuration Register. This should work with all NE2000
  20.      compatible PCMCIA network cards, even those with different CCR offsets.
  21.  
  22.    - If attribute memory is not found, cnet.device tries to open the file
  23.      "s:cnetdev.config" and read from it the Card Configuration Register
  24.      offset, Configuration ID, and ROM Station Address. This often revives
  25.      a card that did not power up properly. The 'cnetconfig' program is
  26.      supplied for creating this file.
  27.