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