History log of /barrelfish-master/usr/drivers/vbe/vbe.c
Revision Date Author Comments
# 9bd8d1d5 03-Apr-2019 Reto Achermann <reto.achermann@inf.ethz.ch>

replacing umlaute and fixing address in headers Haldeneggsteig -> Universitaetsstrasse

Signed-off-by: Reto Achermann <reto.achermann@inf.ethz.ch>


# 6e1ebbb6 09-Jan-2018 Lukas Humbel <lukas.humbel@inf.ethz.ch>

Removing multiple caps per bar

Our capabilites now allow byte-granularity, therefore we can always
have one cap per PCI BAR.

Signed-off-by: Lukas Humbel <lukas.humbel@inf.ethz.ch>


# f2147d76 09-Jan-2018 Lukas Humbel <lukas.humbel@inf.ethz.ch>

Removing multiple caps per bar

Our capabilites now allow byte-granularity, therefore we can always
have one cap per PCI BAR.

Signed-off-by: Lukas Humbel <lukas.humbel@inf.ethz.ch>


# f02004c3 06-Jun-2017 Adam Turowski <adam.turowski@inf.ethz.ch>

pci library: adding a user state pointer

Signed-off-by: Adam Turowski <adam.turowski@inf.ethz.ch>


# 7b1da387 10-Mar-2012 Gerd Zellweger <zgerd@student.ethz.ch>

Remove sleep/reset handlers from PCI interface and
adjust fish to use acpi client.

--HG--
rename : usr/kaluga/startup.h => usr/kaluga/driver_startup.h


# cba58299 05-Feb-2012 Kornilios Kourtis <kkourt@inf.ethz.ch>

newlib,x86_32: use PRI{u,x}32, PRI{u,x}PTR, etc in format strings

Again this is needed because newlib defines uint32_t as unsigned long.
(In retrospect, I should just changed newlib's uint32_t to unsigned int)

Checkpoint:
compiles and boots qemu for x86-{32,64}-{newlib,freec}
Also, a couple of tests on real hardware (x86_64 only) work


# 522b8c0f 28-Dec-2011 Zeus Gómez Marmolejo <zeus.gomez@bsc.es>

Boots correctly for both freec and newlib


# a850f8ec 10-Aug-2011 Andrew Baumann <andrew.baumann@microsoft.com>

vbe: extended interface to support cards with a framebuffer in the middle of a BAR

also cleaned up types: errval_t rather than int!


# 9299dcef 08-Jul-2011 Stefan Kästle <stefan.kaestle@inf.ethz.ch>

Initial version of public stable barrelfish repository.