summaryrefslogtreecommitdiff
path: root/sys/arch/macppc
AgeCommit message (Expand)Author
2009-02-10remove run(4) from some RAMDISKDamien Bergamini
2009-02-10enable run(4) everywhere where ural(4) and rum(4) are enabled.Damien Bergamini
2009-02-08Move to 4.5-BETAMiod Vallat
2009-02-01Revert 1.28, rumoured to cause problems on some machines.Miod Vallat
2009-01-29Some of the latest macppc laptops with no adb subsystem at all, spontaneouslyMiod Vallat
2009-01-25Remove /dev/drum and related code.Miod Vallat
2009-01-22Make bus_mem_add_mapping() return ENOMEM if we fail to allocate kva insteadMark Kettenis
2009-01-20add softraidTodd T. Fries
2009-01-11Fix a sed bug in the makefile's depend target.Paul Irofti
2009-01-11Actual final round of timeout_add(to, n * hz) -> timeout_add_sec(to, n)Bret Lambert
2009-01-10Add support for the volume buttons and for the eject button foundRobert Nagy
2009-01-06- add and enable ipgphy(4) everywhere there's a stge(4) entry.Jasper Lievisse Adriaanse
2008-12-21just attach cpu0, not cpu*, ok kettenisTheo de Raadt
2008-12-01terse is good, more readable; please commit deraadt@Todd T. Fries
2008-11-28Eliminate the redundant bits of code for MTU and multicast handlingBrad Smith
2008-11-26Enable Bluetooth (btd and btctl are not hooked into the build yet)Uwe Stuehler
2008-11-25Another bunch of TRY_AGAIN_LATER -> NO_CCB when no I/O could be started.Kenneth R Westerback
2008-11-24Import btsco(4) from NetBSD to work on itUwe Stuehler
2008-11-22cpu_unidle for macppcArtur Grabowski
2008-11-21back out the new interrupt subsystem because some little bug still lurks in t...Theo de Raadt
2008-11-08Get rid of va-ppc.h.Mark Kettenis
2008-11-07different fix for pr5883 than proposed by the submitter, found when glancingTodd T. Fries
2008-11-06input and volume twiddlesTodd T. Fries
2008-11-05return an error when trying to get stereo values from a monoJacob Meuser
2008-11-05since mmclose() is only called once for the final close,Matthieu Herrb
2008-11-05* use uint8_t instead of int to hold the value of an 8-bit register.Jacob Meuser
2008-11-04missing setipl in the 'busy processing soft interrupts state'Dale Rahn
2008-10-30ugh, typo fix, committed previous from the wrong treeTodd T. Fries
2008-10-30patches for macppc to remove more EINVAL returns in the audio codeTodd T. Fries
2008-10-29come on -- this was not even test compiledTheo de Raadt
2008-10-29native default parameters for i2s devices instead of 8kHzJacob Meuser
2008-10-23add mos(4) to the most relevant config filesTheo de Raadt
2008-10-15make random(9) return per-cpu values (by saving the seed in the cpuinfo),Theo de Raadt
2008-10-15Second pass of simple timeout_add -> timeout_add_sec conversionsBret Lambert
2008-10-08cosmetic change for ioctl funtions.. move splnet out from variable declaration.Brad Smith
2008-10-02First step towards cleaning up the Ethernet driver ioctl handling.Brad Smith
2008-09-30Properly count memory on machines where Open Firmware reports zero sizedMark Kettenis
2008-09-30simplify and rework the mechanism to run the leds, 'it is better' miod@ deraadt@Dale Rahn
2008-09-23Plug more uninitialized variables.Miod Vallat
2008-09-19While vaguely interesting, the prints coming out of the driver was way tooDale Rahn
2008-09-18Redesign of the powerpc interrupt architecture, use true levels intead ofDale Rahn
2008-09-16SMP ddb support, with some feedback from kettenis.Dale Rahn
2008-08-25how about i commit what was actually approved? wrong tree, bad todd ;-(Todd T. Fries
2008-08-24o implement proper volume control table based on chipset docsTodd T. Fries
2008-08-24Fix readdpmelabel() so it doesn't corrupt a disklabel about to beKenneth R Westerback
2008-08-19Make it possible to enter ddb from the serial console.Mark Kettenis
2008-08-19Make it possible to enter ddb from the serial console.Mark Kettenis
2008-07-30Do not print adapter target id on the attachment line, now that scsibus(4)Miod Vallat
2008-07-28No longer clear ci_want_resched within cpu_switchto(), now that it's doneMiod Vallat
2008-07-21nam2blk[] needs a "vnd" entry for some things (like softraid)Todd T. Fries