vgabios: Check that the PCI BDF passed in is valid before using.
[seabios.git] / vgasrc /
2009-05-17 Kevin O'ConnorDefine unified entry points for irq handlers.
2009-05-17 Kevin O'ConnorVGA: Use GET_IVT macro instead of raw GET_FARVAR.
2009-05-17 Kevin O'ConnorVGA: Add calling stubs for vbe functions.
2009-05-17 Kevin O'ConnorVGA: Use segment definitions.
2009-05-16 Kevin O'ConnorVGA: Split biosfn_get_cursor_pos function.
2009-05-16 Kevin O'ConnorVGA: Minor - use "_far" postfix on far pointers.
2009-05-16 Kevin O'ConnorVGA: Rework vga_modes[] array to have pointers to other...
2009-05-16 Kevin O'ConnorVGA: Misc syntax cleanups.
2009-05-16 Kevin O'ConnorVGA: Minor - use "_g" suffix for global pointers.
2009-05-14 Kevin O'ConnorVGA: Add header guard to vgasrc/vgatables.h
2009-05-14 Kevin O'ConnorVGA: Remove unused DEBUG ifdefs.
2009-05-14 Kevin O'ConnorVGA: memset16_far and memcpy16_far take byte count...
2009-05-14 Kevin O'ConnorVGA - turn DEBUG printfs into dprintf calls.
2009-05-08 Kevin O'ConnorCleanup vga inb/outb port usages.
2009-05-07 Kevin O'ConnorMinor - update vgasrc/vga.c todo list.
2009-05-07 Kevin O'ConnorAdd initial port of the "open source vga bios" project.