aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/md
Commit message (Expand)AuthorAgeFilesLines
* Avoid the modules madness I inadvertently introduced by making thePoul-Henning Kamp2000-09-021-17/+5
* * Completely rewrite the alpha busspace to hide the implementation fromDoug Rabson2000-08-281-4/+4
* Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)Poul-Henning Kamp2000-08-201-9/+59
* Rename MDNSECT to MD_NSECT and declare it as something that isn'tSheldon Hearn2000-07-171-3/+3
* Fix the "almost clone" semantics.Poul-Henning Kamp2000-07-041-6/+11
* 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-39/+40
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newPoul-Henning Kamp2000-03-201-6/+6
* Initialize type correctly.Poul-Henning Kamp1999-12-011-1/+3
* Retire MFS_ROOT and MFS_ROOT_SIZE options from the MFS implementation.Poul-Henning Kamp1999-11-261-94/+192
* Teach the md driver to use preloaded files of type "md_image".Poul-Henning Kamp1999-11-201-66/+126
* remove unused #includePoul-Henning Kamp1999-10-111-1/+0
* Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp1999-09-251-5/+0
* Fix includes (remove unnecessary ones, reorder necessary ones.)Brian Feldman1999-09-221-16/+5
* fix a buglet which jordan made me provoke :-)Poul-Henning Kamp1999-09-211-6/+10
* Add an experimental Memory-Disk driver. This driver will allocatePoul-Henning Kamp1999-09-211-0/+282