summaryrefslogtreecommitdiffstats
path: root/sys/arch/sparc64/dev/fd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fdc(4/sparc64): timeout_add(9) -> timeout_add_msec(9)cheloha2020-02-201-2/+2
* Move away from K&R style function definitions. clang is rather picky aboutclaudio2018-12-271-105/+38
* Don't pull in <sys/file.h> just to get fcntl.hguenther2017-12-301-2/+2
* Also pass the blk offset to disk_unbusy(), so that it can pass it toderaadt2017-05-041-5/+5
* Rename Debugger() into db_enter().mpi2017-04-301-2/+2
* remove splsoftfd and splausoftdlg2016-06-071-2/+1
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-3/+3
* Remove bogus semicolon.brad2014-04-281-2/+2
* remove the #define b_cylinder b_resid from bufs. i hated thedlg2013-11-211-15/+16
* replace bare use of disksort with a bufq, modelled on the sys/dev/isa/fd.cdlg2013-11-021-15/+17
* Sprinkle (long long) casts where %lld is being used to print daddr_tkrw2013-11-011-6/+6
* (daddr_t) -> (u_int64_t) when multiplying ncylinders * secpercyl tokrw2013-10-201-2/+2
* final removal of daddr64_t. daddr_t has been 64 bit for a long enoughderaadt2013-06-111-6/+6
* Enforce ca_activate tree-walks over the entire heirarchy for all events,deraadt2013-05-301-6/+18
* Fix gap value when formatting 1.44MB 3"1/2 floppy disks; from NetBSDmiod2013-01-011-2/+2
* Drop kernel support for the useless DIOCWLABEL ioctl and prune a lotmatthew2011-06-051-7/+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
* fix fallout from the removal of dkio.h from ioctl.hdlg2010-05-191-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-6/+7
* Replace the error strings that were being passed around with much simplerderaadt2009-08-131-9/+4
* timeout_add -> timeout_add_msecblambert2009-07-241-5/+5
* Second pass of simple timeout_add -> timeout_add_sec conversionsblambert2008-10-151-6/+6
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* 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-1/+19
* Bring isa/fd.c into line with sparc/sparc64 fd code and prepare allkrw2008-03-201-9/+6
* 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-8/+4
* bzero the right thingderaadt2007-06-141-2/+2
* all drivers should spoof version 1 labelsderaadt2007-06-081-1/+2
* an XXsize() function that got skippedderaadt2007-06-061-2/+2
* now that all partition size/offsets are potentially 64-bit, change thederaadt2007-06-061-13/+18
* 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
* avoid bypassing sys/queue.h in many places in the kernel.pyr2007-05-281-2/+2
* Even floppies should use DISKLABELDEV() on the dev_t parameter tokrw2007-04-271-3/+3
* Don't print the error strings returned by readdisklabel(). If youkrw2007-02-151-2/+2
* 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
* Nuke dk_establish(), no longer used.miod2006-03-151-4/+1
* b_cylin -> b_cylinder; no functional change.miod2006-01-221-11/+9
* I'm Positive these are Type-O.miod2005-08-011-2/+2
* Increase timeout in fdcresult(), this allows fdformat(8) to work now.miod2005-03-171-9/+9
* Do not drop the user in ddb in DIAGNOSTIC checks unless option FD_DEBUG.miod2005-03-121-2/+2