aboutsummaryrefslogtreecommitdiff
path: root/sys/pc98/cbus/syscons_cbus.c
Commit message (Expand)AuthorAgeFilesLines
* Remove pc98 support completely.Yoshihiro Takahashi2017-01-281-202/+0
* Move VT switching hack for suspend/resume from bus drivers to syscons.cJung-uk Kim2011-05-091-54/+0
* Reduce diffs against syscons_isa.c. No functional changes.Yoshihiro Takahashi2010-05-261-29/+34
* MFi386: part of 189421Yoshihiro Takahashi2009-03-061-2/+4
* Always set the bell_pitch to 800. This catch up with the sysbeep() argumentYoshihiro Takahashi2008-04-081-4/+1
* Further cleanup of sound generation in syscons:Poul-Henning Kamp2008-03-261-8/+0
* The "free-lance" timer in the i8254 is only used for the speakerPoul-Henning Kamp2008-03-261-1/+1
* Rename timer0_max_count to i8254_max_count.Poul-Henning Kamp2008-03-261-1/+1
* Use pause() rather than tsleep() on explicit global dummy variables.John Baldwin2007-02-271-2/+1
* Remove unneeded include.Yoshihiro Takahashi2006-05-081-1/+0
* - Move timerreg.h to <arch>/include and split i8253 specific defines intoYoshihiro Takahashi2005-05-141-10/+7
* Change a directory layout for pc98.Yoshihiro Takahashi2005-05-101-1/+1
* Merged from sys/isa/syscons_isa.c revision 1.24.Yoshihiro Takahashi2003-10-311-0/+4
* - Use the new resource_disabled() helper function to see if devices areJohn Baldwin2003-07-021-3/+1
* Merged from sys/isa/syscons_isa.c revision 1.21.Yoshihiro Takahashi2003-01-151-8/+19
* Merged from sys/isa/syscons_isa.c revision 1.20.Yoshihiro Takahashi2002-10-221-0/+2
* Merged from sys/isa/syscons_isa.c revision 1.19.Yoshihiro Takahashi2002-10-171-0/+4
* Merged from sys/isa/syscons_isa.c revision 1.18.Yoshihiro Takahashi2002-09-161-0/+35
* Merged from the following changes.Yoshihiro Takahashi2001-07-141-7/+0
* Merged from sys/isa/syscons_isa.c revision 1.16.Yoshihiro Takahashi2001-06-261-1/+1
* Used kbio.h and consio.h instead of machine/console.h.KATO Takenori2000-10-201-2/+2
* Changed default cursor shape to non-blink mode.Yoshihiro Takahashi2000-08-081-1/+1
* Merge from the following changes.Yoshihiro Takahashi2000-07-111-17/+20
* Merged from sys/isa/syscons_isa.c revision 1.13.KATO Takenori2000-06-171-4/+5
* Merge from the following changes.Yoshihiro Takahashi2000-03-291-6/+3
* Synced with the sc driver in the sys/dev/syscons directory.KATO Takenori2000-01-201-9/+9
* Change isa_get/set_flags() to device_get/set_flags().KATO Takenori1999-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
* Added copyright.KATO Takenori1999-07-031-1/+25
* Merge with sys/isa/syscons_isa.c and sys/dev/syscons/syscons.cKATO Takenori1999-06-241-4/+4
* PC98 part of the second phase of syscons reorganization.KATO Takenori1999-06-241-0/+193