aboutsummaryrefslogtreecommitdiff
path: root/sys/isa/syscons_isa.c
Commit message (Expand)AuthorAgeFilesLines
* Initiate deorbit burn sequence for <machine/console.h>.Poul-Henning Kamp2000-10-081-1/+2
* Add device_identify methods so that we do not need thePeter Wemm2000-06-281-17/+20
* This is a temporary bandaid to get vidconsole working again withoutPeter Wemm2000-06-151-4/+5
* - Fix SC_ALT_MOUSE_IMAGE; don't blink the mouse cursor.Kazutaka YOKOTA2000-03-311-0/+1
* Use config's conditional compilation rather than using #ifdefs that makePeter Wemm2000-01-291-6/+3
* Make the mouse cursor char code configurable via the CONS_MOUSECTLKazutaka YOKOTA2000-01-121-9/+9
* Change isa_get/set_flags() to device_get/set_flags().Doug Rabson1999-09-071-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Merge the cons.c and cons.h to the best of my ability. alpha may orPoul-Henning Kamp1999-08-091-2/+2
* Declare the correct size of softc and fix sc_get_softc().Kazutaka YOKOTA1999-06-241-4/+4
* The second phase of syscons reorganization.Kazutaka YOKOTA1999-06-221-5/+165
* No support for pnp yet.Doug Rabson1999-05-301-1/+5
* Move the declaration of the interrupt type from the driver structureDoug Rabson1999-05-081-2/+1
* Bring the 'new-bus' to the i386. This extensively changes the way thePeter Wemm1999-04-161-1/+4
* Update the alpha port to use the new syscons.Doug Rabson1999-01-231-0/+80