summaryrefslogtreecommitdiff
path: root/sys/dev/isa/fd.c
AgeCommit message (Expand)Author
2011-07-04Convert to ANSI.Matthew Dempsky
2011-06-05Drop kernel support for the useless DIOCWLABEL ioctl and prune a lotMatthew Dempsky
2010-11-18Do not #include <sys/dkstat.h> if you don't need anything from it.Miod Vallat
2010-09-23Introduce a DKF_NOLABELREAD flag, which is used by a device to preventJoel Sing
2010-09-22All users of physio(9) now pass NULL as the buf pointer argument, soMatthew Dempsky
2010-09-08Store a struct device pointer within struct disk and populate this whenJoel Sing
2010-08-28Garbage collect struct dkdriver.Matthew Dempsky
2010-05-18dont let sys/ioctl.h imply that you get the ioctls in dkio.h. thisDavid Gwynne
2010-04-23Recycle unused disklabel fields in order to create a disklabel uniqueJoel Sing
2009-09-12Add DIOCSDINFO support to the three fd drivers. No change to existingKenneth R Westerback
2009-09-06Don't pass uninitialized stack memory to setdisklabel() as the 'old'Kenneth R Westerback
2009-08-24- fix format strings for values that are daddr64_tJasper Lievisse Adriaanse
2009-08-24- remove double \n in panic stringJasper Lievisse Adriaanse
2009-08-23- turn a printf(), which predated a panic()-function that could take printf-l...Jasper Lievisse Adriaanse
2009-08-13Replace the error strings that were being passed around with much simplerTheo de Raadt
2009-08-05timeout_add -> timeout_add_msecBret Lambert
2009-06-02Fix some minor format string problems found in a maze of false positivesTheo de Raadt
2008-10-15Second pass of simple timeout_add -> timeout_add_sec conversionsBret Lambert
2008-06-12Bring biomem diff back into the tree after the nfs_bio.c fix went in.Theo de Raadt
2008-06-11back out biomem diff since it is not right yet. Doing very largeTheo de Raadt
2008-06-10Fix buffer cache pending read statistics by ensuring we can identifyBob Beck
2008-03-22Add support for DIOCRLDINFO, DIOCGPDINFO, DIOCGPART to the fdKenneth R Westerback
2008-03-21Fix typo/pasto in commented out debug printf(). sc_dv -> sc_dev.Kenneth R Westerback
2008-03-20Bring isa/fd.c into line with sparc/sparc64 fd code and prepare allKenneth R Westerback
2007-10-01More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...' whereKenneth R Westerback
2007-06-20b_cylinder does not need to be set on the callpath down into drivers.Theo de Raadt
2007-06-08all drivers should spoof version 1 labelsTheo de Raadt
2007-06-06now that all partition size/offsets are potentially 64-bit, change theTheo de Raadt
2007-06-05use six new macros to access & store the 48-bit disklabel fields relatedTheo de Raadt
2007-06-01Don't initialize d_partitions[RAW_DISK] just before callingKenneth R Westerback
2007-05-082nd one found: If you really wish to make a function __inline (which willTheo de Raadt
2007-04-27Even floppies should use DISKLABELDEV() on the dev_t parameter toKenneth R Westerback
2007-02-15Don't print the error strings returned by readdisklabel(). If youKenneth R Westerback
2007-02-14Consistently spell FALLTHROUGH to appease lint.Jonathan Gray
2006-12-21'tranfer' -> 'transfer' in comments.Kenneth R Westerback
2006-11-29Kernel stack can be swapped. This means that stuff that's on the stackMiod Vallat
2006-09-26Zap D_REMOVABLE flag from disklabel. If you didn't already know thatKenneth R Westerback
2006-08-13RAW_PART p_size on floppies and mcd's should be in sectors.Kenneth R Westerback
2006-08-13Define and use FD_BSIZE, similar to FD_BSIZE from sparc and sparc64Kenneth R Westerback
2006-03-15Nuke dk_establish(), no longer used.Miod Vallat
2006-01-22b_cylin -> b_cylinder; no functional change.Miod Vallat
2005-09-19floppy support; form@openbsd.ruTheo de Raadt
2005-03-16Use biowait() instead of rolling our own.Miod Vallat
2004-12-26Use list and queue macros where applicable to make the code easier to read;Miod Vallat
2004-02-15new arg to disk_unbusy, to record separate read/write statistics.Ted Unangst
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-04-06Some easy strcpy elimination.Kenneth R Westerback
2002-05-24More splbio around biodone protection.Artur Grabowski
2002-03-14First round of __P removal in sysTodd C. Miller
2001-10-26First cut at a port of isadma and floppy driver. ok art@Nathan Binkert