summaryrefslogtreecommitdiff
path: root/sys/arch/pmax/dev/rz.c
AgeCommit message (Collapse)Author
1999-08-20needs <scsi/cd.h> -mojMats O Jansson
1999-07-27s/disk_pages/scsi_disk_pages/Niklas Hallqvist
1998-10-04remove default partition table code, disklabel can do a far better job than ↵Todd C. Miller
the kernel in this
1998-10-04DIOCGPDINFO supportTodd C. Miller
1998-10-03Add a "spoofonly" argument to readdisklabel() which will be used toTodd C. Miller
implement an ioctl to get a spoofed label even for disks that have a label on them.
1998-05-12typoTodd C. Miller
1998-05-11Don'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-101) It's a 'lun' not a 'slave'Todd C. Miller
2) 16 partitions
1998-05-09updates from NetBSD. Now probes for geometry and makes decent fictious labelsTodd C. Miller
1998-05-07Replace 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-07don't clear *_WLABEL on close so 'disklabel -W' is persistent like in the ↵Todd C. Miller
generic scsi system
1998-05-07if d_npartitions < RAW_PART, set to RAW_PART so we don't get ENXIO and bailTodd C. Miller
1997-10-18avoid "no disklabel" error messagesTheo de Raadt
1997-07-07let the bootup output fit into 80 columns and make more look like theThomas Graichen
one for wd and sd drives
1997-06-10update the pmax specific stuff to NetBSD-current as of about 970608 - someThomas Graichen
cosmetic things will follow together with an update to an exact NETBSD_CU- RRENT_xxxxxx level
1996-12-22update the pmax stuff to NetBSD 961107 - this version i got somehowThomas 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-15sync to netbsd; for graichenTheo de Raadt
1996-01-12from 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-18initial import of NetBSD treeTheo de Raadt