summaryrefslogtreecommitdiffstats
path: root/sys/dev/isa/fd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* b_cylin -> b_cylinder; no functional change.miod2006-01-221-10/+8
* floppy support; form@openbsd.ruderaadt2005-09-191-2/+2
* Use biowait() instead of rolling our own.miod2005-03-161-22/+8
* Use list and queue macros where applicable to make the code easier to read;miod2004-12-261-6/+6
* new arg to disk_unbusy, to record separate read/write statistics.tedu2004-02-151-3/+4
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* Some easy strcpy elimination.krw2003-04-061-3/+3
* More splbio around biodone protection.art2002-05-241-1/+5
* First round of __P removal in sysmillert2002-03-141-16/+16
* First cut at a port of isadma and floppy driver. ok art@nate2001-10-261-1/+15