freebsd-skq/sys/dev
Rodney W. Grimes dc4ff321f2 Removed $Log$ section and patch kit headers. And here is the full
message for Bruces changes:

>From: bde@kralizec.zeta.org.au (Bruce Evans)
>Subject: fixes for fd driver

I think I've fixed some bugs in the 0.2.4 fd driver.

1. The main cause of hangs was that there was no timeout for seeks.  So
   attempting i/o with no floppy in the drive hung iff a seek was required.

2. Opens of unattached drives were allowed.  The kernel usually paniced
   soon after due to a bad pointer.

3. Some timeout functions ran at splclock() instead of splbio().  This
   may not have mattered.

4. The state machine was left in a funny state after a timeout.

5. Some function headers were new-style.

6. I picked up some code posted the other day to implement label ioctls.
   Now `disklabel fd0' works.  See a comment for how to modify conf.c.
1993-09-15 23:27:45 +00:00
..
ed As of this revision, all known bugs have been fixed. Some of the fixes include: 1993-09-09 07:01:23 +00:00
fdc Removed $Log$ section and patch kit headers. And here is the full 1993-09-15 23:27:45 +00:00
ic Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00
kbd >From: paul@u.tvt.se (Paul Pries) 1993-09-15 23:03:21 +00:00
sio From guido@gvr.win.tue.nl Wed Sep 8 13:34:16 1993 1993-09-10 16:59:16 +00:00
speaker * Applied fixes from Bruce Evans to fix COW bugs, >1MB kernel loading, 1993-07-27 10:52:31 +00:00
syscons Soren's latest syscons changes. 1993-09-08 22:11:48 +00:00