From: Linus Benedict Torvalds (torvalds@klaava.Helsinki.FI)
Date: 08/04/92


From: torvalds@klaava.Helsinki.FI (Linus Benedict Torvalds)
Subject: Re: Problems with 0.97 kernel
Date: 4 Aug 1992 16:57:48 GMT

In article <1992Aug4.153021.24129@dfv.rwth-aachen.de> mj@dfv.rwth-aachen.de (Martin Junius) writes:
>I just compiled the new 0.97 kernel and ran into the following
>problems:
>
>- Right after the floppy disk detect message it says:
> "floppy: unexpected interrupt"
>
>- When listing a tar archive on a floppy disk it says:
> "floppy: Over/Underrun - retrying". Retrying seems to work,
> the contents is listed correctly. Nevertheless these messages
> are annoying.

The problems aren't new - there is just some added debugging code in the
floppy driver (and in the harddisk driver as well - if it gets errors,
you are likely to see some debug-info printed out). The simple fix is
just to comment out all the printk's in the drivers - they aren't
needed, although they can be practical at times.

                Linus