summaryrefslogtreecommitdiff
path: root/sys/arch/pmax
AgeCommit message (Expand)Author
1995-06-16Put parentheses around macro argumentsmellon
1995-06-09Change default optimization level from -O to -O2.jonathan
1995-05-31Change reference in asm code from ``__mcount'' to ``___mcount'', to bejonathan
1995-05-31Fix BPF bit-rot in receive side of pmax/dev/if_le.c: prepend ether header.jonathan
1995-05-16Removing -DKERNEL, transition to _KERNEL has been completedjtc
1995-05-12Redo 3MAX+ (5k/240) interrupt enable code.jonathan
1995-05-05Fix MAXine interrupt mask routinemellon
1995-05-05define BROKEN_SWAP and/or cpu_swapout as appropriate.cgd
1995-05-05Don't conditionalize utility routines based on DEBUG flagmellon
1995-05-04Fix long-standing bug in NetBSD/pmax interrupt initalization onjonathan
1995-05-03Use Alpha cdefs.hmellon
1995-05-02The pmax 3100 interrupt-init code is broken: cpu_startup() enablesjonathan
1995-05-02If we panic inside trap(), Do a stack traceback before printing the trap log.jonathan
1995-05-01Oops, took out a bit too muchmellon
1995-05-01Oops. Undo some console code checkins that didn't belong.mellon
1995-04-30resurrect, and move files.pmax.newconf to new location.cgd
1995-04-29Update MIPS stack backtrace code to trace through locore functions,jonathan
1995-04-28Add prototype (new-style) config for pmax. This doesn't yet work;jonathan
1995-04-28Fix performance bug in pmax MachFlushDCache(). Old code disabled icachejonathan
1995-04-28Check in source code actually containing changes in previous log message--jonathan
1995-04-28Fix hardware interrupt-mask setup in the 5k/240 (3max)+ interrupt handler.jonathan
1995-04-28rename files files for new config/config.old namingcgd
1995-04-28Add memory-mapped address of the IO ASIC TurboChannel bus-cycle counter,jonathan
1995-04-28Check in changes suggested by Ralph Campbell: update variable namesjonathan
1995-04-27Add sfb device drivermellon
1995-04-25Fix a few compat code casualtiesmellon
1995-04-25Fix up args to scdebug_{call,ret}mellon
1995-04-22- added sunos_machdep.c for sun3, atari, amiga and mac68k.christos
1995-04-21Add dummy fb device driver reference for compatibility with conf.c changesmellon
1995-04-21Oops, still need to set waittime...mellon
1995-04-21Use vfs_shutdown to sync disks...mellon
1995-04-21Add support for clean flagmellon
1995-04-21Fix up tty struct change from conf.hmellon
1995-04-21Fix up tty struct changesmellon
1995-04-19Fix leioctl declaration mismatchmellon
1995-04-19leinit() returns void. Prototype more functions. Garbage collect some thingsmycroft
1995-04-19fixes (mostly) from Jonathan Stone, to make this driver match thecgd
1995-04-12Add cpu_exec.c, rcons.cmellon
1995-04-12Use _KERNEL, not KERNELmellon
1995-04-12Fix bogus declaration for mm and chrtoblktblmellon
1995-04-11Mips specific portions of ieeefp.h (fp_rnd, fp_except, constants, etc.).jtc
1995-04-11Changed FLT_ROUNDS from constant to a call to __flt_rounds(), so that thejtc
1995-04-11Make TOCCATA support the new console regimemellon
1995-04-11Raster Console pseudo-device drivermellon
1995-04-11Smart Framebuffer drivermellon
1995-04-11Add rcons pseudo-devicemellon
1995-04-11Console initialization codemellon
1995-04-10Oops; finish that last change.mycroft
1995-04-10Bring back pmap_kernel(), for now always inlined as a pointer tomycroft
1995-04-10Add mmopen(), mmclose(), and mmmmap() where appropriate. Lock vmmap whenmycroft