summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2004-05-23Put back the fixed NCPUS == 1 version of flush_atc_entry().Miod Vallat
2004-05-23Simplify iomap_mapin().Miod Vallat
2004-05-23Nuke kvtop(), preserving a private copy in mvme88k vs(4) for now.Miod Vallat
2004-05-23don't need backslashes in splx. spotted ottoTed Unangst
2004-05-23Enable lmtemp(4).Alexander Yurchenko
2004-05-23gscsio(4) -- National Semiconductor Geode SC1100 Super I/O driver.Alexander Yurchenko
2004-05-23Enable i2c for i386 port.Alexander Yurchenko
2004-05-23netbsd 1.54; do not count on new process having cleared condition codes;Theo de Raadt
2004-05-23Enable ehci on amd64 also. ok deraadt@ pval@Dale Rahn
2004-05-23Adjust the link address to elinate the nearly 1MB of pad which was gettingDale Rahn
2004-05-23ehci support; hacked into working shape by jonathon@gateway.zenbu.netTheo de Raadt
2004-05-23Three years ago, Mike Frantzen invented StackGhost -- a simple tweakTheo de Raadt
2004-05-23workaround gcc brokenness by outlining spl functions.Ted Unangst
2004-05-22Reset the board during probe. As a result, we can now honor the SCSIMiod Vallat
2004-05-22Safer work queue thaw sequence.Miod Vallat
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