ni5210-net-driver for netversion 2 

install (short, not for newbies, for pl11):

  (0: copy files i82586.h and ni5210.c to /linux/net/inet)

  1. cd to /linux/net/inet
  2. insert the Space.c.add, CONFIG.add in Space.c and CONFIG
  3. in Makefile: add the ni5210.o-stuff (check the example: Makefile.add.example) 
  4. Set the NI52_CONFIG values for your card.
  5. in ni5210.c: NBUFFERS and NFRAMES are set for a 16K-RAM card change it if
     necessary. (IE_BUS_SIZE is IE_8BIT for the ni5210, change it to IE_16BIT for other cards)

  6. went back to /linux
  7. do a 'make depend'
  8. do a 'make'
  9. copy your new 'zImage'-file to where you want    

