summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/pci
AgeCommit message (Expand)Author
2015-02-09Add a quirk to find the AGP bridge on PowerMac7,2 and PowerMac7,3 whichMartin Pieuchot
2015-01-24Implement bus_dmamem_alloc_range(9) for macppc/socppc.Mark Kettenis
2014-07-28Limit the "aperture needed" printf to ramdisks via RAMDISK_HOOKS.Jonathan Gray
2014-07-22The aperture needed test should be in vgafb as well as vga@pci.Jonathan Gray
2014-04-26Do not pass a NULL argument to OF_getprop(), even if it's fine for theMartin Pieuchot
2014-03-29It's been a quarter century: we can assume volatile is present with that name.Philip Guenther
2014-03-26No need to include <sys/lock.h> when only <sys/rwlock.h> is needed,Martin Pieuchot
2013-10-21Add load_font and list_font accessops to all rasops-based wsdisplay drivers.Miod Vallat
2013-10-20Use C99 named initializers for struct wsdisplay_accessops fields.Miod Vallat
2013-10-13Make pci_make_tag() work with ht(4) controllers, fix a regressionMartin Pieuchot
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-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-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-16Use mapiodev instead of bus_space_map the do the initial mapping of theMark 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-07Mimic what's done on sparc64 and parse the OpenFirmware device tree toMartin Pieuchot
2013-07-06Use the write-only rasops code to speed up the console framebuffer.Martin Pieuchot
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-01-21Only the mpcpcibus driver is actually using these structures so merge themMartin Pieuchot
2013-01-21Remove old functions to access MPC106 registers. Only one of them was usedMartin Pieuchot
2012-12-22Attach all known U3 AGP bridgesMartin Pieuchot
2012-12-13iMac G3 grahic cards have a ``misc'' pci subclass that's why they weren'tMartin Pieuchot
2012-12-10Correct macobio functions to only read and write one byte of data insteadMartin Pieuchot
2012-12-04Add support for Uninorth AGP bridges found in most if not all the macppcMartin Pieuchot
2012-08-30Determine the memory and mmio regions based on previously initialzed BARMartin Pieuchot
2012-06-21Only allow the memory and mmio regions to be mmap()'ed at their realMartin Pieuchot
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
2011-10-28Ignore devices with irq 0 on mpcpci bus, the only devices seen thisDale Rahn
2011-09-29Fix local types in vgafb_pci_probe(), to match what pci_*_find() expect,Miod Vallat
2011-05-15Unify various gpio access using methods that take an offset relative to theMartin Pieuchot
2011-01-08rename imask[] to cpu_imask[] to because imask is too loud as far asTheo de Raadt
2010-12-04Introduce a new pci routine, pci_conf_size(), which returns the size of aMiod Vallat
2010-11-27Remove unused vgafb_cnprobe().Miod Vallat
2010-09-01Fix typo in vgafb_mmap(), causing a comparison to always fail. ok kettenis@Miod Vallat
2010-05-22macppc never has i386 defined; ok drahnTheo de Raadt
2009-08-22Constify the what/name parameter of pci_intr_establish().Michael Knudsen
2009-05-03Get rid of pci_addr_fixup machinery; set up the appropriate extents and passMark Kettenis
2009-03-29bzero pci attach argsMark Kettenis
2009-03-29make various strings ("can't map mem space" and similar) more consistentStuart Henderson