summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2001-03-15support puc devices with higher speeds (not tested yet)Theo de Raadt
2001-03-15make sure pcibios ever attached; found by aaron@Michael Shalayeff
2001-03-14typoTheo de Raadt
2001-03-14ukbd is a valid wscons keyboard. include ukbd.h for wskbdvar.hTodd T. Fries
2001-03-14Allow bootloader to read MacOS(DPME) partition tables, find OpenBSDDale Rahn
2001-03-14Support shared disks with MacOS. This is only one of the pieces ofDale Rahn
2001-03-14Back out order change in conf.c and priority change in wscons_machdep.cTodd C. Miller
2001-03-14KNFTheo de Raadt
2001-03-12This file isn't used anymore.Miod Vallat
2001-03-12Simplify vmapbuf by moving the vm_map_pmap computation off loop (inspiredMiod Vallat
2001-03-12Remove dead code related to soft interrupts.Miod Vallat
2001-03-12Remove dead code related to soft interrupts.Miod Vallat
2001-03-12/dev/ksyms support.Miod Vallat
2001-03-12/dev/ksyms support.Miod Vallat
2001-03-12/dev/ksyms support.Miod Vallat
2001-03-12Omega is now VAX_BTYP_1301. Also add an STYP for 4000 600.Hugh Graham
2001-03-12Initial code for UVM. not tested yet...Steve Murphree
2001-03-12Adjust the way that media is initialized on DP8390-compatibles; from NetBSD.Aaron Campbell
2001-03-12add nsphyterJason Wright
2001-03-11Remove debugging print from last commit.Dale Rahn
2001-03-10Support the DOZE low power mode on the appropriate processors.Dale Rahn
2001-03-09enable in kernel configs at 42%Michael Shalayeff
2001-03-09kernel will compile with -Werror. Added intr.hSteve Murphree
2001-03-08Include <machine/asm_macro.h>, reorder include files list.Miod Vallat
2001-03-08Define ff1() as a one-liner assembly inline, rather than a function inMiod Vallat
2001-03-08Forgot to add this file yesterday, as part of the new include files,Miod Vallat
2001-03-08move gif* and faith* into sys/conf/GENERIC. deraadt and angelos okJun-ichiro itojun Hagino
2001-03-08configure usb devices and raidEric Jackson
2001-03-08Some warning hunting.Miod Vallat
2001-03-08Some warning hunting.Miod Vallat
2001-03-08Some warning hunting.Miod Vallat
2001-03-07Correct argument order for branch_taken's callback function.Miod Vallat
2001-03-07Fix open comment.Miod Vallat
2001-03-07Simplification of the interrupt handler prototype and calling convention:Miod Vallat
2001-03-07Correct the diagnostic code in flush_atc_entry.Miod Vallat
2001-03-07Include <machine/cpu.h> for non-locore code.Miod Vallat
2001-03-07Remove 68k-isms, fix interrupt handler prototypes, warning hunting.Miod Vallat
2001-03-07Fix interrupt handler registration and prototypes.Miod Vallat
2001-03-07Strict prototypes for interrupt handlers and a few machine-dependentMiod Vallat
2001-03-07Get rid of definitions of ASSEMBLER, LOCORE and such. We will getMiod Vallat
2001-03-07_KERNEL, not KERNEL, dammit !Miod Vallat
2001-03-07Inclusion from assembly code is detected with _LOCORE, no more fancy symbols.Miod Vallat
2001-03-07General cleanup in the kernel compilation process, sync style withMiod Vallat
2001-03-07ssh replaces siop here, too...Miod Vallat
2001-03-07lca and apecs buses need sgmap glue as well.Eric Jackson
2001-03-07Replace siop devices with ssh.Miod Vallat
2001-03-07Bye-bye siop, enter sshMiod Vallat
2001-03-07Change siop name to ssh, as per mvme68k, to prevent conflict with theMiod Vallat
2001-03-07DS10 uses Acer M1543 pci<->isa bridge, so match it in siomatch()Eric Jackson
2001-03-06bit of cleaningTheo de Raadt