summaryrefslogtreecommitdiff
path: root/sys/arch/macppc
AgeCommit message (Expand)Author
2009-06-04Recycle four ancient fields in the disklabel structure, replacing them withTheo de Raadt
2009-06-03add kern.bufcachepercent sysctl to allow adjusting the buffer cacheBob Beck
2009-06-03Arla client rename from xfs to nnpfs for later upgrades. Tested on various ar...Janne Johansson
2009-06-02Reintroduce the macppc interrupt subsystem rewrite. Several bugs haveDale Rahn
2009-06-02A piece of an upcoming diff was on the same line, revert that portionDale Rahn
2009-06-02add CRYPTO to macppc RAMDISKTodd T. Fries
2009-06-01no point in calling curcpu() when ci is already set. ok miod@Dale Rahn
2009-06-01Enable zyd in more places now we know it is endian safe.Jonathan Gray
2009-05-31Remove BUS_DMAMEM_NOSYNC definition. Its name is not consistent withMiod Vallat
2009-05-16Enable udl(4) by default for amd64, i386, and macppc.Marcus Glocker
2009-05-14udl(4) works on macppc, too. Disabled in GENERIC by default.Marcus Glocker
2009-05-03Get rid of pci_addr_fixup machinery; set up the appropriate extents and passMark Kettenis
2009-04-28put vlan support onto these mediaTheo de Raadt
2009-04-20Add a BUS_DMA_ZERO flag for bus_dmamem_alloc() to return zeroed memory.Owain Ainsworth
2009-04-19Count number of cpus found (potentially not attached) and store thatTheo de Raadt
2009-04-14Convert the waitok field of uvm_pglistalloc to "flags", more will be added soon.Owain Ainsworth
2009-03-29bzero pci attach argsMark Kettenis
2009-03-29make various strings ("can't map mem space" and similar) more consistentStuart Henderson
2009-03-08Add support for Geyser2 devices from NetBSD and fix some Geyser1 devices thatRobert Nagy
2009-03-07When allocating memory in bus_dmamem_alloc() with uvm_pglistalloc(), do notMiod Vallat
2009-03-01Don't let an mmio area replace the frame buffer if they are the same size.Mark Kettenis
2009-02-26Add a two new ioctls to the apm(4) interface.Owain Ainsworth
2009-02-16Extend the scsi_adapter minphys() callback to take a struct scsi_link *Miod Vallat
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