aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fdc
Commit message (Expand)AuthorAgeFilesLines
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.Eivind Eklund1998-01-241-1/+2
* In all such uses of struct buf: 's/b_un.b_addr/b_data/g'Poul-Henning Kamp1997-12-021-5/+5
* Introduce a device flags value of 0x1 to always pretend a 1.44 MBJoerg Wunsch1997-10-191-2/+15
* Fix a call to timeout that wasn't properly saving it's callout handle.Justin T. Gibbs1997-09-231-2/+2
* aha1542.c aic6360.c cy.c fd.c ft.cJustin T. Gibbs1997-09-211-13/+17
* Enable the FIFO on enhanced floppy controllers. This reduces theTor Egge1997-09-171-1/+56
* Make FDC_DEBUG a supported option.Joerg Wunsch1997-09-161-10/+21
* Removed unused #includes.Bruce Evans1997-07-201-2/+1
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includeBruce Evans1997-03-241-2/+1
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.Bruce Evans1997-03-231-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-222-2/+2
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-142-2/+2
* Disabled half-baked disk statistics support. It didn't actually generateBruce Evans1996-12-181-1/+7
* Fix the broken EOF handling in the floppy driver. The most obviousJoerg Wunsch1996-11-021-28/+36
* Remove devconf, it never grew up to be of any use.Poul-Henning Kamp1996-09-061-112/+1
* Make a "DWIM" function for adding [bc]devsw entries for bdev drivers.Poul-Henning Kamp1996-07-231-13/+3
* Staticized a few variables.Bruce Evans1996-07-121-4/+7
* Typo.Poul-Henning Kamp1996-05-031-2/+2
* Move from the old buf.b_actf to the new TAILQ(buf.b_act).Poul-Henning Kamp1996-05-031-17/+12
* Update drivers to use isa_dma_acquire() and isa_dma_release()Sujal Patel1996-04-081-1/+3
* Removed now-unused #includes of <machine/cpu.h>. They were for bootverboseBruce Evans1996-04-071-2/+1
* Fixed devfs device names and numbers.Bruce Evans1996-04-071-35/+71
* changed from using dev_link() to devfs_link()Marc G. Fournier1996-04-021-3/+3
* Fetch the (dummy) READY CHANGED condition interrupt stati thatJoerg Wunsch1996-03-311-1/+8
* Fixed group of some more disk devices.Bruce Evans1996-03-291-9/+9
* Switched from using devfs_add_sw() to using devfs_add_swf()Marc G. Fournier1996-03-281-8/+9
* Don't turn off the motor on active drives. The motor timeout mayBruce Evans1996-02-251-1/+12
* First attempt at creating devfs entries for sliced devices. Doesn'tBruce Evans1996-01-271-9/+12
* Allocate DMA bounce buffers only when requested by drivers. Only theBruce Evans1996-01-271-1/+2
* Replaced nxdump by nodump (if the dump function gets called, then theBruce Evans1995-12-101-2/+2
* Staticize and cleanup.Poul-Henning Kamp1995-12-101-8/+8
* clean a few DEVFS things..Julian Elischer1995-12-091-8/+8
* Julian forgot to make the *devsw structures static.Poul-Henning Kamp1995-12-081-3/+3
* Pass 3 of the great devsw changesJulian Elischer1995-12-081-34/+41
* the second set of changes in a move towards getting devices to beJulian Elischer1995-11-281-1/+36
* Mega commit for sysctl.Poul-Henning Kamp1995-11-201-13/+4
* Fixed (nonexistent) initialization of bp->b_pblkno. disksort() forBruce Evans1995-11-181-14/+2
* Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up theBruce Evans1995-11-041-2/+1
* Moved prototypes for devswitch functions from conf.c and driver sourcesBruce Evans1995-11-041-5/+1
* Remove unused functions and variables, make things static, and other cleanups.Poul-Henning Kamp1995-10-281-3/+2
* BIOS manufacturers don't seem to have a unique idea about 2.88 MBJoerg Wunsch1995-10-091-1/+2
* Hide the "input/output timeout" messages behind the bootverbose case.Joerg Wunsch1995-10-041-9/+13
* Remove transitory labelling code. Labels are now handled by essentiallyBruce Evans1995-09-161-4/+5
* devfs changes..Julian Elischer1995-09-031-4/+7
* Merge RELENG_2_0_5 into HEADRodney W. Grimes1995-06-111-3/+3
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-21/+21
* Fix -Wformat warnings, still need to do something about %b and pointerRodney W. Grimes1995-05-091-3/+3
* Restructured the floppy tape probe.Joerg Wunsch1995-05-061-6/+2
* Reviewed by: no-one yet, but non-intrusiveJulian Elischer1995-04-201-1/+29