ni5210-net-driver for netversion 2 

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

  (0: copy files ni52.h and ni52.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 'NI5210 support' CONFIG_NI52 n
     so that the line looks like:
       bool 'NI5210 support' CONFIG_NI52 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 now has autoirq and automem. 
 autoprobe for base_addr: 0x300,0x280,0x360,0x320,0x340
               mem_start: 0xD0000,0xD4000,0xD8000 (8K and 16K)


