summaryrefslogtreecommitdiffstats
path: root/sys/dev/ccd.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* netbsd fix to problem found by m4@nts.umn.eduderaadt1996-12-191-5/+8
|
* return an errorderaadt1996-05-101-3/+3
|
* no sys/cpu.hderaadt1996-05-021-3/+2
|
* partial sync with netbsd 960418, more to comederaadt1996-04-211-6/+7
|
* Fix according to the last changes.mickey1996-04-191-2/+1
| | | | dev_conf.h deleted, longjmp proto changed.
* NetBSD 960317 mergeniklas1996-04-181-54/+46
|
* From NetBSD: sync with 960217 sourcesniklas1996-03-021-19/+23
|
* From NetBSD: update to 960217 sourcesniklas1996-02-271-37/+134
|
* from netbsd;deraadt1996-01-121-89/+52
| | | | | | | | | | | | | | | | New generic disk framework. Highlights: New metrics handling. Metrics are now kept in the new `struct disk'. Busy time is now stored as a timeval, and transfer count in bytes. Storage for disklabels is now dynamically allocated, so that the size of the disk structure is not machine-dependent. Several new functions for attaching and detaching disks, and handling metrics calculation. Old-style instrumentation is still supported in drivers that did it before. However, old-style instrumentation is being deprecated, and will go away once the userland utilities are updated for the new framework. For usage and architectural details, see the forthcoming disk(9) manual page.
* from netbsd:deraadt1995-12-141-3/+13
| | | | | | Fix a race condition where if a process is asleep waiting on an exclusive lock of a ccd device while another process is unconfiguring that same device, the first process would never awaken (unless interrupted).
* unconfiguring of ccd causes system panic; fix from gdonl@gv.ssi1.com; netbsd pr#1820deraadt1995-12-081-1/+2
|
* In ccdstart(), only translate the block number from partition-relativederaadt1995-11-061-3/+7
| | | | to absolute if part != RAW_PART.
* initial import of NetBSD treederaadt1995-10-181-0/+1413