summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
1996-01-31from netbsd; check for "A4000 bonus" tooTheo de Raadt
1996-01-31from ragge; add uvtopte() macro, to get user pte address easilyTheo de Raadt
1996-01-31from ragge; put sp in trapframeTheo de Raadt
1996-01-31from ragge; remove PSL_ALLCCTheo de Raadt
1996-01-31put zs chip register layout here.Theo de Raadt
1996-01-31sync with netbsdTheo de Raadt
1996-01-31sync with netbsdTheo de Raadt
1996-01-31from netbsd; cleanupTheo de Raadt
1996-01-31from ragge;Theo de Raadt
Make use of the new disk struct when attaching disks. Don't rely on UBA's; we do not always want them.
1996-01-31from ragge; print cpu modelTheo de Raadt
1996-01-31from ragge; add bfd, tun, vndTheo de Raadt
1996-01-31from ragge;Theo de Raadt
Handle DDB traps different when we get a panic. It's more interesting to know the CPU state when panic was called than in the Debugger() function.
1996-01-31from ragge;Theo de Raadt
fix bug causing kernel symbol not to be loaded; save all registers on panic()
1996-01-31from ragge;Theo de Raadt
save usp when trapping from userspace change register save structs according to this handle old init register passing convention
1996-01-31from ragge; handle debugger traps from kernelTheo de Raadt
1996-01-31from ragge; make ^] not be sent on return from ddbTheo de Raadt
1996-01-31from ragge; rip i386 codeTheo de Raadt
1996-01-31from ragge; use struct pte * as neededTheo de Raadt
1996-01-31from ragge;Theo de Raadt
DDB disassembly is fixed and now works good. Code written and contributed to Ludd by Bertram Barth.
1996-01-31sync with netbsdTheo de Raadt
1996-01-31do not worry about mapdev retvalTheo de Raadt
1996-01-29from leoTheo de Raadt
Special handling for 2 and 4 byte sized transfers. The makes accessing device registers work in a sane way. (gwr)
1996-01-29from netbsd; move register layout stuffTheo de Raadt
1996-01-29from leo:Theo de Raadt
- Remove FPU defines, the FPU-type is no longer determined by the loader. - Add some forgotten CPU-types (Waldi Ravens).
1996-01-29Fix for delay(usec) for small usec. From Scott Reynolds <scottr@edsi.org>.briggs
1996-01-26Better config symantics (elimitates 'options PCMCIA_*'; thanks Theo).hvozda
Also a example kernel demonstrating how to configure PCMCIA devices.
1996-01-25Bring some fixes over from NetBSD.briggs
1996-01-25include cpu.h.briggs
1996-01-24Change &= to & in this case. gcc 2.7.2 vs. 2.4.5 difference? I hope not.briggs
1996-01-18update from netbsdTheo de Raadt
1996-01-16add the freebsd joystick driver; converted by matthieu@abel.laas.fr;Theo de Raadt
netbsd pr#1916
1996-01-16update from netbsdTheo de Raadt
1996-01-16from netbsd; add doshutdownhooks()Theo de Raadt
1996-01-16add ahe supportTheo de Raadt
1996-01-16sync with netbsdTheo de Raadt
1996-01-16from netbsd:Theo de Raadt
Use ${BINOWN} and ${BINGRP} per Arne H. Juul <arnej@ikke.idt.unit.no> in PR #705. Also, clean up some stuff left over from HP-BSD.
1996-01-16from netbsd:Theo de Raadt
The changes frpm Paul Goyette with respect to the driver trace require DBG_PID to be defined to an interger value....make it so.
1996-01-15Don't feed ${DEBUG} to the assembler, it doesn't take those argsNiklas Hallqvist
anyway.
1996-01-15remove dup vm86 defnTheo de Raadt
1996-01-15Remove vnode_if.[ch] during a "make clean", per PR#536 fromTheo de Raadt
Dan Carosone <danielce@ee.mu.oz.au>.
1996-01-15Updates from Kelly Campbell <camk@ksu.ksu.edu> for some ROM addresses.briggs
1996-01-15define pcmciabus for PCMCIA supporthvozda
1996-01-15config glue for PCMCIA supporthvozda
1996-01-15from netbsd:Theo de Raadt
Balance calls to disk_busy() and disk_unbusy() properly to avoid dk_busy < 0 panics. Count seeks.
1996-01-15from netbsd; Make a small attempt to deal better with VM86 mode in GDBTheo de Raadt
1996-01-15sync with netbsdTheo de Raadt
1996-01-14Preliminary cut at SONIC driver. Quadra only at this point.briggs
Still apparently not getting interrupts for some reason, so this is more or less just a checkpoint.
1996-01-14Use dma_cachectl instead of cachectl when writing into the kernel textNiklas Hallqvist
segment. Ordinary cachectl is for userlevel virtual addresses.
1996-01-14from netbsd: more of PR 1931. Fix code that's not compiled unless DEBUG.briggs
1996-01-14from netbsd -- remove some more dead code (PR #1931)briggs