• Matthew Wilcox's avatar
    [PATCH] PA-RISC STI video updates · e1d49330
    Matthew Wilcox authored
     - currcon seems to have disappeared.  We weren't using it, just initialising
       it.
     - parisc_driver names no longer need to be different from pci_driver names.
     - DUMMY_CONSOLE_COLUMNS and DUMMY_CONSOLE_ROWS aren't used by the STI_CONSOLE
       at all.  In fact, they're used by the DUMMY_CONSOLE as their name implies.
     - STI_CONSOLE doesn't need to depend on FRAMEBUFFER_CONSOLE
     - sticore.o uses functions from fonts.o
     - PA-RISC doesn't have an MDA_CONSOLE
    Signed-off-by: default avatarMatthew Wilcox <willy@parisc-linux.org>
    
     - Move STI_CONSOLE after FRAMEBUFFER_CONSOLE
     - Convert sticore.c to using gsc_(read|write)X instead of __raw_(read|write)X.
     - Convert pci_device_id table to use PCI_DEVICE().
    Signed-Off-By: default avatarKyle McMartin <kyle@parisc-linux.org>
    
     - apply patch by Andy Walker <ajwalker@broadpark.no> to fix stifb=
       bpp:x:y handling
    From: Helge Deller <deller@parisc-linux.org>
    Signed-off-by: default avatarMatthew Wilcox <willy@parisc-linux.org>
    Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
    e1d49330
Kconfig 6.26 KB