aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fdc/fdc.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a probably rare and inconsequential memory leak.Poul-Henning Kamp2002-10-021-1/+3
* Add support for DIOCGMEDIASIZE and DIOCGSECTORSIZE.Poul-Henning Kamp2002-09-301-40/+9
* Prefix private BIO commands with "FD" so people get a hint that theyPoul-Henning Kamp2002-09-301-11/+11
* Be consistent about "static" functions: if the function is markedPoul-Henning Kamp2002-09-281-4/+4
* Make FreeBSD "struct disklabel" agnostic, step 311 of 723:Poul-Henning Kamp2002-09-201-2/+3
* Suitably shrink a comment so it applies again.Poul-Henning Kamp2002-09-151-5/+2
* Fix a bug were a struct bio was freed and certain members subsequentlyPoul-Henning Kamp2002-09-131-4/+3
* Pass the physical instead of the logical block number inJoerg Wunsch2002-09-121-1/+1
* After some comments from bde, rewrite the loops to avoid turning theJoerg Wunsch2002-05-141-42/+28
* style(9) changes before further editing that region:Joerg Wunsch2002-05-131-6/+7
* Hide the fd autoselection messages behind the bootverbose case so theyJoerg Wunsch2002-05-121-3/+5
* Increase the PIO timeout to approximately the value it used to haveJoerg Wunsch2002-05-121-3/+38
* Change the PIO loops from a hard counter into a loop that calls DELAY()Joerg Wunsch2002-05-101-8/+14
* When reading a UFS-style label from a floppy, don't attempt to use aJoerg Wunsch2002-04-021-1/+1
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-4/+4
* Push BIO_FORMAT into a local hack inside the floppy drivers wherePoul-Henning Kamp2002-03-261-0/+2
* Disksort will not "munge" requests, BIO_ORDERED or not, so removePoul-Henning Kamp2002-02-221-4/+2
* Change the test for _MACHINE_ARCH == i386 into #ifdef __i386__ since itJoerg Wunsch2001-12-181-2/+8
* Remove PC98 code. This file is not used by PC98.Yoshihiro Takahashi2001-12-161-17/+0
* Long promised major enhancement set for the floppy disk driver:Joerg Wunsch2001-12-151-271/+488
* KSE Milestone 2Julian Elischer2001-09-121-5/+5
* Add ACPI attachments.Mike Smith2001-08-301-0/+1
* Hrmpf. nyan's rev 1.25 commit to fdc.h crossed with my removal of it.Joerg Wunsch2001-07-141-0/+17
* Yet another large non-function change.Joerg Wunsch2001-07-141-142/+271
* Log when the user is turning debugging on/off.Joerg Wunsch2001-07-091-5/+9
* Hmpf, remove two variables that got unused by rev 1.214.Joerg Wunsch2001-07-091-2/+1
* Ouch, calculate correctly. With 300 rpm and 25 retries, it's 5 secondsJoerg Wunsch2001-07-091-1/+1
* Remove parts of rev 1.211 again: do not delete our children iff theyJoerg Wunsch2001-07-091-7/+0
* As des' example shows us, DMA overruns could happen in a situationJoerg Wunsch2001-07-091-9/+37
* Another large patchset from Bruce.Joerg Wunsch2001-07-081-158/+113
* More cleanup when detaching. Clone device entries will now beJoerg Wunsch2001-07-041-17/+41
* Use the new-born BIO_CMD1 instead of fudging a bio_flag value for readingJoerg Wunsch2001-06-291-116/+72
* This change slipped through hidden in a CVS conflict. Logically belongsJoerg Wunsch2001-06-291-3/+3
* First stab at fixing resource deallocation, and implementing fdc(4) asJoerg Wunsch2001-06-291-10/+24
* Merge in parts of a larger patchset i received from Bruce. UntestedJoerg Wunsch2001-06-281-41/+38
* Implement a new ioctl command for floppies: FD_READIDJoerg Wunsch2001-06-261-8/+92
* Some more cosmetics: kill another couple of K&R function definitionsJoerg Wunsch2001-06-261-28/+4
* Cosmetics:Joerg Wunsch2001-06-201-33/+3
* Hints overhaul:Peter Wemm2001-06-121-6/+5
* Cosmetics:Joerg Wunsch2001-06-111-16/+22
* Nuke the various poorly maintained copies of ioctl_fd.h. The file isJoerg Wunsch2001-06-061-1/+1
* Make the FDC (state machine) state an enum, as opposed to an intJoerg Wunsch2001-06-051-16/+0
* Fix my email address. I accidentally cut'npasted the wrong (old)Joerg Wunsch2001-06-031-1/+1
* Don't lie to diskerr() now that it listens to us.Poul-Henning Kamp2001-05-251-5/+0
* Implement a few more floppy ioctl commands and IO options, namely:Joerg Wunsch2001-05-141-23/+40
* Actually biofinish(struct bio *, struct devstat *, int error) is more generalPoul-Henning Kamp2001-05-061-4/+2
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-2/+4
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-2/+0
* Harvest interrupt entropy off the floppy disk controller.Mark Murray2001-03-031-1/+2
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-081-2/+1