ni6510-net-driver for netversion 2 

install (short, not for newbies, for Linux1.0):

  (0: copy files ni65.h and ni65.c to /usr/src/linux/drivers/net)

  1. cd to /usr/src/linux/drivers/net
  2. insert Space.c.add in Space.c 
  3. cd to /usr/src/linux
  4. in file: config.in uncomment (=remove '#') in the line: 
      #bool 'NI6510 support' CONFIG_NI65 n
     so that the line looks like:
       bool 'NI6510 support' CONFIG_NI65 y
  5. do a 'make config' - now the question from 4.) should appear.
  6. do a 'make depend'
  7. do a 'make'
  8. copy your new 'zImage'-file to where you want you need it. 
     (if you use lilo: don't forget to re-'install' the new kernel)

The driver reads the dma and irq settings from the card.
 autoprobe for base_addr: 0x300,0x320,0x340,0x360


