summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2004-05-22Convert to bus_space; but it still uses kvtop()...Miod Vallat
2004-05-22two more reloc typesMichael Shalayeff
2004-05-21std header ifdef naming conventions; ok mickey@Todd T. Fries
2004-05-21More cleaning, better registers programming, better error messages.Miod Vallat
2004-05-20More "can't help but clean things while reading".Miod Vallat
2004-05-20Make MINGDTSIZ a multiple of PAGE_SIZE to avoid destroying the gdt table.Thomas Nordin
2004-05-20Fix arithmetic in vs_getiopb(), from mvme88k.Miod Vallat
2004-05-20General cleanup before attempting to move towards bus_space and bus_dma.Miod Vallat
2004-05-20Properly flush instruction cache for ptrace(PT_WRTIE_{DI}, ...) on powerpcMark Kettenis
2004-05-19Rewrite va_arg() for correctness. Not only is the new code easier to read,Miod Vallat
2004-05-19stupid typo that prevented i686 pagezero code from being used. from artTed Unangst
2004-05-19No need to force a kernel mapping for the sram, the sram driver will do itMiod Vallat
2004-05-19de __P of sys/arch/cats.Dale Rahn
2004-05-19de __P of sys/arch/arm.Dale Rahn
2004-05-17Work arounda behaviour change in binutils-2.14, now -m<...> -nostdlibDale Rahn
2004-05-17KNF and minor cleaning.Miod Vallat
2004-05-17OF_mapintr: swizzle interrupt for PCI bridges,Brad Smith
2004-05-16Simplify bugtty_chkinput(), from mvmeppc.Miod Vallat
2004-05-15Be more careful when using hwirq[] values.Miod Vallat
2004-05-14Attach a working bugtty device - userland needs at least a console tty.Miod Vallat
2004-05-14Correctly coalesce buffers in _bus_dmamap_load_buffer().Miod Vallat
2004-05-14Really working interrupt engine, at least on both 2600 flavours.Miod Vallat
2004-05-13activate systrace on amd64, while here get rid of syscall_{plain,fancy}Nikolay Sturm
2004-05-138ks do not have hvtMichael Shalayeff
2004-05-13Fix userland profiling on amd64, update to new NetBSD version of file.Dale Rahn
2004-05-13implement spop1,,0 supportMichael Shalayeff
2004-05-12support probe instructionsMichael Shalayeff
2004-05-12if tctrl not there, still let this compile; miod okTheo de Raadt
2004-05-11zap false rcsTheo de Raadt
2004-05-11put mdtphy onto install mediaTheo de Raadt
2004-05-10mediabay driver to configure ata bus attached to CD on pismo PowerbookDale Rahn
2004-05-10auich for amd64. OK deraadt@Marco S Hyman
2004-05-10Make the time getting frame buffer depth earlier. Without thisKenji Aoyama
2004-05-10When external power is not available, the tadpole video hardware getsMiod Vallat
2004-05-09Add option ISP_COMPILE_1000_FW, as done in GENERIC; recommended by mjacob@.Miod Vallat
2004-05-09Replace the event queue with a bit mask of slots needing attention, asMiod Vallat
2004-05-09Eliminate verbosity parameter to scsi_print_sense and the associatedKenneth R Westerback
2004-05-08Remove spurious initialization; drahn@ okMiod Vallat
2004-05-08In pmap_enu*(), be sure to splx() on low memory conditions.Miod Vallat
2004-05-08Do not duplicate fragments from <machine/conf.h>.Miod Vallat
2004-05-08Better bus_dmamap_load() implementation which does not use vtophys(),Miod Vallat
2004-05-08Kill whitespace at EOLMiod Vallat
2004-05-08Correct values for the pci_routes[] pci-to-mpic interrupt routing table,Miod Vallat
2004-05-08Enable ichpcib(4) in GENERIC and on all media.Alexander Yurchenko
2004-05-08Put back ichpcib(4), it works now.Alexander Yurchenko
2004-05-07spllower should return the previous level, to match other archs.Ted Unangst
2004-05-07Replace the old ssh(4) NCR53C710 scsi driver with a pcctwo attachment forMiod Vallat
2004-05-07bus_dma(9) implementation for mvme88k, mostly based upon powerpc.Miod Vallat
2004-05-07Introduce a new cmmu operation, cachectl_pa, similar to cachectl, but takingMiod Vallat
2004-05-07Make #endif /* foo */ comments really match the #if condition.Miod Vallat