summaryrefslogtreecommitdiffstats
path: root/sys/dev/isa/fd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* remove uneeded proc.h includesjsg2014-09-141-2/+1
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-3/+3
* Fix a few format string bugs with -DDEBUGsf2014-06-151-2/+2
* Attempt to approximate what should happen on a suspend/resume cycle.deraadt2013-12-281-1/+12
* remove the #define b_cylinder b_resid from bufs. i hated thedlg2013-11-211-12/+17
* Sprinkle (long long) casts where %lld is being used to print daddr_tkrw2013-11-011-4/+5
* move fd(4) from directly using disksort to using bufqs.dlg2013-11-011-15/+18
* final removal of daddr64_t. daddr_t has been 64 bit for a long enoughderaadt2013-06-111-4/+4
* Enforce ca_activate tree-walks over the entire heirarchy for all events,deraadt2013-05-301-7/+17
* Convert to ANSI.matthew2011-07-041-72/+22
* Drop kernel support for the useless DIOCWLABEL ioctl and prune a lotmatthew2011-06-051-7/+1
* Do not #include <sys/dkstat.h> if you don't need anything from it.miod2010-11-181-2/+1
* Introduce a DKF_NOLABELREAD flag, which is used by a device to preventjsing2010-09-231-1/+2
* All users of physio(9) now pass NULL as the buf pointer argument, somatthew2010-09-221-3/+3
* Store a struct device pointer within struct disk and populate this whenjsing2010-09-081-2/+2
* Garbage collect struct dkdriver.matthew2010-08-281-4/+1
* dont let sys/ioctl.h imply that you get the ioctls in dkio.h. thisdlg2010-05-181-1/+2
* Recycle unused disklabel fields in order to create a disklabel uniquejsing2010-04-231-3/+1
* Add DIOCSDINFO support to the three fd drivers. No change to existingkrw2009-09-121-7/+9
* Don't pass uninitialized stack memory to setdisklabel() as the 'old'krw2009-09-061-4/+5
* - fix format strings for values that are daddr64_tjasper2009-08-241-3/+3
* - remove double \n in panic stringjasper2009-08-241-2/+2
* - turn a printf(), which predated a panic()-function that could take printf-like arguments,jasper2009-08-231-5/+2
* Replace the error strings that were being passed around with much simplerderaadt2009-08-131-9/+4
* timeout_add -> timeout_add_msecblambert2009-08-051-4/+4
* Fix some minor format string problems found in a maze of false positivesderaadt2009-06-021-2/+2
* Second pass of simple timeout_add -> timeout_add_sec conversionsblambert2008-10-151-5/+5
* Bring biomem diff back into the tree after the nfs_bio.c fix went in.deraadt2008-06-121-2/+2
* back out biomem diff since it is not right yet. Doing very largederaadt2008-06-111-2/+2
* Fix buffer cache pending read statistics by ensuring we can identifybeck2008-06-101-2/+2
* Add support for DIOCRLDINFO, DIOCGPDINFO, DIOCGPART to the fdkrw2008-03-221-3/+20
* Fix typo/pasto in commented out debug printf(). sc_dv -> sc_dev.krw2008-03-211-2/+2
* Bring isa/fd.c into line with sparc/sparc64 fd code and prepare allkrw2008-03-201-34/+80
* More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...' wherekrw2007-10-011-3/+2
* b_cylinder does not need to be set on the callpath down into drivers.deraadt2007-06-201-7/+4
* all drivers should spoof version 1 labelsderaadt2007-06-081-1/+2
* now that all partition size/offsets are potentially 64-bit, change thederaadt2007-06-061-4/+4
* use six new macros to access & store the 48-bit disklabel fields relatedderaadt2007-06-051-2/+2
* Don't initialize d_partitions[RAW_DISK] just before callingkrw2007-06-011-6/+1
* 2nd one found: If you really wish to make a function __inline (which willderaadt2007-05-081-3/+3
* Even floppies should use DISKLABELDEV() on the dev_t parameter tokrw2007-04-271-3/+4
* Don't print the error strings returned by readdisklabel(). If youkrw2007-02-151-2/+2
* Consistently spell FALLTHROUGH to appease lint.jsg2007-02-141-3/+3
* 'tranfer' -> 'transfer' in comments.krw2006-12-211-3/+3
* Kernel stack can be swapped. This means that stuff that's on the stackmiod2006-11-291-3/+1
* Zap D_REMOVABLE flag from disklabel. If you didn't already know thatkrw2006-09-261-2/+1
* RAW_PART p_size on floppies and mcd's should be in sectors.krw2006-08-131-3/+2
* Define and use FD_BSIZE, similar to FD_BSIZE from sparc and sparc64krw2006-08-131-9/+7
* Nuke dk_establish(), no longer used.miod2006-03-151-2/+1