summaryrefslogtreecommitdiff
path: root/sys/dev/isa/fdcvar.h
AgeCommit message (Collapse)Author
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-16Split device_t and softc for the ... wait for it ... [air quotes] MIcube
variant of fdc(4)/fd(4). Other cosmetic changes as appropriate.
2008-02-22Suspend, resume, detach.dyoung
Use mutex(9) and condvar(9) instead of splbio(9)/splx(9) and tsleep(9)/wakeup(9). Use device_t and accessors. Use aprint_*_dev().
2005-12-11merge ktrace-lwp.christos
2005-02-04de-__Pperry
2003-09-25Modify the fdcattach() interface again, splitting it into two parts, so thatmycroft
DRQ allocation is done earlier.
2003-09-25Do fd probing after interrupts are enabled, and use tsleep() for delays.mycroft
Also try to accept a recalibrate interrupt to terminate the delay -- but that doesn't seem to work reliably, so do a 2s timeout as well.
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
Patches provided by Joel Baker in PR 22364, verified by myself.
2003-01-08Support for 'plug and play' of floppy drives, to be used soon by thejmcneill
ACPI fdc attachment. Reviewed by fvdl.
2000-04-23Carve off the ISA configuration bits from the floppy driver. Driver isthorpej
still ISA-specific, but we can attach ISA instances with different configuration mechanisms now.