Age | Commit message (Collapse) | Author |
|
|
|
are just not disks!; from NetBSD (simonb)
|
|
2) 16 partitions
|
|
|
|
Also remove warning when opening a partition that overlaps another,
no one else does this.
|
|
generic scsi system
|
|
|
|
|
|
one for wd and sd drives
|
|
cosmetic things will follow together with an update to an exact NETBSD_CU-
RRENT_xxxxxx level
|
|
compiled on my decstation 2100 (PLUTO) - but it will not fully work
out of the box - but i want to bring it into the tree because i get
my own pmax on 961228 - so that i have a good startpoint then :-)
all the OpenBSD changes to the pmax tree will follow in the next commit
|
|
|
|
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.
|
|
|