Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Bite the bullet and allocate the devsw entry at compile time. | phk | 1999-09-12 | 1 | -20/+14 | |
| | ||||||
* | Use a different tactic when creating the devsw so that disk_create() | phk | 1999-09-12 | 1 | -44/+24 | |
| | | | | doesn't need to malloc. | |||||
* | Changes to centralise the default blocksize behaviour. | julian | 1999-09-09 | 1 | -0/+12 | |
| | | | | | | More likely to follow. Submitted by: phk@freebsd.org | |||||
* | Improve the micro "disk" layer after gaining more experience with it. | phk | 1999-09-01 | 1 | -16/+70 | |
| | ||||||
* | Add micro "disk" layer which should enable us to pull all the slice/label | phk | 1999-08-29 | 1 | -0/+183 | |
stuff out of the device drivers. |