summaryrefslogtreecommitdiff
path: root/sys/arch/macppc
AgeCommit message (Expand)Author
2008-05-01Implement a nop IPI to signal other CPUs.Mark Kettenis
2008-04-30Spacing.Mark Kettenis
2008-04-30Fix typo in last commit.Mark Kettenis
2008-04-30Initialize randseed to 1.Mark Kettenis
2008-04-29remove noise, (debug print).Dale Rahn
2008-04-29PIR is not defined to be a writable register, do not use it.Dale Rahn
2008-04-29Spin up secondary CPUs on more systems.Dale Rahn
2008-04-29spillstk and ddbstk need to be per cpu. Found by kettenis@Dale Rahn
2008-04-27Switch to proc based ast pending for SMP. ok kettenis.Dale Rahn
2008-04-26Changes to get closer to SMP.Dale Rahn
2008-04-25Pretty dmesg output on attach and error handling.Xavier Santolaria
2008-04-25neccessary -> necessary; from Pierre RiteauJason McIntyre
2008-04-23Call sched_init_cpu() for all but boot processor. ok kettenis.Dale Rahn
2008-04-21allow low level audio drivers to specify a default sample format,Jacob Meuser
2008-04-19Change ELF loader to use the LMA as the load address for theTobias Weingartner
2008-04-18if an iic operation fails to move all the data, return errorTheo de Raadt
2008-04-12Compile kernels with -Wvariable-decl (except on arches with ipmi, for now).Miod Vallat
2008-04-09Add new stub uvm_shutdown() and call it from the right place in MD boot()Theo de Raadt
2008-04-08Split the cdev makro for bpftun into two seperate definitions. tun(4) andClaudio Jeker
2008-03-30nam2blk[] clearly must contain "rd" ... found by krwTheo de Raadt
2008-03-25Make pci_intr_map(9) fail if the interrupt line register is set to 0xff.Mark Kettenis
2008-03-23setroot() is supposed to be safe in all cases, so kill the special casesTheo de Raadt
2008-03-21crank maxusers on some architecturesTheo de Raadt
2008-03-01Print consoleness the canonical way.Mark Kettenis
2008-02-24Add commented out Bluetooth HID sectionUwe Stuehler
2008-02-204.3-betaMiod Vallat
2008-02-15Reenable idle modes on powerpc. Tested by kettenis and myself.Dale Rahn
2008-01-23Cleanup cn_pri. Change constants to more meaningful names, rather thanJoel Sing
2008-01-19Activate upgt(4) for macppc. Tested for a while on my PowerBook.Marcus Glocker
2007-12-11reword license to change regents to authors, and remove advertising clause.Ted Unangst
2007-12-11remove support for 8kHz sample rates. not all i2s based audioJacob Meuser
2007-12-09Add an empty pccbb_attach_hook.Mark Kettenis
2007-12-04Remove remains of the idle pcb/stack.Mark Kettenis
2007-11-30Define NORMAL_C_NOP everywhere.Miod Vallat
2007-11-27typos; ok jmc@Martynas Venckus
2007-11-26Move the implementation of __mp_lock (biglock) into machine dependentArtur Grabowski
2007-11-26few more dribbles of LIBKERN cleanupTheo de Raadt
2007-11-25libkern, begone. Move to a new mechanism where config(8)'s "file"Theo de Raadt
2007-11-25Get rid of the kernel 'libcompat' framework, and instead use conf/files toTheo de Raadt
2007-11-24Some macppc models (e.g. the 1.5 GHz G4 MacMini) have a large clock driftMarc Balmer
2007-11-17- move the re/bwi CardBus entries in the GENERIC kernel config intoBrad Smith
2007-11-12/dev/openpromMark Kettenis
2007-11-10Activate umbg(4) on macppc.Marc Balmer
2007-11-05fix and use DEVICE_IS_VGA_PCI, makes vgafb_pci_match() much simplerMartin Reindl
2007-11-05audio encoding conversion cleanupJacob Meuser
2007-11-04replace even more ctob/btoc with ptoa/atopMartin Reindl
2007-10-27Grab kernel lock before calling interrupt handlers.Mark Kettenis
2007-10-22stoped -> stoppedJoel Sing
2007-10-14Provide a way to attach spdmem(4) by faking an I2C bus with EEPROMs withMark Kettenis
2007-10-14Implement OF_getproplen().Mark Kettenis