summaryrefslogtreecommitdiffstats
path: root/sys/dev/md
Commit message (Collapse)AuthorAgeFilesLines
* Initialize type correctly.phk1999-12-011-1/+3
|
* Retire MFS_ROOT and MFS_ROOT_SIZE options from the MFS implementation.phk1999-11-261-96/+194
| | | | | | | | | | | | | | | | | Add MD_ROOT and MD_ROOT_SIZE options to the md driver. Make the md driver handle MFS_ROOT and MFS_ROOT_SIZE options for compatibility. Add md driver to GENERIC, PCCARD and LINT. This is a cleanup which removes the need for some of the worse hacks in MFS: We really want to have a rootvnode but MFS on a preloaded image doesn't really have one. md is a true device, so it is less trouble. This has been tested with make release, and if people remember to add the "md" pseudo-device to their kernels, PicoBSD should be just fine as well. If people have no other use for MFS, it can be removed from the kernel.
* Teach the md driver to use preloaded files of type "md_image".phk1999-11-201-68/+128
|
* remove unused #includephk1999-10-111-1/+0
|
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
| | | | | | | | have been there in the first place. A GENERIC kernel shrinks almost 1k. Add a slightly different safetybelt under nostop for tty drivers. Add some missing FreeBSD tags
* Fix includes (remove unnecessary ones, reorder necessary ones.)green1999-09-221-16/+5
| | | | | | Also, correct an %x to be %lx. Reviewed by: phk
* fix a buglet which jordan made me provoke :-)phk1999-09-211-6/+10
|
* Add an experimental Memory-Disk driver. This driver will allocatephk1999-09-211-0/+282
memory with malloc(9) using a few tricks to save space on the way.
OpenPOWER on IntegriCloud