aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mcd
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: extend use of the howmany() macro when available.Pedro F. Giffuni2016-04-261-1/+1
* Add locking to mcd(4) and mark MPSAFE.John Baldwin2014-11-183-70/+117
* In sys/dev/mcd/mcd.c, mark the static const COPYRIGHT string as __used,Dimitry Andric2013-12-291-1/+1
* The other giant locked storage drivers have removed splbio(), for theWarner Losh2013-02-211-7/+0
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-292-2/+0
* netchild's mega-patch to isolate compiler dependencies into a centralJoerg Wunsch2005-03-021-19/+8
* o Fix a typo.Maxim Konovalov2005-01-301-1/+1
* Boot away another stackgap (one of the lest ones in linuxlator/i386) byMaxim Sobolev2005-01-301-4/+10
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-062-2/+2
* No point in setting si_bsize_phys anymore, nobody reads it.Poul-Henning Kamp2004-10-291-4/+1
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-162-6/+6
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-6/+6
* These are changes to allow to use the Intel C/C++ compiler (lang/icc)Tom Rhodes2004-03-121-4/+4
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-2/+2
* Device megapatch 1/6:Poul-Henning Kamp2004-02-211-2/+0
* Discontinue bio_blkno, use bio_offset instead.Poul-Henning Kamp2003-10-181-15/+1
* Use __FBSDID().David E. O'Brien2003-08-242-2/+6
* Fix \ alignment in macro.Poul-Henning Kamp2003-05-311-5/+1
* Don't include <sys/disklabel.h>Poul-Henning Kamp2003-04-161-1/+0
* Use bioq_flush() to drain a bio queue with a specific error code.Poul-Henning Kamp2003-04-011-1/+1
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-13/+8
* NO_GEOM cleanup:Poul-Henning Kamp2003-03-021-4/+4
* Replace {disable,enable}_intr() with critical_{enter,exit}().Matthew N. Dodd2002-11-101-4/+4
* Whitespace, style fixes.Matthew N. Dodd2002-11-062-314/+276
* Be consistent about functions being static.Poul-Henning Kamp2002-10-161-1/+1
* INclude <sys/mutex.h>'s prerequisite <sys/lock.h> instead of depending onBruce Evans2002-10-061-0/+1
* Make this work under GEOM.Matthew N. Dodd2002-10-063-184/+43
* NB: This commit does *NOT* make GEOM the default in FreeBSDPoul-Henning Kamp2002-10-052-1/+8
* newbus & bus_space the mcd(4) driver.Matthew N. Dodd2002-10-044-452/+702
* Minor style(9) changes.Matthew N. Dodd2002-10-041-9/+16
* Remove duplicate calls to make_dev().Matthew N. Dodd2002-10-041-4/+0
* If GEOM is in the kernel, take these three out. I have no way ofPoul-Henning Kamp2002-09-301-0/+3
* Retire the bogus ioctl DIOCGPART in toto.Poul-Henning Kamp2002-04-021-6/+0
* Don't call cdevsw_add().Poul-Henning Kamp2001-11-041-4/+0
* KSE Milestone 2Julian Elischer2001-09-121-3/+3
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-4/+0
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Mass update of isa drivers using compatability shims to usePeter Wemm2000-05-281-2/+9
* Separate the struct bio related stuff out of <sys/buf.h> intoPoul-Henning Kamp2000-05-051-1/+1
* Complete the bio/buf divorce for all code below devfs::strategyPoul-Henning Kamp2000-04-151-33/+33
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.Poul-Henning Kamp2000-04-021-3/+3
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newPoul-Henning Kamp2000-03-201-1/+1
* Remove a bunch of unused (NO-OP) #if NFOO > 0 type includes and somePeter Wemm2000-01-291-3/+0
* Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp1999-09-251-5/+0
* Trying to set BAD144 handling on a CD is sufficiently "Dont Do ThatPoul-Henning Kamp1999-09-201-3/+0
* Changes to centralise the default blocksize behaviour.Julian Elischer1999-09-091-2/+2
* Set si_bsize_phys and si_bsize_max in all legacy CD drivers.Poul-Henning Kamp1999-09-011-0/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
* Convert DEVFS hooks in (most) drivers to make_dev().Poul-Henning Kamp1999-08-231-30/+9
* Simplify cdevsw registration.Poul-Henning Kamp1999-05-311-16/+5