summaryrefslogtreecommitdiff
path: root/sys/dev/isa/fd.c
AgeCommit message (Expand)Author
2019-02-03- add or adjust /* FALLTHROUGH */ where appropriatemrg
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2018-01-20Handle yet another atari specific quirk in the MI ISA fdc(4)/fd(4) driver.tsutsui
2015-12-08Replace DIOCGPART -> DIOCGPARTINFO which returns the data needed instead ofchristos
2015-04-26Use C99-style initializers for struct dkdriver.mlelstv
2015-04-13Convert sys/dev to use <sys/rndsource.h>.riastradh
2015-01-02We have three sets of DTYPE_ constants in the kernel:christos
2014-12-31make more drivers use disk_ioctl, and add a dev parameter to it so thatchristos
2014-08-10Merge tls-earlyentropy branch into HEAD.tls
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-07-25Add d_discard to all struct bdevsw instances I could find.dholland
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2013-05-29phase 1 of disk geometry cleanup:christos
2012-02-02Entropy-pool implementation move and cleanup.tls
2010-11-13Don't pull in the whole uvm(9) API to access only PAGE_SIZE anduebayasi
2010-08-11Keep condvar wmesg within 8-char limitpgoyette
2010-08-08move a debug printf to FD_DEBUG.chs
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