summaryrefslogtreecommitdiff
path: root/sys/arch/pmax/dev
AgeCommit message (Collapse)Author
1999-01-11panic prints a newline for you, don't do it in the panic stringTodd C. Miller
1998-11-21return -1 for mmap stub, not 0; mrg@netbsd.orgTodd C. Miller
1998-11-21return -1 for negative mmap offset; mrg@netbsd.orgTodd C. Miller
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-06-04LED blinker for the back panel leds on the 2100/3100.Jason Wright
1998-05-18new cpureg.h from NetBSD plus modifications to use the changed macro namesTodd C. Miller
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-09#include <pmax/foo.h> -> #include <machine/foo.h>Todd C. Miller
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
1998-02-26150ms delayTheo de Raadt
1998-01-28ok - now the full and correct patch for this problem - thanks again toThomas Graichen
Nino Margetic <nino@well.ox.ac.uk> and Per Kristian Gjermshus <pergj@ifi.uio.no>
1998-01-19fix typo which prevented the xserver on some pmax from workingThomas Graichen
(cannot configure keyboard/mouse) - found by Per Kristian Gjermshus <pergj@ifi.uio.no>
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-07-07fix typo ... i hope i got the right one (3 vs. 2)Thomas Graichen
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
1997-05-22this should hopefully fix problems with scsi based hangs on 2100 andThomas Graichen
3100 machines (thanks to michael hitch from NetBSD)
1997-05-21fix problem with screensize under x on 5000/25 (originally from NetBSDThomas Graichen
diff submitted by Jan Mueller <jan.mueller@tu-harburg.d400.de>)
1997-02-01nicer output at bootup (before it was somewhat garbled)Thomas Graichen
1997-01-13type change to make it compile on the pmax of nowThomas Graichen
1996-12-22bring back all the local OpenBSD changes to the pmax tree since 961107Thomas Graichen
i hope that i did'nt break anything of the files required for the alpha (in the dev dir) niklas :-)
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-11-23added const to second parameter of cfprint_t routineskstailey
1996-10-28Fix d_done prototypeNiklas Hallqvist
1996-10-23An empty arglist is called __P((void)) not __P(())Niklas Hallqvist
1996-09-15sync to netbsd; for graichenTheo de Raadt
1996-01-16update from netbsdTheo 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-12-30located in /sys/dev nowTheo de Raadt
1995-12-27from netbsd:Theo de Raadt
Change splimp -> splnet in Ethernet, ARCnet, and FDDI drivers.
1995-12-15u_int32_t instead of u_long for pixels, to match rcons changeTheo de Raadt
1995-12-14update from netbsd (verbatim)Theo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt