summaryrefslogtreecommitdiff
path: root/sys/dev/isa/fd.c
AgeCommit message (Expand)Author
2010-03-16Allow this driver to build for ofppc as well.he
2010-02-24A pointer typedef entails trading too much flexibility to declare constdyoung
2010-01-08Expand PMF_FN_* macros.dyoung
2009-06-05Add support for DIOCGDISKINFO to disk like device drivers. Changehaad
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2009-01-13g/c BUFQ_FOO() macros and use bufq_foo() directly.yamt
2008-12-29fdcintr1 requires the mutex to be held.mlelstv
2008-12-24Set all default geometry parameters (not only secpercyl and secsize)tsutsui
2008-12-16replace bitmask_snprintf(9) with snprintb(3)christos
2008-05-03after the "struct disk" is finished with, it should beplunky
2008-04-30- If x86, trust the nvram and elminate long probe delays.ad
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-11make this build with FD_DEBUGcegger
2008-03-29PPC systems predating prep and running the mvmeppc portmlelstv
2008-03-16Split device_t and softc for the ... wait for it ... [air quotes] MIcube
2008-02-22Suspend, resume, detach.dyoung
2008-01-31Let the compiler decide: inline -> static, register -> .dyoung
2008-01-31Cosmetic: constify, KNF, use device_t and accessors, usedyoung
2008-01-02Merge vmlocking2 to head.ad
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-10-08Merge disk init changes from the vmlocking branch. These seperate init /ad
2007-07-29It's not a good idea for device drivers to modify b_flags, as they don'tad
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-03-08add support for devctl propertiesjnemeth
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-15Rename the B_XXX flag to B_DEVPRIVATE flag since it was never used forreinoud
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-08-30add missing initializerchristos
2006-04-14Make i/o statistics collection more generic, include tape drives andblymn
2006-03-28Use device_unit().thorpej
2006-03-25Use device_parent().thorpej
2006-01-06initialize necessary members of struct buf. PR/32462 from Reinoud Zandijk.yamt
2006-01-04- add simple functions to allocate/free a buffer for i/o.yamt
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-11merge ktrace-lwp.christos
2005-10-15- change the way to specify a bufq strategy. (by string rather than by number)yamt
2005-07-30Fix compilation with FD_DEBUG.christos
2005-05-29sprinkle const.christos
2005-02-04de-__Pperry
2005-02-01Whitespace police. The rest remains crap.drochner
2004-10-28move buffer queue related stuffs from buf.h to their own header, bufq.h.yamt
2004-09-18change some members of struct buf from long to int.yamt
2004-09-14include "locators.h" explicitely where it is needed, so thatdrochner
2004-06-04Wrap a noisy probe message in FD_DEBUG.thorpej
2003-12-04netbsd.org -> NetBSD.orgkeihan
2003-09-27Fix a non-fatal race condition.mycroft
2003-09-25Modify the fdcattach() interface again, splitting it into two parts, so thatmycroft
2003-09-25Do fd probing after interrupts are enabled, and use tsleep() for delays.mycroft
2003-09-23Small changes -- if your controller clears DRV_BUSY when recalibrate completes,mycroft