summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdc
Commit message (Expand)AuthorAgeFilesLines
* Pre 3.0 branch cleanup casualty #6: ftphk1998-12-271-82/+2
* Fixed LINT breakage in previous commit. Option FDC_YE enabled abde1998-12-141-6/+6
* Add support for the YE-Data external PCMCIA floppy driver. Thisimp1998-12-121-7/+360
* Rename one of the two devfs_link's to devfs_makelink.eivind1998-12-101-3/+3
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-4/+1
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-041-3/+3
* Initialize isa_devtab entries for interrupt handlers in individualbde1998-10-221-2/+4
* Nuke uninitialized varible fd from retrier(). Change the devstat codegibbs1998-09-151-3/+2
* Update system to new device statistics code.gibbs1998-09-151-20/+30
* Remove the SLICE code.sos1998-09-141-245/+1
* Fixed error handling:bde1998-07-291-56/+61
* Fixed error handling after a seek error that can't happen. When thebde1998-07-181-1/+3
* The ioctl request arg is unsigned long, so don't attempt to pass itbde1998-07-151-2/+2
* SLICE probing becomes asynchronous. It can now be triggered byjulian1998-07-131-6/+3
* Don't pretend to support ix86's with 7-bit ints by using longs just tobde1998-07-111-4/+4
* There is no such thing any more as "struct bdevsw".julian1998-07-041-8/+27
* Fix some more ioctls which I missed becausese they were hidden by optionsdfr1998-06-071-2/+2
* This commit fixes various 64bit portability problems required fordfr1998-06-071-2/+2
* There is no dump routine for fd so give it an explicit NULL entryjulian1998-05-061-2/+3
* Add dump support to the DEVFS/slice code.julian1998-05-061-3/+3
* close() is no longer a SLICE method.julian1998-04-221-4/+10
* Add changes and code to implement a functional DEVFS.julian1998-04-191-17/+269
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.des1998-04-171-2/+2
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-241-1/+2
* In all such uses of struct buf: 's/b_un.b_addr/b_data/g'phk1997-12-021-5/+5
* Introduce a device flags value of 0x1 to always pretend a 1.44 MBjoerg1997-10-191-2/+15
* Fix a call to timeout that wasn't properly saving it's callout handle.gibbs1997-09-231-2/+2
* aha1542.c aic6360.c cy.c fd.c ft.cgibbs1997-09-211-13/+17
* Enable the FIFO on enhanced floppy controllers. This reduces thetegge1997-09-171-1/+56
* Make FDC_DEBUG a supported option.joerg1997-09-161-10/+21
* Removed unused #includes.bde1997-07-201-2/+1
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-241-2/+1
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.bde1997-03-231-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-222-2/+2
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-142-2/+2
* Disabled half-baked disk statistics support. It didn't actually generatebde1996-12-181-1/+7
* Fix the broken EOF handling in the floppy driver. The most obviousjoerg1996-11-021-28/+36
* Remove devconf, it never grew up to be of any use.phk1996-09-061-112/+1
* Make a "DWIM" function for adding [bc]devsw entries for bdev drivers.phk1996-07-231-13/+3
* Staticized a few variables.bde1996-07-121-4/+7
* Typo.phk1996-05-031-2/+2
* Move from the old buf.b_actf to the new TAILQ(buf.b_act).phk1996-05-031-17/+12
* Update drivers to use isa_dma_acquire() and isa_dma_release()smpatel1996-04-081-1/+3
* Removed now-unused #includes of <machine/cpu.h>. They were for bootverbosebde1996-04-071-2/+1
* Fixed devfs device names and numbers.bde1996-04-071-35/+71
* changed from using dev_link() to devfs_link()scrappy1996-04-021-3/+3
* Fetch the (dummy) READY CHANGED condition interrupt stati thatjoerg1996-03-311-1/+8
* Fixed group of some more disk devices.bde1996-03-291-9/+9
* Switched from using devfs_add_sw() to using devfs_add_swf()scrappy1996-03-281-8/+9
OpenPOWER on IntegriCloud