Age | Commit message (Expand) | Author |
2015-02-09 | Add a quirk to find the AGP bridge on PowerMac7,2 and PowerMac7,3 which | Martin Pieuchot |
2015-01-24 | Implement bus_dmamem_alloc_range(9) for macppc/socppc. | Mark Kettenis |
2014-07-28 | Limit the "aperture needed" printf to ramdisks via RAMDISK_HOOKS. | Jonathan Gray |
2014-07-22 | The aperture needed test should be in vgafb as well as vga@pci. | Jonathan Gray |
2014-04-26 | Do not pass a NULL argument to OF_getprop(), even if it's fine for the | Martin Pieuchot |
2014-03-29 | It's been a quarter century: we can assume volatile is present with that name. | Philip Guenther |
2014-03-26 | No need to include <sys/lock.h> when only <sys/rwlock.h> is needed, | Martin Pieuchot |
2013-10-21 | Add load_font and list_font accessops to all rasops-based wsdisplay drivers. | Miod Vallat |
2013-10-20 | Use C99 named initializers for struct wsdisplay_accessops fields. | Miod Vallat |
2013-10-13 | Make pci_make_tag() work with ht(4) controllers, fix a regression | Martin Pieuchot |
2013-09-04 | Convert vgafb to use a proper softc. | Martin Pieuchot |
2013-08-28 | Move the early framebuffer initialization code outside of vgafb(4) | Martin Pieuchot |
2013-08-27 | Since we are no longer attaching radeondrm(4) to this driver there is | Martin Pieuchot |
2013-08-23 | Move the openfirmware color selection code outside of vgafb(4) to | Martin Pieuchot |
2013-08-17 | Because vgafb(4) only match the console, no need for an additional check | Martin Pieuchot |
2013-08-17 | Merge vgafb_init() into vgafb_cnattach() now that it is not used anywhere | Martin Pieuchot |
2013-08-17 | Do not pretend to support non-console device because vgafb(4) only | Martin Pieuchot |
2013-08-16 | Use mapiodev instead of bus_space_map the do the initial mapping of the | Mark Kettenis |
2013-08-12 | radeondrm now attaches directly to pci. | Martin Pieuchot |
2013-08-12 | Match the framebuffer device against its OpenFirmware node in order | Martin Pieuchot |
2013-08-07 | Mimic what's done on sparc64 and parse the OpenFirmware device tree to | Martin Pieuchot |
2013-07-06 | Use the write-only rasops code to speed up the console framebuffer. | Martin Pieuchot |
2013-06-04 | Add support for virtual consoles, based on previous work done by kettenis@ | Martin Pieuchot |
2013-06-04 | Remove unused includes, constify cfattach and other small cleanings. | Martin Pieuchot |
2013-06-04 | Move function declaration where they belong. | Martin Pieuchot |
2013-06-04 | Do not pretend mapping the MMIO region when in fact we don't and | Martin Pieuchot |
2013-06-04 | Spacing. | Martin Pieuchot |
2013-06-03 | There's no reason to have a separate structure to hold and duplicate | Martin Pieuchot |
2013-01-21 | Only the mpcpcibus driver is actually using these structures so merge them | Martin Pieuchot |
2013-01-21 | Remove old functions to access MPC106 registers. Only one of them was used | Martin Pieuchot |
2012-12-22 | Attach all known U3 AGP bridges | Martin Pieuchot |
2012-12-13 | iMac G3 grahic cards have a ``misc'' pci subclass that's why they weren't | Martin Pieuchot |
2012-12-10 | Correct macobio functions to only read and write one byte of data instead | Martin Pieuchot |
2012-12-04 | Add support for Uninorth AGP bridges found in most if not all the macppc | Martin Pieuchot |
2012-08-30 | Determine the memory and mmio regions based on previously initialzed BAR | Martin Pieuchot |
2012-06-21 | Only allow the memory and mmio regions to be mmap()'ed at their real | Martin Pieuchot |
2012-01-29 | Ansify and remove useless variable. | Martin Pieuchot |
2012-01-29 | Start cleaning vgafb(4) to be make it more like vga(4). Remove unused | Martin Pieuchot |
2011-10-28 | Ignore devices with irq 0 on mpcpci bus, the only devices seen this | Dale Rahn |
2011-09-29 | Fix local types in vgafb_pci_probe(), to match what pci_*_find() expect, | Miod Vallat |
2011-05-15 | Unify various gpio access using methods that take an offset relative to the | Martin Pieuchot |
2011-01-08 | rename imask[] to cpu_imask[] to because imask is too loud as far as | Theo de Raadt |
2010-12-04 | Introduce a new pci routine, pci_conf_size(), which returns the size of a | Miod Vallat |
2010-11-27 | Remove unused vgafb_cnprobe(). | Miod Vallat |
2010-09-01 | Fix typo in vgafb_mmap(), causing a comparison to always fail. ok kettenis@ | Miod Vallat |
2010-05-22 | macppc never has i386 defined; ok drahn | Theo de Raadt |
2009-08-22 | Constify the what/name parameter of pci_intr_establish(). | Michael Knudsen |
2009-05-03 | Get rid of pci_addr_fixup machinery; set up the appropriate extents and pass | Mark Kettenis |
2009-03-29 | bzero pci attach args | Mark Kettenis |
2009-03-29 | make various strings ("can't map mem space" and similar) more consistent | Stuart Henderson |