summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2001-09-27When zs is fully working, it should be tty00 for macppc.Dale Rahn
2001-09-27Huge merge with NetBSD. For full details look at their revision history (1.2...Jason Wright
2001-09-27used to corrupt some memory -- no moreMichael Shalayeff
2001-09-26zs driver, from different srcs, including netbsd/macppc and out mac68k/zs, etc.Michael Shalayeff
2001-09-26be more specific in psycho_ue case (partially based on NetBSD)Jason Wright
2001-09-26missed in previous merge with NetBSD:Jason Wright
2001-09-26grab the "compatible" prom property and use that for searching the deviceJason Wright
2001-09-26A little bit of voodoo borrowed from the linux driver: set theJason Wright
2001-09-26Merge with NetBSD:Jason Wright
2001-09-26change *int64*_t types to long long; ok art/jasonTheo de Raadt
2001-09-26add siop (and scsibus at siop)... This allows us to boot on E250Jason Wright
2001-09-25Add a bunch of relocation types.Artur Grabowski
2001-09-25shh, no point in printing useless kernel messages.Dale Rahn
2001-09-24Just one relocation type (needed for ld.so) right now.Artur Grabowski
2001-09-24fix back the kbd, sorryMichael Shalayeff
2001-09-23document some registers; copied from comreg.hTodd C. Miller
2001-09-23For serial console, drop into ddb on <break> if ddb.console is nonzeroTodd C. Miller
2001-09-23Rename kdb_init() to db_machine_init().Miod Vallat
2001-09-23Declare machdep.conssole_device sysctl.Miod Vallat
2001-09-23rename kdb_init() to db_machine_init().Miod Vallat
2001-09-23kernel_pmap -> pmap_kernel()Miod Vallat
2001-09-23Don't define _C_LABEL here.Miod Vallat
2001-09-23Don't redefine pmap_kernel() locally.Miod Vallat
2001-09-23Worst abuse of C, ever.Miod Vallat
2001-09-22perevent panic on timeout_add on non-existing timeout.Michael Shalayeff
2001-09-22pty cleanupTheo de Raadt
2001-09-22no need for ptys on a RAMDISKTheo de Raadt
2001-09-22Remove more old, dusty, unused defines.Miod Vallat
2001-09-22Add gem at pciArtur Grabowski
2001-09-21use _C_LABEL for c labels consistantly throghout the sourceMichael Shalayeff
2001-09-21totally useless inlines, cost 1380 bytes tooMichael Shalayeff
2001-09-21a bit smaller size, and add gemJason Wright
2001-09-21Correct some pryntf() usage: get the correct number of arguments in theMiod Vallat
2001-09-21Correctly initialize variables in cpu_fork(). From NetBSD.Miod Vallat
2001-09-21Add the support for "-c", UKC in the bootloader. Note that currently thisDale Rahn
2001-09-21grammar fixens; from Kaspar Toomik <kaspar@anisakis.org>, pr2077Michael Shalayeff
2001-09-21bump size to 8192 and remove a sparc-ismJason Wright
2001-09-21-TEST,+RAMDISKJason Wright
2001-09-21Don't protect useful macro definitions with #ifdef _LOCORE, as libc needsMiod Vallat
2001-09-21phys_map declaration comes from <vm/vm.h>, no need to declare it locally.Miod Vallat
2001-09-21Shared interrupts are not that uncommon. Stop chatting about it.Artur Grabowski
2001-09-21uvm_km_suballoc() will panic if it fails. No need to check the returnMiod Vallat
2001-09-20No longer necessary. GENERIC is a good test kernel now.Artur Grabowski
2001-09-20From NetBSD: allow loading of kernels with bss+data > 4MJason Wright
2001-09-20Three changes from NetBSD:Jason Wright
2001-09-20Incorrect parens (from netbsd)Jason Wright
2001-09-20Our printf has %b, use it and don't bother with snprintf stuff.Jason Wright
2001-09-20correct %b stringsJason Wright
2001-09-20grammar; from tobyMichael Shalayeff
2001-09-20openfirmware device (and move ksyms decl to conf.h)Jason Wright