CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/06/03 17:28:43
Modified files:
sys/arch/macppc/pci: vgafb.c vgafb_pci.c vgafbvar.h
Log message:
There's no reason to have a separate structure to hold and duplicate
the raster display data. Simplify this by using only one pointer to
a struct rasops_info, the one in vga_config.
While here remove unused fields from vga_config.
