aboutsummaryrefslogtreecommitdiff
path: root/sys/pc98/cbus
Commit message (Expand)AuthorAgeFilesLines
* MFi386: Make similar changes that were made to atkbdc in r245315.Warner Losh2013-01-111-7/+9
* kern cons: introduce infrastructure for console grabbing by kernelAndriy Gapon2011-12-171-0/+12
* Replace `inline static' by `static inline'.Ed Schouten2011-12-132-3/+3
* Follow up to r225203 refining break-to-debugger run-time configurationRobert Watson2011-08-271-1/+0
* Attempt to make break-to-debugger and alternative break-to-debugger moreRobert Watson2011-08-261-23/+5
* Restore binary compatibility for GIO_KEYMAP and PIO_KEYMAP.Ed Schouten2011-07-171-0/+1
* Move VT switching hack for suspend/resume from bus drivers to syscons.cJung-uk Kim2011-05-091-54/+0
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-211-1/+1
* Based on discussions on the svn-src mailing list, rework r218195:Matthew D Fleming2011-02-081-1/+0
* Unify pc98 event timer code with the rest of x86.Alexander Motin2010-07-131-563/+0
* Implement new event timers infrastructure. It provides unified APIs forAlexander Motin2010-06-201-39/+22
* Reduce diffs against syscons_isa.c. No functional changes.Yoshihiro Takahashi2010-05-261-29/+34
* - Implement MI helper functions, dividing one or two timer interrupts withAlexander Motin2010-05-241-11/+10
* Comply with the new cyclic dtrace module variable nameRui Paulo2010-04-211-2/+2
* Default the machdep.lapic_allclocks to be enabled in order to cope withAttilio Rao2010-04-091-1/+1
* MFx86: the part of r204641Yoshihiro Takahashi2010-03-051-2/+7
* - Allow clock subsystem to be compiled without the apic support [0]Attilio Rao2010-01-171-2/+0
* Handling all the three clocks (hardclock, softclock, profclock) with theAttilio Rao2010-01-151-4/+5
* Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.Robert Noland2009-12-291-4/+5
* MFi386: revision 199104Yoshihiro Takahashi2009-11-121-16/+62
* Allow Syscons terminal emulators to provide function key strings.Ed Schouten2009-11-111-8/+17
* Temporarily revert the new-bus locking for 8.0 release. It will beJohn Baldwin2009-08-201-6/+0
* Make the newbus subsystem Giant free by adding the new newbus sxlock.Attilio Rao2009-08-021-0/+6
* Reduce diffs against i386.Yoshihiro Takahashi2009-05-061-4/+1
* Rename statclock_disable variable to atrtcclock_disable that it actually is,Alexander Motin2009-05-031-1/+0
* MFi386: revision 191745Yoshihiro Takahashi2009-05-031-1/+35
* Migrate the olpt(4) driver to si_drv1 instead of using dev2unit().Ed Schouten2009-04-151-19/+13
* Make a 1:1 mapping between syscons stats and terminal emulators.Ed Schouten2009-03-101-1/+9
* MFi386: part of 189421Yoshihiro Takahashi2009-03-061-2/+4
* Replace syscons terminal renderer by a new renderer that uses libteken.Ed Schouten2009-01-012-5/+433
* Replace all calls to minor() with dev2unit().Ed Schouten2008-09-272-6/+6
* - Cleanup i8251 related defines.Yoshihiro Takahashi2008-09-071-34/+32
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.Ed Schouten2008-08-201-1/+1
* MFi386: revision 1.249Yoshihiro Takahashi2008-05-241-0/+17
* Expand kdb_alt_break a little, most commonly used with the optionPeter Wemm2008-05-041-4/+23
* Now that all platforms use genclock, shuffle things around slightlyPoul-Henning Kamp2008-04-221-1/+0
* MFi386: Merge yet another the RTC related work.Yoshihiro Takahashi2008-04-192-739/+15
* MFi386: RTC related cleanups.Yoshihiro Takahashi2008-04-132-282/+428
* Always set the bell_pitch to 800. This catch up with the sysbeep() argumentYoshihiro Takahashi2008-04-082-8/+1
* Back in the good old days, PC's had random pieces of rock forPoul-Henning Kamp2008-03-262-196/+0
* 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-263-127/+29
* Rename timer0_max_count to i8254_max_count.Poul-Henning Kamp2008-03-263-99/+101
* The RTC related pscnt and psdiv variables have no business being public.Poul-Henning Kamp2008-03-262-4/+0
* Merged from sys/dev/sio/sio.c revision 1.472Yoshihiro Takahashi2008-02-291-1/+1
* Use kbdd_* macros.Yoshihiro Takahashi2007-12-301-6/+6
* Replace explicit calls to video methods with their respective variantsWojciech A. Koszek2007-12-292-12/+10
* Add a new 'why' argument to kdb_enter(), and a set of constants to useRobert Watson2007-12-251-2/+4
* Spelling fix for interupt -> interruptKevin Lo2007-10-121-1/+1
* Mfi386 revision 1.239 of src/sys/i386/isa/clock.c. Seemingly someDavid Malone2007-07-292-2/+4