summaryrefslogtreecommitdiffstats
path: root/sys/arch/hp300/dev/gbox.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Get rid of PROM font-related defines.miod2007-01-071-2/+3
* Let the windowmove() callbacks return whether they could perform the operationmiod2006-08-111-5/+11
* Rework (once again) the console code, in order to match the PROM's logic better.miod2005-12-311-94/+2
* Kill conforced, and have console devices use CN_FORCED priority instead.miod2005-12-301-17/+8
* When a driver claims console, let it set conscode to itself, instead ofmiod2005-12-301-1/+2
* Introduce symbolic constants for the magic conscode values.miod2005-12-301-4/+4
* In windowmove(), put another hardware blitter synchronization beforemiod2005-01-271-1/+4
* Switch hp300 wscons code to rasops, for DIO frame buffers.miod2005-01-241-72/+111
* Oops, revert changes not intended to be commited in previous commit.miod2005-01-211-2/+2
* Overhaul of the pxa2x0_lcd code, to allow early (before autoconf) attachment,miod2005-01-211-2/+2
* Report the appropriate wsdisplay types to WSDISPLAYIO_GTYPE.miod2005-01-191-2/+2
* Simplify diofb_fbinquire(), since in the only case where we need to knowmiod2005-01-161-2/+2
* Glitch in console detection code would match unsupported frame buffers withmiod2005-01-151-2/+2
* Use DIO_SIZE() macro instead of rolling our own implementation of it.miod2005-01-151-7/+2
* Switch OpenBSD/hp300 to wscons, still using on-board ROM fonts for now.miod2005-01-141-0/+509