summaryrefslogtreecommitdiffstats
path: root/sys/isa/syscons_isa.c
Commit message (Expand)AuthorAgeFilesLines
* Move VT switching hack for suspend/resume from bus drivers to syscons.cjkim2011-05-091-127/+0
* When we are not switching VTs, just mark all buffer to be updated.jkim2010-07-151-1/+7
* Do not attempt to switch to the same VTs between suspend and resume.jkim2010-05-261-9/+11
* Let the first device suspend and the last device resume syscons(4).jkim2010-05-261-10/+5
* Fix more style(9) nits that I missed in the previous commit.jkim2010-05-221-5/+4
* Fix style(9) nits.jkim2010-05-221-36/+39
* Suspend screen updates when the video controller is powered down.jkim2010-05-221-15/+86
* Allow syscons to work on amd64 and i386 without any hints:jhb2009-03-051-3/+7
* Further cleanup of sound generation in syscons:phk2008-03-261-9/+1
* The "free-lance" timer in the i8254 is only used for the speakerphk2008-03-261-1/+1
* Rename timer0_max_count to i8254_max_count.phk2008-03-261-1/+1
* Use pause() rather than tsleep() on explicit global dummy variables.jhb2007-02-271-2/+1
* Committed the xbox syscons(8)-able console driver.rink2006-03-031-0/+19
* - Move timerreg.h to <arch>/include and split i8253 specific defines intonyan2005-05-141-12/+7
* Converge towards i386. I originally resisted creating <machine/pc/bios.h>peter2004-09-241-8/+7
* Remove atdevbase and replace it's remaining uses with direct references tojhb2004-06-101-0/+1
* Fix a panic that occurs when resuming. For some reason, sc->cur_scp isnjl2003-10-291-0/+4
* - Use the new resource_disabled() helper function to see if devices arejhb2003-07-021-3/+1
* Use __FBSDID().obrien2003-06-111-2/+3
* Make the SC_NO_SUSPEND_VTYSWITCH kernel option available as a loadermdodd2003-01-151-9/+19
* Fix compile with options SC_NO_SUSPEND_VTYSWITCH.jhb2002-10-171-0/+2
* Add new syscons option SC_NO_SUSPEND_VTYSWITCH.iwasaki2002-10-171-0/+4
* Add suspend/resume method to syscons. This switch the modeiwasaki2002-08-251-0/+35
* Remove the resume method. It is not necessary any more, becauseyokota2001-06-301-7/+0
* Fix warning:peter2001-06-151-1/+1
* Initiate deorbit burn sequence for <machine/console.h>.phk2000-10-081-1/+2
* Add device_identify methods so that we do not need thepeter2000-06-281-17/+20
* This is a temporary bandaid to get vidconsole working again withoutpeter2000-06-151-4/+5
* - Fix SC_ALT_MOUSE_IMAGE; don't blink the mouse cursor.yokota2000-03-311-0/+1
* Use config's conditional compilation rather than using #ifdefs that makepeter2000-01-291-6/+3
* Make the mouse cursor char code configurable via the CONS_MOUSECTLyokota2000-01-121-9/+9
* Change isa_get/set_flags() to device_get/set_flags().dfr1999-09-071-2/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Merge the cons.c and cons.h to the best of my ability. alpha may orphk1999-08-091-2/+2
* Declare the correct size of softc and fix sc_get_softc().yokota1999-06-241-4/+4
* The second phase of syscons reorganization.yokota1999-06-221-5/+165
* No support for pnp yet.dfr1999-05-301-1/+5
* Move the declaration of the interrupt type from the driver structuredfr1999-05-081-2/+1
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-161-1/+4
* Update the alpha port to use the new syscons.dfr1999-01-231-0/+80
OpenPOWER on IntegriCloud