summaryrefslogtreecommitdiffstats
path: root/sys/dev/sbus/agten.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Convert K&R function definitions to modern C. clang is more picky aboutclaudio2018-12-271-15/+4
* Use C99 named initializers for struct wsdisplay_accessops fields.miod2013-10-201-10/+3
* Sync the sparc64 fb* api with the recent changes done on sparc.miod2008-12-271-55/+6
* Return proper display types to the WSDISPLAYIO_GTYPE ioctl, instead ofmiod2008-12-251-2/+2
* Remove unnecessary <dev/wscons/wscons_raster.h> inclusion.miod2006-12-171-2/+1
* For 32bit sun frame buffers, tweak ri_devcmap to get the BoW palette insteadmiod2006-06-301-8/+3
* sbus_establish() and the associated linked list in the sbus softc is now onlymiod2006-06-021-4/+1
* Do not bother passing the blanking routine to fbwscons_console_init(),miod2005-03-071-2/+2
* Let wsdisplay drivers return zero for WSDISPLAYIO_[GS]VIDEO ioctls - mostmiod2005-01-051-1/+3
* Move the struct wsscreen_descr from a per-driver global to a per-instancemiod2004-11-291-26/+3
* Add support for agten(4) - on Andrey's U2 the PROM is not able to initializemiod2004-06-211-0/+478