summaryrefslogtreecommitdiff
path: root/sys/isa/syscons_isa.c
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-05-06isa: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-04-21sc: Use devclass_find to lookup the sc devclass.John Baldwin
2019-12-30sc(4) md bits: stop setting sc->kbd entirelyKyle Evans
2019-12-23syscons: drop keyboard index from softcKyle Evans
2017-11-27sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-11-16Remove i386 XBOX support.Konstantin Belousov
2017-08-19Use better hard-coded defaults for the cursor shape, and remove nearbyBruce Evans
2011-05-09Move VT switching hack for suspend/resume from bus drivers to syscons.cJung-uk Kim
2010-07-15When we are not switching VTs, just mark all buffer to be updated.Jung-uk Kim
2010-05-26Do not attempt to switch to the same VTs between suspend and resume.Jung-uk Kim
2010-05-26Let the first device suspend and the last device resume syscons(4).Jung-uk Kim
2010-05-22Fix more style(9) nits that I missed in the previous commit.Jung-uk Kim
2010-05-22Fix style(9) nits.Jung-uk Kim
2010-05-22Suspend screen updates when the video controller is powered down.Jung-uk Kim
2009-03-05Allow syscons to work on amd64 and i386 without any hints:John Baldwin
2008-03-26Further cleanup of sound generation in syscons:Poul-Henning Kamp
2008-03-26The "free-lance" timer in the i8254 is only used for the speakerPoul-Henning Kamp
2008-03-26Rename timer0_max_count to i8254_max_count.Poul-Henning Kamp
2007-02-27Use pause() rather than tsleep() on explicit global dummy variables.John Baldwin
2006-03-03Committed the xbox syscons(8)-able console driver.Rink Springer
2005-05-14- Move timerreg.h to <arch>/include and split i8253 specific defines intoYoshihiro Takahashi
2004-09-24Converge towards i386. I originally resisted creating <machine/pc/bios.h>Peter Wemm
2004-06-10Remove atdevbase and replace it's remaining uses with direct references toJohn Baldwin
2003-10-29Fix a panic that occurs when resuming. For some reason, sc->cur_scp isNate Lawson
2003-07-02- Use the new resource_disabled() helper function to see if devices areJohn Baldwin
2003-06-11Use __FBSDID().David E. O'Brien
2003-01-15Make the SC_NO_SUSPEND_VTYSWITCH kernel option available as a loaderMatthew N. Dodd
2002-10-17Fix compile with options SC_NO_SUSPEND_VTYSWITCH.John Baldwin
2002-10-17Add new syscons option SC_NO_SUSPEND_VTYSWITCH.Mitsuru IWASAKI
2002-08-25Add suspend/resume method to syscons. This switch the modeMitsuru IWASAKI
2001-06-30Remove the resume method. It is not necessary any more, becauseKazutaka YOKOTA
2001-06-15Fix warning:Peter Wemm
2000-10-08Initiate deorbit burn sequence for <machine/console.h>.Poul-Henning Kamp
2000-06-28Add device_identify methods so that we do not need thePeter Wemm
2000-06-15This is a temporary bandaid to get vidconsole working again withoutPeter Wemm
2000-03-31- Fix SC_ALT_MOUSE_IMAGE; don't blink the mouse cursor.Kazutaka YOKOTA
2000-01-29Use config's conditional compilation rather than using #ifdefs that makePeter Wemm
2000-01-12Make the mouse cursor char code configurable via the CONS_MOUSECTLKazutaka YOKOTA
1999-09-07Change isa_get/set_flags() to device_get/set_flags().Doug Rabson
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-08-09Merge the cons.c and cons.h to the best of my ability. alpha may orPoul-Henning Kamp
1999-06-24Declare the correct size of softc and fix sc_get_softc().Kazutaka YOKOTA
1999-06-22The second phase of syscons reorganization.Kazutaka YOKOTA
1999-05-30No support for pnp yet.Doug Rabson
1999-05-08Move the declaration of the interrupt type from the driver structureDoug Rabson
1999-04-16Bring the 'new-bus' to the i386. This extensively changes the way thePeter Wemm
1999-01-23Update the alpha port to use the new syscons.Doug Rabson