summaryrefslogtreecommitdiffstats
path: root/sys/dev/isa/mcd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* kill mcd dead. ok krw matthew millert thibtedu2011-06-261-1766/+0
* Update mcd(4) to use disk_lock, etc. instead of its own tsleep(9)matthew2011-06-201-50/+8
* Drop kernel support for the useless DIOCWLABEL ioctl and prune a lotmatthew2011-06-051-8/+1
* Get rid of the wlabel argument to bounds_check_with_label(). It'smatthew2011-06-031-3/+2
* Fix two compile errors in mcd(4) due to bitrot:matthew2011-06-031-10/+5
* 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
* Recycle unused disklabel fields in order to create a disklabel uniquejsing2010-04-231-3/+1
* - fix format strings for values that are daddr64_tjasper2009-08-241-5/+5
* Needs explicit <sys/malloc.h> include; Georg Schwarzmiod2008-11-271-1/+2
* Don't bypass partition bounds check for RAW_PART. We now guarantee thatkrw2008-06-151-3/+2
* b_cylinder does not need to be set on the callpath down into drivers.deraadt2007-06-201-14/+7
* avoid modification race in DIOCRLDINFO; ok krw miodderaadt2007-06-181-3/+7
* 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-10/+10
* use six new macros to access & store the 48-bit disklabel fields relatedderaadt2007-06-051-3/+3
* Don't initialize d_partitions[RAW_DISK] just before callingkrw2007-06-011-6/+1
* move bcd tables to the only place that uses them (the unused mcd driver);deraadt2007-05-041-1/+29
* MCDUNIT/etc -> DISKUNIT/etc. No change to mcd.o.krw2007-04-291-18/+12
* 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
* Nuke dk_establish(), no longer used.miod2006-03-151-3/+1
* Silence mcd during probe, as in 1.13 but accidentally lost in 1.24.miod2006-03-101-3/+2
* Do not include <lib/libkern/libkern.h> explicitely, get it via <sys/systm.h>.miod2006-03-091-3/+1
* Zero-fill the fake softc during probe, and put a plausible dv_xname, so thatmiod2006-03-091-1/+3
* remove last traces of __BROKEN_INDIRECT_CONFIG.brad2006-01-021-10/+1
* Fix a disk_unbusy() that was missing the 3rd argument; Georg Schwarzmillert2004-05-011-2/+3
* new arg to disk_unbusy, to record separate read/write statistics.tedu2004-02-151-2/+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-42/+42
* new timeouts; compilesmickey2000-11-111-4/+8
* support DIOCRLDINFOderaadt1999-08-101-1/+5
* make DIOCGPDINFO equivalent to DIOCGDINFO for cd'smillert1998-10-051-8/+2
* Add DIOCGPDINFO supportmillert1998-10-041-28/+19
* Add a "spoofonly" argument to readdisklabel() which will be used tomillert1998-10-031-2/+2
* update audio from NetBSD, mostly by Lennart Augustsson <augustss@cs.chalmers.se>provos1998-04-261-58/+146
* use libkern's bcd convsmickey1997-11-301-19/+3
* avoid "no disklabel" error messagesderaadt1997-10-181-2/+2
* <sys/types.h> OR <sys/param.h>, BUT NOT bothmickey1997-09-291-2/+1
* Change the bounds_check_with_label API to also take a cpu_disklabelniklas1997-08-081-1/+2
* readdisklabel() with correct dev_tderaadt1997-01-041-6/+9
* call readdisklabel() in the same fashion as sd.c doesderaadt1996-12-051-7/+19
* silent probe, silent attach; netbsd pr#2108, mike.long@analog.comderaadt1996-09-201-1/+3
* enqueue eject for mcdclose()deraadt1996-06-101-3/+8
* support MTIOCTOP's MTOFFL to mean "eject"deraadt1996-06-091-1/+6
* all ports have dk_establish()deraadt1996-06-011-1/+3
* silence getresult during probederaadt1996-05-271-2/+4
* sync 0521deraadt1996-05-261-2/+3