summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_disk.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Bite the bullet and allocate the devsw entry at compile time.phk1999-09-121-20/+14
|
* Use a different tactic when creating the devsw so that disk_create()phk1999-09-121-44/+24
| | | | doesn't need to malloc.
* Changes to centralise the default blocksize behaviour.julian1999-09-091-0/+12
| | | | | | More likely to follow. Submitted by: phk@freebsd.org
* Improve the micro "disk" layer after gaining more experience with it.phk1999-09-011-16/+70
|
* Add micro "disk" layer which should enable us to pull all the slice/labelphk1999-08-291-0/+183
stuff out of the device drivers.
OpenPOWER on IntegriCloud