summaryrefslogtreecommitdiff
path: root/sys/arch/hp300/dev/hyper.c
AgeCommit message (Expand)Author
2006-04-14Minimal support for the HP98705 ``Tigershark'' TurboVRX frame bufferMiod Vallat
2005-12-31Rework (once again) the console code, in order to match the PROM's logic better.Miod Vallat
2005-12-30Kill conforced, and have console devices use CN_FORCED priority instead.Miod Vallat
2005-12-30When a driver claims console, let it set conscode to itself, instead ofMiod Vallat
2005-12-28hyper, rbox and topcat not in intio space are CN_NORMAL priority, notMiod Vallat
2005-11-19Remove superfluous statement-ending semi-colons. i.e., "return foo;;" shouldAaron Campbell
2005-01-24Switch hp300 wscons code to rasops, for DIO frame buffers.Miod Vallat
2005-01-22Honour wsconsctl display.vblank setting.Miod Vallat
2005-01-21Oops, revert changes not intended to be commited in previous commit.Miod Vallat
2005-01-21Overhaul of the pxa2x0_lcd code, to allow early (before autoconf) attachment,Miod Vallat
2005-01-19Report the appropriate wsdisplay types to WSDISPLAYIO_GTYPE.Miod Vallat
2005-01-16Simplify diofb_fbinquire(), since in the only case where we need to knowMiod Vallat
2005-01-16Since Hyperion can only attach in DIO-II space, don't bother looking forMiod Vallat
2005-01-15Use DIO_SIZE() macro instead of rolling our own implementation of it.Miod Vallat
2005-01-14Switch OpenBSD/hp300 to wscons, still using on-board ROM fonts for now.Miod Vallat