| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed (nonexistent) initialization of bp->b_pblkno. disksort() for | bde | 1995-11-18 | 1 | -14/+2 |
* | Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up the | bde | 1995-11-04 | 1 | -2/+1 |
* | Moved prototypes for devswitch functions from conf.c and driver sources | bde | 1995-11-04 | 1 | -5/+1 |
* | Remove unused functions and variables, make things static, and other cleanups. | phk | 1995-10-28 | 1 | -3/+2 |
* | BIOS manufacturers don't seem to have a unique idea about 2.88 MB | joerg | 1995-10-09 | 1 | -1/+2 |
* | Hide the "input/output timeout" messages behind the bootverbose case. | joerg | 1995-10-04 | 1 | -9/+13 |
* | Remove transitory labelling code. Labels are now handled by essentially | bde | 1995-09-16 | 1 | -4/+5 |
* | devfs changes.. | julian | 1995-09-03 | 1 | -4/+7 |
* | Merge RELENG_2_0_5 into HEAD | rgrimes | 1995-06-11 | 1 | -3/+3 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -21/+21 |
* | Fix -Wformat warnings, still need to do something about %b and pointer | rgrimes | 1995-05-09 | 1 | -3/+3 |
* | Restructured the floppy tape probe. | joerg | 1995-05-06 | 1 | -6/+2 |
* | Reviewed by: no-one yet, but non-intrusive | julian | 1995-04-20 | 1 | -1/+29 |
* | Add a class field to devconf and mst drivers. | wollman | 1995-04-12 | 1 | -6/+26 |
* | Correct recalibrate/seek code at attach time so that we do not get | rgrimes | 1995-04-06 | 1 | -4/+11 |
* | Terminate all probe/diagnostic/error messages correctly with a \n. | rgrimes | 1995-03-26 | 1 | -27/+26 |
* | Add and move declarations to fix all of the warnings from `gcc -Wimplicit' | bde | 1995-03-16 | 1 | -3/+14 |
* | Finally get rid of this bothering ``biodone: buffer already done'' | joerg | 1995-03-12 | 1 | -3/+12 |
* | Declare all the args of Fdopen() and fdclose(). | bde | 1995-02-26 | 1 | -15/+14 |
* | Back out my previous change and disable the floppy tape controller again | jkh | 1995-01-27 | 1 | -1/+4 |
* | Enable floppy-tape controller by default again. Flags no longer has any | jkh | 1995-01-17 | 1 | -5/+2 |
* | Argl!, finally found this bummer. The code testing for a write- | joerg | 1995-01-12 | 1 | -36/+10 |
* | Finally implement support for the `lsdev' program. The controller is | joerg | 1995-01-11 | 1 | -14/+30 |
* | Peter's work to work around one of the most annoying bugs in the | joerg | 1995-01-06 | 1 | -143/+366 |
* | Here is a minor patch for FreeBSD 2.0R to allow it to recognize | joerg | 1994-12-04 | 1 | -1/+5 |
* | Reverse the meaning of previous change. | jkh | 1994-11-30 | 1 | -7/+5 |
* | Experimental change to floppy driver to NOT probe the floppy tape if | jkh | 1994-11-29 | 1 | -2/+7 |
* | Extended the SEEKWAIT and RECALWAIT somewhat to avoid annoying messages. | phk | 1994-11-18 | 1 | -3/+3 |
* | Change "fdx: Floppy not writeable" to less confusing | ache | 1994-11-08 | 1 | -2/+2 |
* | From: Lars Fredriksen <fredriks@mcs.com> | jkh | 1994-11-08 | 1 | -1/+21 |
* | Back out Joerg's latest commit. Sorry, Joerg, but this breaks the install | jkh | 1994-11-02 | 1 | -143/+98 |
* | Several minor fixes to the floppy driver: | joerg | 1994-10-30 | 1 | -99/+144 |
* | Julian Elischer's disklabel fixes. | jkh | 1994-10-27 | 1 | -4/+4 |
* | Finished device configuration database work for all ISA devices (except `ze') | wollman | 1994-10-23 | 1 | -28/+40 |
* | Checking for timeout at several critical calls to ``out_fdc()'' now, | joerg | 1994-10-21 | 1 | -14/+56 |
* | Add support for devconf to a large number of device drivers, and do | wollman | 1994-10-19 | 1 | -2/+2 |
* | isa.c isa_device.h: declare & define {e,}isa_{in,ex}ternalize(). | wollman | 1994-10-19 | 1 | -1/+91 |
* | Cosmetics. Silence gcc -Wall. Much more to do here :-( | phk | 1994-10-10 | 1 | -4/+4 |
* | Moved the ft.c from 1.1.5.1 over. It works on my Conner thingie. Got | phk | 1994-09-25 | 1 | -1/+5 |
* | Fixed the problem where the floppy has incorrectly failed probing | joerg | 1994-09-17 | 1 | -17/+34 |
* | Updated driver to the 1.1.5 version: | dg | 1994-09-17 | 1 | -296/+486 |
* | Use RAW_PART=2 to trick diskerr | ache | 1994-08-29 | 1 | -2/+4 |
* | Ran ft.c through ident. | paul | 1994-08-23 | 1 | -16/+16 |
* | Change all #includes to follow the current Berkeley style. Some of these | wollman | 1994-08-13 | 1 | -7/+7 |
* | The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch. | rgrimes | 1994-05-25 | 1 | -17/+17 |
* | Bug fixes and performance improvements from John Dyson and myself: | dg | 1994-04-20 | 1 | -1/+2 |
* | From: Jim Babb <babb@sedhps01.mdc.com> | nate | 1994-03-08 | 1 | -1/+2 |
* | 360 DD entry speed fixed to 250KBPS | ache | 1994-03-02 | 1 | -2/+2 |
* | floppy tape support shouldn't interfere with floppy disk driver on | alm | 1994-03-02 | 1 | -3/+4 |
* | From: Jim Babb <babb@sedhps01.mdc.com> | nate | 1994-02-14 | 1 | -3/+6 |