aboutsummaryrefslogtreecommitdiff
path: root/sys/isa/syscons_isa.c
Commit message (Expand)AuthorAgeFilesLines
* Remove atdevbase and replace it's remaining uses with direct references toJohn Baldwin2004-06-101-0/+1
* Fix a panic that occurs when resuming. For some reason, sc->cur_scp isNate Lawson2003-10-291-0/+4
* - Use the new resource_disabled() helper function to see if devices areJohn Baldwin2003-07-021-3/+1
* Use __FBSDID().David E. O'Brien2003-06-111-2/+3
* Make the SC_NO_SUSPEND_VTYSWITCH kernel option available as a loaderMatthew N. Dodd2003-01-151-9/+19
* Fix compile with options SC_NO_SUSPEND_VTYSWITCH.John Baldwin2002-10-171-0/+2
* Add new syscons option SC_NO_SUSPEND_VTYSWITCH.Mitsuru IWASAKI2002-10-171-0/+4
* Add suspend/resume method to syscons. This switch the modeMitsuru IWASAKI2002-08-251-0/+35
* Remove the resume method. It is not necessary any more, becauseKazutaka YOKOTA2001-06-301-7/+0
* Fix warning:Peter Wemm2001-06-151-1/+1
* 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