summaryrefslogtreecommitdiff
path: root/sys/arch/sun3
AgeCommit message (Collapse)Author
2001-05-16No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)Hakan Olsson
2001-05-13PAGE_MASK is (PAGE_SIZE - 1), *not* (PAGE_SHIFT - 1)Todd C. Miller
2001-05-13PAGE_SIZE is a constant now. I should know that, I'm guilty asMiod Vallat
far as this port is concerned.
2001-05-13Honor the ddb.console sysctl.Miod Vallat
2001-05-11unify rd(4) even moreTheo de Raadt
2001-05-11unifyTheo de Raadt
2001-05-10Provide PAGE_{MASK,SHIFT,SIZE} constants.Miod Vallat
2001-05-09More sync to NetBSD.Artur Grabowski
- Change pmap_change_wiring to pmap_unwire because it's only called that way. - Remove pmap_pageable because it's seldom implemented and when it is, it's either almost useless or incorrect. The same information is already passed to the pmap anyway by pmap_enter and pmap_unwire.
2001-05-06Update some comments wrt. the CLSIZE changes.Artur Grabowski
And remove that memory price comment from 1981. It is amusing, but also confusing because the math in there is only correct on vax.
2001-05-05Rename configure() to cpu_configure().Artur Grabowski
Move it from cpu_startup() to main().
2001-05-05Get rid of CLSIZE and all related stuff.Artur Grabowski
CLSIZE -> 1 CLBYTES -> PAGE_SIZE OLOFSET -> PAGE_MASK etc. At the same time some archs needed some cleaning in vmparam.h so that goes in at the same time.
2001-04-29ddb command `machine halt' is superceded by `boot halt' now, so remove itMiod Vallat
and remove `machine reboot' as well.
2001-04-17Implement cnbell(), an optional entrypoint that rings the console bell; fromAaron Campbell
NetBSD. deraadt@ ok
2001-03-08move gif* and faith* into sys/conf/GENERIC. deraadt and angelos okJun-ichiro itojun Hagino
2001-02-20for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ okMichael Shalayeff
2001-01-25spellingTodd T. Fries
2001-01-22Define ARCH_ELFSIZE that is the default elf size on this arch.Artur Grabowski
2001-01-13s!UFS!FFSMiod Vallat
2001-01-04Sync with genassym.cf symbol name changes.Miod Vallat
2001-01-04Convert the old genassym.c to .cf style. Remove unneeded definitions,Miod Vallat
change some names to be not different from other m68k arches.
2001-01-04Harmonization with other m68k arch Makefiles. Stricter compilationMiod Vallat
flags, compile C code with -m68020. Switch the generation of assym.h from a standalone genassym.c to a regular genassym.cf.
2001-01-04KNF, add prototypes to compile with -Wmissing-prototypes.Miod Vallat
2001-01-04Remove netintr().Miod Vallat
2001-01-03Sync with GENERIC + cleanupMiod Vallat
2001-01-03Sync with GENERIC, minor cleanups.Miod Vallat
2001-01-03Remove hardcoded SunOS-compatible drive name assignments. No other archMiod Vallat
does that, and it's more confusing than useful. Suggested by fries@
2001-01-03Remove bogus comment. Also fix ramdisk kernel detection.Miod Vallat
2001-01-03netintr() doesn't exist anymoreMiod Vallat
2001-01-03Use netisr_dispatch.Miod Vallat
2000-11-10Change the ktrace interface functions from taking the trace vnode to taking theArtur Grabowski
traced proc. The vnode is in the proc and all functions need the proc.
2000-11-10seperate -> separate, okay aaron@Niels Provos
2000-11-09Argh, repair CFLAGS.Miod Vallat
2000-11-09Do not use vm_pmap anymore. Requested by art@Miod Vallat
2000-10-27more precise BUFCACHEPERCENT calculations.Michael Shalayeff
from gluk@ptci.ru; deraadt@ and niklas@ ok
2000-09-28Update compilation flags, make cross-compilation work.Miod Vallat
2000-09-26Implement getnulldev that returns the dev_t for "/dev/null".Artur Grabowski
2000-09-21Bad mickey doesn't know how to spell ``openings''Miod Vallat
2000-09-21initialize sc_link.openings to it's (currently) default value of 4Michael Shalayeff
2000-08-28Prototypes for interrupt handlers should go into .h file, not .cMiod Vallat
2000-08-28Less magic numbersMiod Vallat
2000-08-28Add lkm, ch and ses supportMiod Vallat
2000-08-28Remove unneeded constantsMiod Vallat
2000-08-28Allocate memory for the correct size, not some forgotten constantMiod Vallat
2000-08-28Always claim scsi interrupts, prevents looping interrupts (from NetBSD)Miod Vallat
2000-08-28Use sparc version (more realistic settings) of header file for ieMiod Vallat
2000-08-28Repair badly looking printfMiod Vallat
2000-08-28Define major device number for cd-rom drivesMiod Vallat
2000-07-14Enable interrupts after configuration phase.Miod Vallat
2000-07-14Use generic m68k code when possible ; do not enable interrupts atMiod Vallat
startup. From NetBSD
2000-07-14Remove unneeded definitionsMiod Vallat