| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-05-25 | change wsdisplay attribute type from long to uint32_t |  jsg | 1 | -4/+4 |
| 2020-05-25 | rename wsdisplay alloc_attr() to pack_attr() |  jsg | 1 | -2/+2 |
| 2017-09-08 | If you use sys/param.h, you don't need sys/types.h |  deraadt | 2 | -4/+2 |
| 2016-07-04 | On Quad-G5 make hpb(4) attach first when iterating PCI buses. |  mpi | 1 | -1/+42 |
| 2015-08-30 | Map the whole config1 space based on the size read from the |  mpi | 1 | -3/+3 |
| 2015-06-25 | OF_getprop() returns an int, so comparing its return value against sizeof casts |  miod | 1 | -2/+2 |
| 2015-06-03 | Support for U4, missed in previous. |  mpi | 1 | -2/+6 |
| 2015-06-02 | Add a new HT-PCI bridge driver and the necessary glue to openpic(4) |  mpi | 1 | -0/+248 |
| 2015-04-02 | One function pointer per pic function is enough. |  mpi | 1 | -24/+3 |
| 2015-03-30 | Always use the first value of the "interrupts" property the others do |  mpi | 1 | -10/+2 |
| 2015-02-09 | Add a quirk to find the AGP bridge on PowerMac7,2 and PowerMac7,3 which |  mpi | 1 | -2/+12 |
| 2015-01-24 | Implement bus_dmamem_alloc_range(9) for macppc/socppc. |  kettenis | 1 | -1/+2 |
| 2014-07-28 | Limit the "aperture needed" printf to ramdisks via RAMDISK_HOOKS. |  jsg | 1 | -1/+3 |
| 2014-07-22 | The aperture needed test should be in vgafb as well as vga@pci. |  jsg | 1 | -1/+4 |
| 2014-04-26 | Do not pass a NULL argument to OF_getprop(), even if it's fine for the |  mpi | 1 | -2/+4 |
| 2014-03-29 | It's been a quarter century: we can assume volatile is present with that name. |  guenther | 1 | -2/+2 |
| 2014-03-26 | No need to include <sys/lock.h> when only <sys/rwlock.h> is needed, |  mpi | 2 | -7/+4 |
| 2013-10-21 | Add load_font and list_font accessops to all rasops-based wsdisplay drivers. |  miod | 1 | -1/+23 |
| 2013-10-20 | Use C99 named initializers for struct wsdisplay_accessops fields. |  miod | 1 | -10/+7 |
| 2013-10-13 | Make pci_make_tag() work with ht(4) controllers, fix a regression |  mpi | 1 | -2/+12 |
| 2013-09-04 | Convert vgafb to use a proper softc. |  mpi | 1 | -110/+102 |
| 2013-08-28 | Move the early framebuffer initialization code outside of vgafb(4) |  mpi | 1 | -146/+121 |
| 2013-08-27 | Since we are no longer attaching radeondrm(4) to this driver there is |  mpi | 4 | -288/+158 |
| 2013-08-23 | Move the openfirmware color selection code outside of vgafb(4) to |  mpi | 1 | -41/+13 |
| 2013-08-17 | Because vgafb(4) only match the console, no need for an additional check |  mpi | 3 | -19/+13 |
| 2013-08-17 | Merge vgafb_init() into vgafb_cnattach() now that it is not used anywhere |  mpi | 2 | -21/+7 |
| 2013-08-17 | Do not pretend to support non-console device because vgafb(4) only |  mpi | 1 | -31/+9 |
| 2013-08-16 | Use mapiodev instead of bus_space_map the do the initial mapping of the |  kettenis | 1 | -5/+2 |
| 2013-08-12 | radeondrm now attaches directly to pci. |  mpi | 1 | -7/+1 |
| 2013-08-12 | Match the framebuffer device against its OpenFirmware node in order |  mpi | 4 | -25/+26 |
| 2013-08-07 | Mimic what's done on sparc64 and parse the OpenFirmware device tree to |  mpi | 3 | -577/+375 |
| 2013-07-06 | Use the write-only rasops code to speed up the console framebuffer. |  mpi | 1 | -2/+2 |
| 2013-06-04 | Add support for virtual consoles, based on previous work done by kettenis@ |  mpi | 2 | -19/+25 |
| 2013-06-04 | Remove unused includes, constify cfattach and other small cleanings. |  mpi | 2 | -31/+15 |
| 2013-06-04 | Move function declaration where they belong. |  mpi | 2 | -18/+14 |
| 2013-06-04 | Do not pretend mapping the MMIO region when in fact we don't and |  mpi | 3 | -42/+34 |
| 2013-06-04 | Spacing. |  mpi | 2 | -29/+29 |
| 2013-06-03 | There's no reason to have a separate structure to hold and duplicate |  mpi | 3 | -46/+15 |
| 2013-01-21 | Only the mpcpcibus driver is actually using these structures so merge them |  mpi | 3 | -71/+27 |
| 2013-01-21 | Remove old functions to access MPC106 registers. Only one of them was used |  mpi | 2 | -171/+2 |
| 2012-12-22 | Attach all known U3 AGP bridges |  mpi | 1 | -2/+4 |
| 2012-12-13 | iMac G3 grahic cards have a ``misc'' pci subclass that's why they weren't |  mpi | 2 | -12/+11 |
| 2012-12-10 | Correct macobio functions to only read and write one byte of data instead |  mpi | 2 | -8/+8 |
| 2012-12-04 | Add support for Uninorth AGP bridges found in most if not all the macppc |  mpi | 2 | -11/+52 |
| 2012-08-30 | Determine the memory and mmio regions based on previously initialzed BAR |  mpi | 3 | -171/+97 |
| 2012-06-21 | Only allow the memory and mmio regions to be mmap()'ed at their real |  mpi | 4 | -116/+53 |
| 2012-01-29 | Ansify and remove useless variable. |  mpi | 1 | -7/+2 |
| 2012-01-29 | Start cleaning vgafb(4) to be make it more like vga(4). Remove unused |  mpi | 3 | -111/+45 |
| 2011-10-28 | Ignore devices with irq 0 on mpcpci bus, the only devices seen this |  drahn | 1 | -2/+2 |
| 2011-09-29 | Fix local types in vgafb_pci_probe(), to match what pci_*_find() expect, |  miod | 1 | -3/+4 |