| Commit message (Expand) | Author | Age | Files | Lines |
| * | Push BIO_FORMAT into a local hack inside the floppy drivers where | Poul-Henning Kamp | 2002-03-26 | 1 | -0/+2 |
| * | Disksort will not "munge" requests, BIO_ORDERED or not, so remove | Poul-Henning Kamp | 2002-02-22 | 1 | -4/+2 |
| * | Change the test for _MACHINE_ARCH == i386 into #ifdef __i386__ since it | Joerg Wunsch | 2001-12-18 | 1 | -2/+8 |
| * | Remove PC98 code. This file is not used by PC98. | Yoshihiro Takahashi | 2001-12-16 | 1 | -17/+0 |
| * | Long promised major enhancement set for the floppy disk driver: | Joerg Wunsch | 2001-12-15 | 1 | -271/+488 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -5/+5 |
| * | Add ACPI attachments. | Mike Smith | 2001-08-30 | 1 | -0/+1 |
| * | Hrmpf. nyan's rev 1.25 commit to fdc.h crossed with my removal of it. | Joerg Wunsch | 2001-07-14 | 1 | -0/+17 |
| * | Yet another large non-function change. | Joerg Wunsch | 2001-07-14 | 1 | -142/+271 |
| * | Log when the user is turning debugging on/off. | Joerg Wunsch | 2001-07-09 | 1 | -5/+9 |
| * | Hmpf, remove two variables that got unused by rev 1.214. | Joerg Wunsch | 2001-07-09 | 1 | -2/+1 |
| * | Ouch, calculate correctly. With 300 rpm and 25 retries, it's 5 seconds | Joerg Wunsch | 2001-07-09 | 1 | -1/+1 |
| * | Remove parts of rev 1.211 again: do not delete our children iff they | Joerg Wunsch | 2001-07-09 | 1 | -7/+0 |
| * | As des' example shows us, DMA overruns could happen in a situation | Joerg Wunsch | 2001-07-09 | 1 | -9/+37 |
| * | Another large patchset from Bruce. | Joerg Wunsch | 2001-07-08 | 1 | -158/+113 |
| * | More cleanup when detaching. Clone device entries will now be | Joerg Wunsch | 2001-07-04 | 1 | -17/+41 |
| * | Use the new-born BIO_CMD1 instead of fudging a bio_flag value for reading | Joerg Wunsch | 2001-06-29 | 1 | -116/+72 |
| * | This change slipped through hidden in a CVS conflict. Logically belongs | Joerg Wunsch | 2001-06-29 | 1 | -3/+3 |
| * | First stab at fixing resource deallocation, and implementing fdc(4) as | Joerg Wunsch | 2001-06-29 | 1 | -10/+24 |
| * | Merge in parts of a larger patchset i received from Bruce. Untested | Joerg Wunsch | 2001-06-28 | 1 | -41/+38 |
| * | Implement a new ioctl command for floppies: FD_READID | Joerg Wunsch | 2001-06-26 | 1 | -8/+92 |
| * | Some more cosmetics: kill another couple of K&R function definitions | Joerg Wunsch | 2001-06-26 | 1 | -28/+4 |
| * | Cosmetics: | Joerg Wunsch | 2001-06-20 | 1 | -33/+3 |
| * | Hints overhaul: | Peter Wemm | 2001-06-12 | 1 | -6/+5 |
| * | Cosmetics: | Joerg Wunsch | 2001-06-11 | 1 | -16/+22 |
| * | Nuke the various poorly maintained copies of ioctl_fd.h. The file is | Joerg Wunsch | 2001-06-06 | 1 | -1/+1 |
| * | Make the FDC (state machine) state an enum, as opposed to an int | Joerg Wunsch | 2001-06-05 | 1 | -16/+0 |
| * | Fix my email address. I accidentally cut'npasted the wrong (old) | Joerg Wunsch | 2001-06-03 | 1 | -1/+1 |
| * | Don't lie to diskerr() now that it listens to us. | Poul-Henning Kamp | 2001-05-25 | 1 | -5/+0 |
| * | Implement a few more floppy ioctl commands and IO options, namely: | Joerg Wunsch | 2001-05-14 | 1 | -23/+40 |
| * | Actually biofinish(struct bio *, struct devstat *, int error) is more general | Poul-Henning Kamp | 2001-05-06 | 1 | -4/+2 |
| * | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | Mark Murray | 2001-05-01 | 1 | -2/+4 |
| * | Send the remains (such as I have located) of "block major numbers" to | Poul-Henning Kamp | 2001-03-26 | 1 | -2/+0 |
| * | Harvest interrupt entropy off the floppy disk controller. | Mark Murray | 2001-03-03 | 1 | -1/+2 |
| * | Convert more malloc+bzero to malloc+M_ZERO. | David Malone | 2000-12-08 | 1 | -2/+1 |
| * | Make diskerr() always log with printf. | Poul-Henning Kamp | 2000-11-26 | 1 | -2/+1 |
| * | Untangle some resource matching loops that were getting on my nerves | Peter Wemm | 2000-10-15 | 1 | -3/+4 |
| * | Avoid the modules madness I inadvertently introduced by making the | Poul-Henning Kamp | 2000-09-02 | 1 | -19/+5 |
| * | Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c) | Poul-Henning Kamp | 2000-08-20 | 1 | -12/+76 |
| * | Avoid a '"fd" is usurping ...' message. | Nick Hibma | 2000-08-09 | 1 | -1/+5 |
| * | Fix a warning re: a potentially unused pccard helper function | Peter Wemm | 2000-07-28 | 1 | -0/+2 |
| * | Step down a level and issue format requests with a struct bio instead | Poul-Henning Kamp | 2000-05-06 | 1 | -20/+20 |
| * | Separate the struct bio related stuff out of <sys/buf.h> into | Poul-Henning Kamp | 2000-05-05 | 1 | -0/+1 |
| * | Fixed the type of some ivar access functions. Ivars have type uintptr_t, | Bruce Evans | 2000-04-30 | 1 | -1/+1 |
| * | Complete the bio/buf divorce for all code below devfs::strategy | Poul-Henning Kamp | 2000-04-15 | 1 | -70/+69 |
| * | Move B_ERROR flag to b_ioflags and call it BIO_ERROR. | Poul-Henning Kamp | 2000-04-02 | 1 | -7/+7 |
| * | Fix floppy driver after my isadma changes. | Poul-Henning Kamp | 2000-03-25 | 1 | -7/+12 |
| * | Rename the existing BUF_STRATEGY() to DEV_STRATEGY() | Poul-Henning Kamp | 2000-03-20 | 1 | -1/+1 |
| * | Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new | Poul-Henning Kamp | 2000-03-20 | 1 | -6/+6 |
| * | Make the Y-E Data PCMCIA floppy of the Toshiba Libretto work under | Joerg Wunsch | 2000-03-18 | 1 | -244/+243 |