summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdc
Commit message (Expand)AuthorAgeFilesLines
* KSE Milestone 2julian2001-09-121-5/+5
* Add ACPI attachments.msmith2001-08-301-0/+1
* Hrmpf. nyan's rev 1.25 commit to fdc.h crossed with my removal of it.joerg2001-07-141-0/+17
* Yet another large non-function change.joerg2001-07-141-142/+271
* Log when the user is turning debugging on/off.joerg2001-07-091-5/+9
* Hmpf, remove two variables that got unused by rev 1.214.joerg2001-07-091-2/+1
* Ouch, calculate correctly. With 300 rpm and 25 retries, it's 5 secondsjoerg2001-07-091-1/+1
* Remove parts of rev 1.211 again: do not delete our children iff theyjoerg2001-07-091-7/+0
* As des' example shows us, DMA overruns could happen in a situationjoerg2001-07-091-9/+37
* Another large patchset from Bruce.joerg2001-07-081-158/+113
* More cleanup when detaching. Clone device entries will now bejoerg2001-07-041-17/+41
* Use the new-born BIO_CMD1 instead of fudging a bio_flag value for readingjoerg2001-06-291-116/+72
* This change slipped through hidden in a CVS conflict. Logically belongsjoerg2001-06-291-3/+3
* First stab at fixing resource deallocation, and implementing fdc(4) asjoerg2001-06-291-10/+24
* Merge in parts of a larger patchset i received from Bruce. Untestedjoerg2001-06-281-41/+38
* Implement a new ioctl command for floppies: FD_READIDjoerg2001-06-261-8/+92
* Some more cosmetics: kill another couple of K&R function definitionsjoerg2001-06-261-28/+4
* Cosmetics:joerg2001-06-201-33/+3
* Hints overhaul:peter2001-06-121-6/+5
* Cosmetics:joerg2001-06-111-16/+22
* Nuke the various poorly maintained copies of ioctl_fd.h. The file isjoerg2001-06-061-1/+1
* Make the FDC (state machine) state an enum, as opposed to an intjoerg2001-06-051-16/+0
* Move out the files from src/sys/isa/ic/ to src/sys/dev/ic/, so theyjoerg2001-06-041-1/+1
* Fix my email address. I accidentally cut'npasted the wrong (old)joerg2001-06-031-1/+1
* Don't lie to diskerr() now that it listens to us.phk2001-05-251-5/+0
* Implement a few more floppy ioctl commands and IO options, namely:joerg2001-05-141-23/+40
* Actually biofinish(struct bio *, struct devstat *, int error) is more generalphk2001-05-061-4/+2
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-2/+4
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-2/+0
* Harvest interrupt entropy off the floppy disk controller.markm2001-03-031-1/+2
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-2/+1
* Make diskerr() always log with printf.phk2000-11-261-2/+1
* Untangle some resource matching loops that were getting on my nervespeter2000-10-151-3/+4
* Avoid the modules madness I inadvertently introduced by making thephk2000-09-021-19/+5
* Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)phk2000-08-201-12/+76
* Avoid a '"fd" is usurping ...' message.n_hibma2000-08-091-1/+5
* Fix a warning re: a potentially unused pccard helper functionpeter2000-07-281-0/+2
* Step down a level and issue format requests with a struct bio insteadphk2000-05-061-20/+20
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+1
* Fixed the type of some ivar access functions. Ivars have type uintptr_t,bde2000-04-301-1/+1
* Complete the bio/buf divorce for all code below devfs::strategyphk2000-04-151-70/+69
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-021-7/+7
* Fix floppy driver after my isadma changes.phk2000-03-251-7/+12
* Rename the existing BUF_STRATEGY() to DEV_STRATEGY()phk2000-03-201-1/+1
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-201-6/+6
* Make the Y-E Data PCMCIA floppy of the Toshiba Libretto work underjoerg2000-03-181-244/+243
* Futher cleanup.. "device_print_prettyname(); printf()" -> device_printf()peter2000-01-081-54/+47
* Merge most of FDC_YE into the mainline driver.imp2000-01-062-75/+31
* Make the evil broken pnpbios compensation slightly less evil.peter2000-01-051-15/+20
* Patch up some of the evilness left over from the early newbus porting.peter2000-01-051-83/+134
OpenPOWER on IntegriCloud