summaryrefslogtreecommitdiffstats
path: root/sys/pc98/cbus
Commit message (Expand)AuthorAgeFilesLines
* MFi386: Make similar changes that were made to atkbdc in r245315.imp2013-01-111-7/+9
* kern cons: introduce infrastructure for console grabbing by kernelavg2011-12-171-0/+12
* Replace `inline static' by `static inline'.ed2011-12-132-3/+3
* Follow up to r225203 refining break-to-debugger run-time configurationrwatson2011-08-271-1/+0
* Attempt to make break-to-debugger and alternative break-to-debugger morerwatson2011-08-261-23/+5
* Restore binary compatibility for GIO_KEYMAP and PIO_KEYMAP.ed2011-07-171-0/+1
* Move VT switching hack for suspend/resume from bus drivers to syscons.cjkim2011-05-091-54/+0
* Fix typos - remove duplicate "the".brucec2011-02-211-1/+1
* Based on discussions on the svn-src mailing list, rework r218195:mdf2011-02-081-1/+0
* Unify pc98 event timer code with the rest of x86.mav2010-07-131-563/+0
* Implement new event timers infrastructure. It provides unified APIs formav2010-06-201-39/+22
* Reduce diffs against syscons_isa.c. No functional changes.nyan2010-05-261-29/+34
* - Implement MI helper functions, dividing one or two timer interrupts withmav2010-05-241-11/+10
* Comply with the new cyclic dtrace module variable namerpaulo2010-04-211-2/+2
* Default the machdep.lapic_allclocks to be enabled in order to cope withattilio2010-04-091-1/+1
* MFx86: the part of r204641nyan2010-03-051-2/+7
* - Allow clock subsystem to be compiled without the apic support [0]attilio2010-01-171-2/+0
* Handling all the three clocks (hardclock, softclock, profclock) with theattilio2010-01-151-4/+5
* Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.rnoland2009-12-291-4/+5
* MFi386: revision 199104nyan2009-11-121-16/+62
* Allow Syscons terminal emulators to provide function key strings.ed2009-11-111-8/+17
* Temporarily revert the new-bus locking for 8.0 release. It will bejhb2009-08-201-6/+0
* Make the newbus subsystem Giant free by adding the new newbus sxlock.attilio2009-08-021-0/+6
* Reduce diffs against i386.nyan2009-05-061-4/+1
* Rename statclock_disable variable to atrtcclock_disable that it actually is,mav2009-05-031-1/+0
* MFi386: revision 191745nyan2009-05-031-1/+35
* Migrate the olpt(4) driver to si_drv1 instead of using dev2unit().ed2009-04-151-19/+13
* Make a 1:1 mapping between syscons stats and terminal emulators.ed2009-03-101-1/+9
* MFi386: part of 189421nyan2009-03-061-2/+4
* Replace syscons terminal renderer by a new renderer that uses libteken.ed2009-01-012-5/+433
* Replace all calls to minor() with dev2unit().ed2008-09-272-6/+6
* - Cleanup i8251 related defines.nyan2008-09-071-34/+32
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.ed2008-08-201-1/+1
* MFi386: revision 1.249nyan2008-05-241-0/+17
* Expand kdb_alt_break a little, most commonly used with the optionpeter2008-05-041-4/+23
* Now that all platforms use genclock, shuffle things around slightlyphk2008-04-221-1/+0
* MFi386: Merge yet another the RTC related work.nyan2008-04-192-739/+15
* MFi386: RTC related cleanups.nyan2008-04-132-282/+428
* Always set the bell_pitch to 800. This catch up with the sysbeep() argumentnyan2008-04-082-8/+1
* Back in the good old days, PC's had random pieces of rock forphk2008-03-262-196/+0
* Further cleanup of sound generation in syscons:phk2008-03-261-8/+0
* The "free-lance" timer in the i8254 is only used for the speakerphk2008-03-263-127/+29
* Rename timer0_max_count to i8254_max_count.phk2008-03-263-99/+101
* The RTC related pscnt and psdiv variables have no business being public.phk2008-03-262-4/+0
* Merged from sys/dev/sio/sio.c revision 1.472nyan2008-02-291-1/+1
* Use kbdd_* macros.nyan2007-12-301-6/+6
* Replace explicit calls to video methods with their respective variantswkoszek2007-12-292-12/+10
* Add a new 'why' argument to kdb_enter(), and a set of constants to userwatson2007-12-251-2/+4
* Spelling fix for interupt -> interruptkevlo2007-10-121-1/+1
* Mfi386 revision 1.239 of src/sys/i386/isa/clock.c. Seemingly somedwmalone2007-07-292-2/+4
OpenPOWER on IntegriCloud