summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/dev/rfx.c
AgeCommit message (Expand)Author
2008-12-26Move the logic responsible from deciding whether a frame buffer needs to beMiod Vallat
2007-11-26typos; ok jmc@Martynas Venckus
2007-02-18Display the interrupt priority in dmesg, for frame buffers which registerMiod Vallat
2006-06-02sbus_establish() and the associated linked list in the sbus softc is now onlyMiod Vallat
2005-03-23Move the alloc_screen, free_screen and show_screen wsdisplay accessops toMiod Vallat
2005-03-13Add missed WSDISPLAYIO_[GS]VIDEO ioctl handling.Miod Vallat
2005-03-07Do not bother passing the blanking routine to fbwscons_console_init(),Miod Vallat
2005-03-03Do not attempt to read past firmware data in rfx_initialize().Miod Vallat
2004-11-29Move the struct wsscreen_descr from a per-driver global to a per-instanceMiod Vallat
2004-09-29Switch sparc to evcount; ok deraadt@Miod Vallat
2004-03-01Initialize the frame buffer when the PROM did not do this on our behalf.Miod Vallat
2004-03-01More readable DAC programming.Miod Vallat
2004-03-01Define a wsdisplay type for rfx; ok deraadt@Miod Vallat
2004-02-29Enter rfx, driver for the SBus RasterFlex frame buffer family.Miod Vallat