summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2006-11-20Enable support for audio on landisk.Dale Rahn
2006-11-20goodbye splserial, hello splaudio.Dale Rahn
2006-11-20serial drivers should use spltty, not splserial.Dale Rahn
2006-11-19You know you're getting too old to code when you're finding stupid bugsMiod Vallat
2006-11-19In sigreturn, report the correct error if copyin() fails; spotted byMiod Vallat
2006-11-19Use symbol information, when available, to display branch destinations.Miod Vallat
2006-11-19Handle operations larger than will fit in the buffer we allocate,Tom Cosgrove
2006-11-19I completely broke pfsr_188_save_double when introducing per-cpuinfoMiod Vallat
2006-11-19Improve the AES acceleration, by allocating a contiguous DMA-ableTom Cosgrove
2006-11-18On 88100 systems which do not need the xxx.usr instruction workaround,Miod Vallat
2006-11-18Rework the PFSR register analysis code on mvme88k: split it into fourMiod Vallat
2006-11-18Stop saving and restoring the current ipl in the pcb when switching processes,Miod Vallat
2006-11-18Unwaste two delay slots in kcopy().Miod Vallat
2006-11-18In mtx_leave(), jump to the leaf splx() instead of building a frame andMiod Vallat
2006-11-18No need to use xmem when unlocking a simple_lock.Miod Vallat
2006-11-18A better and shorter wait sequence between writes to the command registerMiod Vallat
2006-11-18Do not include <machine/frame.h> (forgotten when the former was removed).Miod Vallat
2006-11-17Move m88k memory copy and fill functions to libkern. The copy functions willMiod Vallat
2006-11-17Decide whether we need to attach the primary cpu by checking the CPUF_PRESENTMark Kettenis
2006-11-17Add code for AES acceleration. This is currently disabled withTom Cosgrove
2006-11-17sorry miod, but this version locks the machine up rather fastTheo de Raadt
2006-11-17Fix typo to let this compile.Tom Cosgrove
2006-11-17Make sure we copy the IV back into the session structure, not theTom Cosgrove
2006-11-16crank versionTheo de Raadt
2006-11-16use teeny little delays as we clock the rtc, makes the boot code noticeTheo de Raadt
2006-11-16Ratibibugle struct frame and <machine/frame.h>Miod Vallat
2006-11-16initialize tick timerTheo de Raadt
2006-11-16pagemove() this time without an accidental line removalMiod Vallat
2006-11-16add a few more PHY necessary for the USB Ethernet interfaces.Brad Smith
2006-11-16backout pagemove() diff; does not workTheo de Raadt
2006-11-15Add commented out entries for acpimadt(4) and acpiprt(4).Mark Kettenis
2006-11-15Move tests for curpcb being NULL in copy{in,out}str() from DIAGNOSTIC toMiod Vallat
2006-11-15do not go processing normal interrupts after ipi.Michael Shalayeff
2006-11-14fix a comment (wording from mark)Jasper Lievisse Adriaanse
2006-11-14A less awkward pagemove() implementation.Miod Vallat
2006-11-14match other architectures: _spinlock_lock_t is not volatile itself, butTheo de Raadt
2006-11-12$OBJCOPY is not defined by sys.mk yetTheo de Raadt
2006-11-11Get rid of magic isa and eisa bus numbers in mpbios code. Pave the way forMark Kettenis
2006-11-11reloc.h is included via machine/reloc.h so it should be accessable here.Dale Rahn
2006-11-10relocations belong in reloc.hDale Rahn
2006-11-10Correct order of the bitfields of float and double. Fixes ldexp() (andOtto Moerbeek
2006-11-10Remove debug code.Miod Vallat
2006-11-10Remove unnecessary failure printf. That's what nonzero return codes are for.Miod Vallat
2006-11-10Avoid an unnecessary branch for byte-by-byte copyin() and copyout().Miod Vallat
2006-11-10Fetch syscall arguments beyond r9 with copyin() from the userland stack,Miod Vallat
2006-11-10Enforce correct userspace bounds in copy{in,out}str().Miod Vallat
2006-11-10Will be needed at some point.Dale Rahn
2006-11-09add a solid compliment of usb devicesTheo de Raadt
2006-11-09tweaks;Jason McIntyre
2006-11-09landisk has no DCD line, so we must force TS_CARR_ON. This is a gruesomeTheo de Raadt