summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/include
AgeCommit message (Expand)Author
2004-06-24Do a better job at containing powerpc specific #defines to PPC_...Dale Rahn
2004-06-14de-__PTheo de Raadt
2004-01-23Crank SHMMAXPGS to 32mb; deraadt@ OK for all, drahn@ OK for macppc + pegasosTodd C. Miller
2004-01-22These files went dangling long time ago, actually...Miod Vallat
2003-10-08Fix endian bug in macppc bus_space_set_region_N(). ok miod@Dale Rahn
2003-09-23Replace select backends with poll backends. selscan() and pollscan()Todd C. Miller
2003-08-21These files were intended for X11 support, but serve no purpose nowadays,Miod Vallat
2003-06-23bus_space_*_raw*_1() do not exist; drahn@ okMichael Shalayeff
2003-06-09more 3/4 cleanup for pefoTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-10-07Improved workaround for cardbus support on macppc. This allows mappings toDale Rahn
2002-09-15backout prematureTheo de Raadt
2002-09-15KNFTheo de Raadt
2002-09-06Serial console support for macppc. Serial console will work if the modemDale Rahn
2002-08-20Add a pseudo openfirmware console device for early debugging purposesDale Rahn
2002-07-23Remove unused files now that powerpc archs use link_elf.hDale Rahn
2002-07-23Cardbus/pcmcia support for macppc. parts borrowed from NetBSD, and otherDale Rahn
2002-07-10proper cdev_decl(crypto) and no private protosMichael Shalayeff
2002-06-11Add missing bus_space_read_raw_region_X bus_space_write_raw_region_X APIs.Dale Rahn
2002-06-08One ddb to rule them all.Miod Vallat
2002-06-08Factorize common parts (cache-related stuff).Miod Vallat
2002-06-07Move more function prototypes to <machine/conf.h> as cdev_decl(foo)Miod Vallat
2002-05-18Rename the MD db_stack_trace_cmd to db_stack_trace_print. Add an argumentArtur Grabowski
2002-04-24Introduce a new file, machine/internal_types.h, to hold that specific archMarc Espie
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-07Clean up BUS_DMA_* flags, and make sure all arch's define:Jason Wright
2002-02-23Add aperture driver support for macppc, and also place writing to /dev/pciMatthieu Herrb
2002-02-17Patch from Daniel Lucq <daniel@lucq.org>Mats O Jansson
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
2001-12-14gem wants BUS_DMA_READ define.Dale Rahn
2001-12-12add /dev/crypto supportJason Wright
2001-12-05Put back to the old KMEM size, until we can increase this and have it workDale Rahn
2001-12-05VM_KMEM_SIZE no longer needed.Artur Grabowski
2001-12-05make nkmempages dynamic based on memory. okay art@ from netbsd:Niels Provos
2001-11-30Now that pmaps can have vm_page_md, make pmap_physseg optional.Artur Grabowski
2001-11-06Let fork1, uvm_fork, and cpu_fork take a function/argument pair as argument,Artur Grabowski
2001-11-06Kill vm/vm_param.h, move it to uvm/uvm_param.hArtur Grabowski
2001-11-05Raise the shared memory size to 16MB from 4MB. 4MB is too small for currentDale Rahn
2001-11-05Switch everything to the new bus_dmamap_sync API.Artur Grabowski
2001-10-03Add $OpenBSD$ tags which were removed when this code was copied.Dale Rahn
2001-10-03Add missed file when committing apm for macppc.Dale Rahn
2001-10-03apm support for macppc. This is not fully implemented, sleep modesDale Rahn
2001-09-28Commit a ugly, widespread change.Dale Rahn
2001-09-28remove dups w/ conf.hMichael Shalayeff
2001-09-26zs driver, from different srcs, including netbsd/macppc and out mac68k/zs, etc.Michael Shalayeff
2001-09-22Remove more old, dusty, unused defines.Miod Vallat
2001-09-15pass the dma tag to obio; drahn@ okMichael Shalayeff