summaryrefslogtreecommitdiff
path: root/sys/arch/mvme68k
AgeCommit message (Collapse)Author
1995-12-16Two changes are made in this checkin.Dale S. Rahn
The first is a change to force the console to stay 8N1, the configuration of the bug/prom during the first open to the device by init. The second is to not enable interupts until the port is opened. Previously receive and CD change interrutps were enabled at config time. If a character arrived before the port was opened for the first time, it would crash the system.
1995-12-15clamp maxproc to not exceed pt spaceTheo de Raadt
1995-12-15cpu_fork changes typeTheo de Raadt
1995-12-15bcopy & friends move to m68k treeTheo de Raadt
1995-12-07update to use new files in libsaTheo de Raadt
1995-12-06various changes to once again shrink the bootblocks to a useable size.Theo de Raadt
1995-12-06optimize furtherTheo de Raadt
1995-12-05working .cvsignore filesTheo de Raadt
1995-12-05this is useful in compile directoriesTheo de Raadt
1995-12-01we cannot jump into ddb until the interrupt has been acknowledged to theTheo de Raadt
chip. set a flag and defer calling ddb till end of interrupt routine.
1995-12-01previous verbosity patch was wrongTheo de Raadt
1995-12-01add CONSOLEBREAKDDB support. also be less verbose at boot..Theo de Raadt
1995-12-01fixed ddb, improved fifo handling, new still-not-working dma supportTheo de Raadt
from drahn@pacific.urbana.mcd.mot.com
1995-12-01for now, assume no flash on 167 (is this true?)Theo de Raadt
1995-11-30do not truncate swdevt[] everTheo de Raadt
1995-11-30in actual fact MAXPARTITIONS is 16 and scsi disk is major 4Theo de Raadt
1995-11-30prevent access to page 0 of virtual spaceTheo de Raadt
1995-11-30do not drop into debugger on simple recoverable errorsTheo de Raadt
1995-11-29niklas pointed out the new MDP_UNCACHE_WX might break fork/exec.Theo de Raadt
always set/clear in setregs() now
1995-11-28on the '040, do not cache write+exec pages for sunos processes. SunOS ld.soTheo de Raadt
is unaware of split I/D caches, and hence messes up. patch by niklas
1995-11-28delete last chunks of MAPPEDCOPYTheo de Raadt
1995-11-28delete duplicate sysarch function bodyTheo de Raadt
1995-11-23userret() parameter botch; prototype userret(); make ddb easier to enterTheo de Raadt
1995-11-23MAPPEDCOPY is garbage; it is not cache-awareTheo de Raadt
1995-11-23as has no -g flagTheo de Raadt
1995-11-22do not need to load off 4.3 filesystemsTheo de Raadt
1995-11-19typo glitch repairTheo de Raadt
1995-11-19in clcninit: we need to use IIOV to convert the physical address ofchuck
the console to a virtual address. otherwise we can not print anything because our register pointer is wrong (this is on the 167).
1995-11-17deal with new rarp_getipaddress() semanticsTheo de Raadt
1995-11-17incorrect comment character in headerTheo de Raadt
1995-11-17incorrect comment character in headerTheo de Raadt
1995-11-17add a neat hack for write, but it still does not workTheo de Raadt
1995-11-13comment a bit betterTheo de Raadt
1995-11-07../m68k is a subdirTheo de Raadt
1995-11-07$Id$ throughoutTheo de Raadt
update many copyrights
1995-11-07$Id$ linesTheo de Raadt
MVME167: repair job
1995-11-06clean two more .o filesTheo de Raadt
1995-10-29fixes from daleTheo de Raadt
1995-10-28fixed 162 reset code from daleTheo de Raadt
1995-10-23sdboot -> stbootTheo de Raadt
1995-10-22NetBSD -> OpenBSD; kernel is called /bsdTheo de Raadt
1995-10-22kernel name is /bsdTheo de Raadt
1995-10-22crank NMBCLUSTERSTheo de Raadt
1995-10-20kill duplicateTheo de Raadt
1995-10-20update to new libsaTheo de Raadt
1995-10-18- bzero/strlen/bcmpTheo de Raadt
1995-10-18+ sys_sysarchTheo de Raadt
1995-10-18sigreturn -> sys_sigreturnTheo de Raadt
1995-10-18SUNOS_SYS_sunos_sigreturn -> SUNOS_SYS_sigreturnTheo de Raadt
1995-10-18old filesTheo de Raadt