Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Also handle zero return from dscheck(). | phk | 2000-01-10 | 1 | -1/+1 |
| | | | | PR: 15956 | ||||
* | Don't ignore return value from tsleep(). | phk | 1999-12-19 | 1 | -1/+3 |
| | | | | Spotted by: charnier | ||||
* | Conditionalise unwanted chattyness. | jkh | 1999-11-19 | 1 | -1/+2 |
| | |||||
* | Put a lock on the disk structure while we open to avoid races. | phk | 1999-11-06 | 1 | -3/+15 |
| | | | | PR: 14486 | ||||
* | Trim unused options (or #ifdef for undoc options). | peter | 1999-10-11 | 1 | -1/+0 |
| | | | | Submitted by: phk | ||||
* | be more consistent about passing the whole/raw dev_t to the driver | phk | 1999-10-04 | 1 | -4/+2 |
| | |||||
* | In some drivers we use two devices to be able to boot. | sos | 1999-10-02 | 1 | -1/+2 |
| | | | | | | | | | So if si_iosize_max is allready set, dont mess with it.. Also just log the problem with maxphys not being set once. designed by: phk tested by: sos | ||||
* | Fix a problem relating to si_iosize_max which broke scsi devices. | phk | 1999-10-02 | 1 | -5/+7 |
| | |||||
* | Make all slices/partitions correctly inherit si_* fields. | phk | 1999-09-30 | 1 | -6/+13 |
| | | | | Lightly tested by: msmith | ||||
* | Fix disk_close once more, and better this time. | phk | 1999-09-30 | 1 | -2/+2 |
| | | | | Spotted by: bde | ||||
* | Test the slices for openness before we close them; doing it the other way | msmith | 1999-09-30 | 1 | -1/+1 |
| | | | | | | around meant that the higher level close routine never gets called. (phk is on the road; this is a quick fix to get things working and may need more polish) | ||||
* | Register the right cdevsw on the master device. | phk | 1999-09-13 | 1 | -1/+1 |
| | | | | Detected by: sos | ||||
* | 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. |