
This archive contains a preliminary experimental floppy driver for 
NetBSD/Amiga which supports the MSDOS lowlevel format for floppies.  It
still has some problems, some of which are inherited from the old fd.c,
other which are msdosfs specific (it appears).

    * sometimes the drive light sticks on for no good reason
    * you MUST mount a good disk, otherwise it goes into a wierd state
    * msdosfs can't delete files for some reason, r/w works fine.
      attempting to delete files puts the fd into a wierd state similar 
      to the bad disk state above.
    * ejecting the disk while it's mounted causes strange things to happen.
    * can't use a totally blank disk (the disk must've been preformatted
      as an msdos disk first).  This is because the driver read/writes 
      tracks to write individual sectors.  Amiga floppies have the same
      problem. 


Included is a patch to locore.s (to add the index pulse interrupt) and
a replacemet for fd.c

    
