summaryrefslogtreecommitdiff
path: root/sys/arch/vax
AgeCommit message (Expand)Author
2000-10-11whitespace fixHugh Graham
2000-10-11make sure to set PG_W on the pte!Brandon Creighton
2000-10-11extraneous tabHugh Graham
2000-10-11update these to work with cleaner vsbus dma; from netbsdBrandon Creighton
2000-10-11fix argument printing in stack traceBrandon Creighton
2000-10-11add asc*Brandon Creighton
2000-10-11asc* (ncr53c9x on 4000/60 and others) and new dma code;Brandon Creighton
2000-10-10correct register masksBrandon Creighton
2000-10-10bring in stuff from recent netbsd -- correct number of buffers now beingBrandon Creighton
2000-10-10- add some cases for ka52/53 (VAX_BTYP_1303), tested by hughBrandon Creighton
2000-10-09code to get asc* (ncr 53c9x) working; most of this from netbsdBrandon Creighton
2000-10-09some definitions; from netbsdBrandon Creighton
2000-10-09save the right info in struct md_coredumpBrandon Creighton
2000-10-09- remove vmapbuf/vunmapbuf dummy macros (we have these now)Brandon Creighton
2000-10-04nothing uses this variableBrandon Creighton
2000-10-04push the right # of registers with pushr.Brandon Creighton
2000-10-04better (relative) definition of ${S}Brandon Creighton
2000-10-04do not mess with rpb once it's initializedBrandon Creighton
2000-10-04- don't reassign rpb here, it is done elsewhereBrandon Creighton
2000-10-04add 53c94 to devsw/cnvtabBrandon Creighton
2000-10-04- add a romopen() here (just initializes rom_softc and devdata)Brandon Creighton
2000-10-04eliminate some confusion between rpb and howto -- also make sure thatBrandon Creighton
2000-10-04relocate rpb higher in memory; move it out of the way of the incomingBrandon Creighton
2000-09-26Implement getnulldev that returns the dev_t for "/dev/null".Artur Grabowski
2000-09-21initialize sc_link.openings to it's (currently) default value of 4Michael Shalayeff
2000-07-31Add defines for ULLONG_MAX, LLONG_MAX, and LLONG_MIN in terms ofTodd C. Miller
2000-07-19unnecessary declaration of ttrstrtArtur Grabowski
2000-07-11since .cvsignore is there, .keep_me is not neededTheo de Raadt
2000-06-08Add explicit inclusions of signalvar.h to files actually using syms definedNiklas Hallqvist
2000-06-08&vm_pmap -> vm_map.pmapArtur Grabowski
2000-06-05Changes to exit handling.Artur Grabowski
2000-06-01gcc might use something like autoincremented registers here, which willBrandon Creighton
2000-06-01ramdisk stuffBrandon Creighton
2000-05-25cause traversal into arch & subdirectories for the purposes of manual page in...Theo de Raadt
2000-05-17remove unnecessary wscons-related definitions; thx mickey@Brandon Creighton
2000-05-01fix countdown for vs4000{/60,/90,VLC} -- from netbsdBrandon Creighton
2000-04-30prevent messing with critical psl flags -- from netbsdBrandon Creighton
2000-04-28sync netbsd bi-related header filesBrandon Creighton
2000-04-27put vsbus_intr() prototype here so other vsbus devices can avail themselvesBrandon Creighton
2000-04-27remove vaxbi stuff for the moment, far from workingBrandon Creighton
2000-04-27sync -- enabled devices in GENERIC should be workingBrandon Creighton
2000-04-27sync w/netbsdBrandon Creighton
2000-04-27forgot these, oopsBrandon Creighton
2000-04-27sync with netbsd -- this involved rearranging things for sanity reasonsBrandon Creighton
2000-04-27sync with netbsd of early april; some archs still untestedBrandon Creighton
2000-04-27oops -- forgot to give this an $OpenBSD$ tagBrandon Creighton
2000-04-27sync with netbsd; working ncr5380 driver, saner vsbus codeBrandon Creighton
2000-04-26new header files from netbsd -- also a spinlock.hBrandon Creighton
2000-04-26vax resurrection, part 1: sync with early-april netbsdBrandon Creighton
2000-04-11Check usec for >= 1000000, not just > ; as msaitoh@NetBSD.orgPaul Janzen