summaryrefslogtreecommitdiff
path: root/sys/arch/macppc
AgeCommit message (Expand)Author
2012-06-26create new machine/_float.h which is namespace clean. create a newTheo de Raadt
2012-06-21Only allow the memory and mmio regions to be mmap()'ed at their realMartin Pieuchot
2012-06-20move to 5.2-betaTheo de Raadt
2012-04-06tedu the raidframe.Joel Sing
2012-03-26Add APM_IOC_HIBERNATETheo de Raadt
2012-02-24Correct the spelling of "transferred" and "transferring"Philip Guenthe
2012-01-29Ansify and remove useless variable.Martin Pieuchot
2012-01-29Start cleaning vgafb(4) to be make it more like vga(4). Remove unusedMartin Pieuchot
2012-01-11crank to 5.1-betaTheo de Raadt
2012-01-06Attach ath(4) to cardbus and add it to bsd.rdMartin Pieuchot
2011-11-19Remove unused function forgotten during the switch to the interactiveMartin Pieuchot
2011-11-19Rewrite the parsing of arguments given to the ofwboot and restore theMartin Pieuchot
2011-11-15Simplify various parts of the puc(4) attachment code. Tested lightlyTheo de Raadt
2011-11-10Remove unused %s from a printf(), properly cast const void* to constKenneth R Westerback
2011-11-08Garbage collect now unused MKDEP definitions. ok deraadt@Matthieu Herrb
2011-10-28Enable interrupts while processing off level interrupts. simplify codeDale Rahn
2011-10-28Ignore devices with irq 0 on mpcpci bus, the only devices seen thisDale Rahn
2011-10-27Specify the TLS variant for each platform.Philip Guenthe
2011-10-24Revert last change, reported increased stablility with the change wasDale Rahn
2011-10-22Do not run off level interrupts with external interrupts disabled asDale Rahn
2011-10-06ccd goes to the atticTheo de Raadt
2011-09-29Fix local types in vgafb_pci_probe(), to match what pci_*_find() expect,Miod Vallat
2011-09-27Make bus_addr_t and bus_size_t u_long types, instead of either uint32_t orMiod Vallat
2011-09-17arithemtic -> arithmeticMiod Vallat
2011-09-16Set the shared priority entry to the value of the current maxipl entry,Dale Rahn
2011-09-04oops, this DPRINTF flavour takes no parentheses.Miod Vallat
2011-09-04Silence awacs_trigger_input by turning a noisy printf into the DPRINTFMiod Vallat
2011-08-29Return of the long missing powerpc interrupt rewrite. Was working forDale Rahn
2011-07-18take us to 5.0-betaTheo de Raadt
2011-07-10Oops. Copy just the comment about the checkdisklabel() call, notKenneth R Westerback
2011-07-10If there is recognized MD disk partitioning info, use it to determineKenneth R Westerback
2011-07-08Cleanup calculation of OpenBSD disklabel location on DPME partitions. The labelsKenneth R Westerback
2011-07-08Unbreak macppc bootloader due to libz changes.Dale Rahn
2011-07-08When reading dos labels use DOS_LABELSECTOR and don't use LABELOFFSET. For al...Kenneth R Westerback
2011-07-07deraadt says disable bluetooth everywhere else tooTed Unangst
2011-07-07Take more care to write 'dos' labels in the same place readdoslabel()Kenneth R Westerback
2011-07-07The drahn memorial bad kernel build fix: prevent blood pressurePhilip Guenthe
2011-07-06make clean should clean .d files, so as to leave a fresh canvas.Ted Unangst
2011-07-05Recommit the reverted sigacts change now that the NFS use-after-freePhilip Guenthe
2011-07-04Nuke the useless D_KQFILTER flag and just check that d_kqfilter isNicholas Marriott
2011-07-03Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingMatthew Dempsky
2011-07-02kqueue attach functions should return an errno or 0, not a plain 1. FixNicholas Marriott
2011-06-29Replace all instances of "scsibus* at hba?" with a single "scsibus* atMatthew Dempsky
2011-06-27repair after last commitTheo de Raadt
2011-06-26if_downall() cannot be done MI in sys_reboot() because vfs_shutdown()Theo de Raadt
2011-06-23Fix the error path in bus_dmamem_map.Ariane van der Steldt
2011-06-17M_WAITOK cleanup of two cases:Michael Knudsen
2011-06-16Removes unused variables.Martin Pieuchot
2011-06-16Removes the always-set-to-1 adbSoftPower variable.Martin Pieuchot
2011-06-16Uses generic confargs to attach the apm(4) and piic(4) drivers instead ofMartin Pieuchot