summaryrefslogtreecommitdiff
path: root/sys/arch/macppc
AgeCommit message (Expand)Author
2002-03-15Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do thingsTodd C. Miller
2002-03-14Improved altivec support for powerpc/macppc.Dale Rahn
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-03-13Complete rewrite of the powerpc pmap handling, Instead of keepingDale Rahn
2002-03-12sync with KAMEKenjiro Cho
2002-03-11If the clock has lost over 1000 days, use the filesystem time insteadDale Rahn
2002-03-09Completely rewritten keyboard detection mechanism. Instead of using theDale Rahn
2002-03-08Remove the code which reenables interrupts in these interrupt controllers,Dale Rahn
2002-03-08Move the message buffer out of low memory, Openfirmware clears the areaDale Rahn
2002-03-07Clean up BUS_DMA_* flags, and make sure all arch's define:Jason Wright
2002-03-02cleanup.Dale Rahn
2002-03-02If two drivers register the same hardware irq, they should getDale Rahn
2002-03-02Do not use -1 as an unused entry, 0 is already reserved for invalid/unused.Dale Rahn
2002-03-02If two drivers register the same hardware irq, they should getDale Rahn
2002-03-02These two drivers were incorrectly sharing variables, sometimes expectingDale Rahn
2002-02-25fix mapping bug in serial console support, not yet working.Dale Rahn
2002-02-23remove a commented-out debug printfMatthieu Herrb
2002-02-23add a comment for option APERTUREMatthieu Herrb
2002-02-23Add aperture driver support for macppc, and also place writing to /dev/pciMatthieu Herrb
2002-02-23remove unused file.Dale Rahn
2002-02-19correct extended partition botch; gluk, in PR 1449Theo de Raadt
2002-02-18change the dma memory allocation to use kernel_map, not kmem_map.Dale Rahn
2002-02-17Patch from Daniel Lucq <daniel@lucq.org>Mats O Jansson
2002-01-30A bit of hacking on awacs to try to get audio input working.Dale Rahn
2002-01-26Kludge, protect against bus faults during pci probes. allows OpenBSDDale Rahn
2002-01-26splclock() should block SPL_BIO - SPL_IMP.Dale Rahn
2002-01-23move mb_map allocation to mbinit()Artur Grabowski
2002-01-23move definition of mb_map from zillions of machdep.c to uipc_mbuf.cArtur Grabowski
2002-01-23Pool deals fairly well with physical memory shortage, but it doesn't dealArtur Grabowski
2002-01-21Respect db_console for "progammer button", for improved physical security.Dale Rahn
2002-01-20use new allocm, round_buffersize decl'sEric Jackson
2002-01-17Allow nested interrupts on the mac interrupt controllers, previouslyDale Rahn
2002-01-16Don't include <sys/map.h> when you don't need what's in it.Miod Vallat
2002-01-14The return value of lcsplx is used in locore. however at some pointDale Rahn
2002-01-08correct altivec support enable for gas 2.11. (still in comment)Dale Rahn
2002-01-07Paranoia on my part, do not let the condition exist where kvm space couldDale Rahn
2002-01-07On cache flushing, if start is not cacheline aligned, add to the lenghtDale Rahn
2002-01-03Use STRIPFLAGS=-g -X -x rather than =-d on all ELF arches.Miod Vallat
2002-01-03Proper va_end calling (no double calls)Jason Wright
2002-01-03If the dma decides to perform I/O on memory that is not mapped, panicDale Rahn
2002-01-02On the road to serial console support. stage one, if of console is serialDale Rahn
2001-12-31Fix a glitch in _dmamap_load_buffer introduced in the last commit.Miod Vallat
2001-12-24Harmonize and complete wrt cross-compilation.Miod Vallat
2001-12-21Unbreak gm0. regression test should be done next time...Dale Rahn
2001-12-18Recognize newer uni-n chips.Dale Rahn
2001-12-17Comment out abtn, since it is the cause of the function key crashesDale Rahn
2001-12-15document exit command at Boot: prompt; pvalchev testedTheo de Raadt
2001-12-14Add gem (disabled) and hme (...)Dale Rahn
2001-12-14From NetBSD:Dale Rahn