Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-08-20 | needs <scsi/cd.h> -moj | Mats O Jansson | |
1999-07-27 | s/disk_pages/scsi_disk_pages/ | Niklas Hallqvist | |
1998-10-04 | remove default partition table code, disklabel can do a far better job than ↵ | Todd C. Miller | |
the kernel in this | |||
1998-10-04 | DIOCGPDINFO support | Todd C. Miller | |
1998-10-03 | Add a "spoofonly" argument to readdisklabel() which will be used to | Todd C. Miller | |
implement an ioctl to get a spoofed label even for disks that have a label on them. | |||
1998-05-12 | typo | Todd C. Miller | |
1998-05-11 | Don't print 'unknown media code' for tapes as we know what they are, they ↵ | Todd C. Miller | |
are just not disks!; from NetBSD (simonb) | |||
1998-05-10 | 1) It's a 'lun' not a 'slave' | Todd C. Miller | |
2) 16 partitions | |||
1998-05-09 | updates from NetBSD. Now probes for geometry and makes decent fictious labels | Todd C. Miller | |
1998-05-07 | Replace bogus check for partition existence with hp300-like one. | Todd C. Miller | |
Also remove warning when opening a partition that overlaps another, no one else does this. | |||
1998-05-07 | don't clear *_WLABEL on close so 'disklabel -W' is persistent like in the ↵ | Todd C. Miller | |
generic scsi system | |||
1998-05-07 | if d_npartitions < RAW_PART, set to RAW_PART so we don't get ENXIO and bail | Todd C. Miller | |
1997-10-18 | avoid "no disklabel" error messages | Theo de Raadt | |
1997-07-07 | let the bootup output fit into 80 columns and make more look like the | Thomas Graichen | |
one for wd and sd drives | |||
1997-06-10 | update the pmax specific stuff to NetBSD-current as of about 970608 - some | Thomas Graichen | |
cosmetic things will follow together with an update to an exact NETBSD_CU- RRENT_xxxxxx level | |||
1996-12-22 | update the pmax stuff to NetBSD 961107 - this version i got somehow | Thomas Graichen | |
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 | |||
1996-09-15 | sync to netbsd; for graichen | Theo de Raadt | |
1996-01-12 | from netbsd; | Theo de Raadt | |
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. | |||
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |