summaryrefslogtreecommitdiff
path: root/sys/arch/macppc
AgeCommit message (Expand)Author
2013-09-28In boot(), do not iterate over alldevs if it's empty (i.e. halting from ddbMiod Vallat
2013-09-13Initialize the variable guarding the clock interrupt routine afterMartin Pieuchot
2013-09-05ugold(4) is a driver for PCsensor's USB gold TEMPer temperaturesasano
2013-09-04Convert vgafb to use a proper softc.Martin Pieuchot
2013-08-28Move the early framebuffer initialization code outside of vgafb(4)Martin Pieuchot
2013-08-28Fix build, reported by jsg@Martin Pieuchot
2013-08-27Remove definitions of nonexistent consdevs.Martin Pieuchot
2013-08-27Since we are no longer attaching radeondrm(4) to this driver there isMartin Pieuchot
2013-08-23Move the openfirmware color selection code outside of vgafb(4) toMartin Pieuchot
2013-08-20Remove uscanner(4). It was disabled in GENERIC more than 2.5 years ago.Antoine Jacoutot
2013-08-18Disable appleagp(4). It doesn't really work yet, and hurts certain iBook G3Mark Kettenis
2013-08-17Because vgafb(4) only match the console, no need for an additional checkMartin Pieuchot
2013-08-17Merge vgafb_init() into vgafb_cnattach() now that it is not used anywhereMartin Pieuchot
2013-08-17Do not pretend to support non-console device because vgafb(4) onlyMartin Pieuchot
2013-08-17Remove a bunch of unused variables and functions aging from the preMartin Pieuchot
2013-08-16Enable radeondrm(4).Martin Pieuchot
2013-08-16Use mapiodev instead of bus_space_map the do the initial mapping of theMark Kettenis
2013-08-15Blast uhts(4). This code was merged into ums(4) last week.Edd Barrett
2013-08-15Include files.agp and files.drm from files.pci. Makes sure "drm.h" getsMark Kettenis
2013-08-12radeondrm now attaches directly to pci.Martin Pieuchot
2013-08-12Match the framebuffer device against its OpenFirmware node in orderMartin Pieuchot
2013-08-12Add a port of the TTM and Radeon DRM code from Linux 3.8.13.Jonathan Gray
2013-08-10Move the device table inside the softc.Martin Pieuchot
2013-08-09Add urtwn(4) for upgradesMartin Pieuchot
2013-08-07Most network drivers include netinet/in_var.h, but apparently theyAlexander Bluhm
2013-08-07Using phys_map for bus_space_map(9) is retarded. Use kernel_map just likeMark Kettenis
2013-08-07Mimic what's done on sparc64 and parse the OpenFirmware device tree toMartin Pieuchot
2013-07-16Don't use a non initialized variable and fix RCS Ids while here.Martin Pieuchot
2013-07-07move to 5.4-betaTheo de Raadt
2013-07-06Use the write-only rasops code to speed up the console framebuffer.Martin Pieuchot
2013-07-06Add uhci* at cardbus, tested with a VIA VT83C572.Martin Pieuchot
2013-07-06Print the number of targets and the irq before looking for subdevices,Martin Pieuchot
2013-07-01sync comment with it's intended meaning.Jasper Lievisse Adriaanse
2013-06-11final removal of daddr64_t. daddr_t has been 64 bit for a long enoughTheo de Raadt
2013-06-04Add support for virtual consoles, based on previous work done by kettenis@Martin Pieuchot
2013-06-04Remove unused includes, constify cfattach and other small cleanings.Martin Pieuchot
2013-06-04Move function declaration where they belong.Martin Pieuchot
2013-06-04Do not pretend mapping the MMIO region when in fact we don't andMartin Pieuchot
2013-06-04Spacing.Martin Pieuchot
2013-06-03There's no reason to have a separate structure to hold and duplicateMartin Pieuchot
2013-06-03Be coherent when printing irq numbers.Martin Pieuchot
2013-06-03Correctly return the error code if uvm_km_kmemalloc() fails.Martin Pieuchot
2013-06-03Rework the logic for matching the boot device to allow for root onMartin Pieuchot
2013-06-03more fuse in more places. credit: miodTed Unangst
2013-06-03Convert some internal APIs to use timespecs instead of timevalsPhilip Guenther
2013-06-01add missing license (PD) blockJasper Lievisse Adriaanse
2013-05-31Rename tpms(4), the driver for Apple USB touchpads, to utpms(4) and moveMartin Pieuchot
2013-05-31Unbreak after recent shutdown-hook removal.Martin Pieuchot
2013-05-30Enforce ca_activate tree-walks over the entire heirarchy for all events,Theo de Raadt
2013-05-15Introduce a global interrupt-aware mutex protecting dataAlexandre Ratchov