summaryrefslogtreecommitdiff
path: root/sys/arch/macppc
AgeCommit message (Expand)Author
2003-03-05Forgot dummy printf.soren
2003-03-05Be more verbose about unsupported keys.soren
2003-03-05Remove port-specific procfs_machdep.c (since they are all identical andmatt
2003-03-04G/c old macppc grf entries.soren
2003-03-04Attach on recent TiBooks.soren
2003-02-28Make this play with gcc 3.3. Add -ffreestanding. Cleanup bootxx.matt
2003-02-27Make BRIDGE_IPF an option, and document it. Add it (commented) to GENERIC.perseant
2003-02-23Merged mac68k and macppc keayboards, since they are the same. The filemanu
2003-02-17Make ALLOC_TRACE work again.soren
2003-02-16Add uax(4) (and url(4) in some cases).augustss
2003-02-15Initialize the framebuffer BAT with BAT_G, too. This marks the regionbriggs
2003-02-15Add prototypes for ZS_TXDMA functions.tsutsui
2003-02-12Initialize cpu_timebase so sysctl can report it.matt
2003-02-12remove extra parenchristos
2003-02-11PR/15825: Monroe Williams: Machines booting from third-party SCSI cardschristos
2003-02-05Replace machine/rnd.h with more appropriate name to share itnakayama
2003-02-04opt_l2cr_config.h is now opt_ppcparam.hmatt
2003-02-03Add -DPPC_OEA to CPPFLAGSmatt
2003-02-03Rename PPC_MPC6XX to PPC_OEA (and any mpc6xx reference to oea).matt
2003-02-03More cleanup for OLDPMAP.matt
2003-02-02Remove OLDPMAP support.matt
2003-02-02Perform a rototill of the powerpc code. Mandate use of SPRG0 to storematt
2003-01-28Provide locking required by the interrupt handlers running at IPL_SERIAL.pk
2003-01-28Introduce BUS_DMA_NOCACHE, and bus_dmamem_map() of i386 supports it.kent
2003-01-22G/c the pmap_bootstrap() segtab interface again. Silly me.kleink
2003-01-17Merge the nathanw_sa branch.thorpej
2003-01-14Add bktr*, udsbr* and radio* at each;fair
2003-01-12Add missing ethernets and phys. Update FireWire to current reality.matt
2003-01-10Add major for bktr.mjl
2003-01-06Rework how KERNOBJDIR functions; now it's always determined withlukem
2003-01-05Add mlx. Pointed out by Daniel Eggert in PR 18487.briggs
2003-01-01Use aprint_normal() for cfprint routines.thorpej
2003-01-01Use aprint_normal() in cfprint routines.thorpej
2002-12-31Fix sysmon entry.thorpej
2002-12-10Use __LDPGSZ (which must be == USRTEXT) as the text address for a.outthorpej
2002-12-09No need to depend on userland libraries here.thorpej
2002-12-08A working fork/vfork implementation. Darwin fork differs from our fork bymanu
2002-12-04New Feature: add pseudo device for IEEE 1394 isochronous stream andhaya
2002-11-26Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more.lukem
2002-11-26si_ -> sel_christos
2002-11-25Avoid strict-alias warnings.thorpej
2002-11-25Remove an unnecessary cast in an asm statement.thorpej
2002-11-22Fix typo (responsiness -> responsiveness).wiz
2002-10-31Convert to register prefixes. Use ANSI string concatenation formatt
2002-10-30Add missing file.matt
2002-10-30Added COMPAT_MACH and EXEC_MACHOmanu
2002-10-30Moved binary compatibility options from arch directory to cpu directorymanu
2002-10-26now that mem_no is emitted by config(8), there is no reason to keepjdolecek
2002-10-23merge kqueue branch into -currentjdolecek
2002-10-18Should have done this sooner. Bump to version 1.7 to indicate goodwrstuden