| Commit message (Expand) | Author | Age | Files | Lines |
* | Unify pc98 event timer code with the rest of x86. | mav | 2010-07-13 | 1 | -563/+0 |
* | Implement new event timers infrastructure. It provides unified APIs for | mav | 2010-06-20 | 1 | -39/+22 |
* | Reduce diffs against syscons_isa.c. No functional changes. | nyan | 2010-05-26 | 1 | -29/+34 |
* | - Implement MI helper functions, dividing one or two timer interrupts with | mav | 2010-05-24 | 1 | -11/+10 |
* | Comply with the new cyclic dtrace module variable name | rpaulo | 2010-04-21 | 1 | -2/+2 |
* | Default the machdep.lapic_allclocks to be enabled in order to cope with | attilio | 2010-04-09 | 1 | -1/+1 |
* | MFx86: the part of r204641 | nyan | 2010-03-05 | 1 | -2/+7 |
* | - Allow clock subsystem to be compiled without the apic support [0] | attilio | 2010-01-17 | 1 | -2/+0 |
* | Handling all the three clocks (hardclock, softclock, profclock) with the | attilio | 2010-01-15 | 1 | -4/+5 |
* | Update d_mmap() to accept vm_ooffset_t and vm_memattr_t. | rnoland | 2009-12-29 | 1 | -4/+5 |
* | MFi386: revision 199104 | nyan | 2009-11-12 | 1 | -16/+62 |
* | Allow Syscons terminal emulators to provide function key strings. | ed | 2009-11-11 | 1 | -8/+17 |
* | Temporarily revert the new-bus locking for 8.0 release. It will be | jhb | 2009-08-20 | 1 | -6/+0 |
* | Make the newbus subsystem Giant free by adding the new newbus sxlock. | attilio | 2009-08-02 | 1 | -0/+6 |
* | Reduce diffs against i386. | nyan | 2009-05-06 | 1 | -4/+1 |
* | Rename statclock_disable variable to atrtcclock_disable that it actually is, | mav | 2009-05-03 | 1 | -1/+0 |
* | MFi386: revision 191745 | nyan | 2009-05-03 | 1 | -1/+35 |
* | Migrate the olpt(4) driver to si_drv1 instead of using dev2unit(). | ed | 2009-04-15 | 1 | -19/+13 |
* | Make a 1:1 mapping between syscons stats and terminal emulators. | ed | 2009-03-10 | 1 | -1/+9 |
* | MFi386: part of 189421 | nyan | 2009-03-06 | 1 | -2/+4 |
* | Replace syscons terminal renderer by a new renderer that uses libteken. | ed | 2009-01-01 | 2 | -5/+433 |
* | Replace all calls to minor() with dev2unit(). | ed | 2008-09-27 | 2 | -6/+6 |
* | - Cleanup i8251 related defines. | nyan | 2008-09-07 | 1 | -34/+32 |
* | Integrate the new MPSAFE TTY layer to the FreeBSD operating system. | ed | 2008-08-20 | 1 | -1/+1 |
* | MFi386: revision 1.249 | nyan | 2008-05-24 | 1 | -0/+17 |
* | Expand kdb_alt_break a little, most commonly used with the option | peter | 2008-05-04 | 1 | -4/+23 |
* | Now that all platforms use genclock, shuffle things around slightly | phk | 2008-04-22 | 1 | -1/+0 |
* | MFi386: Merge yet another the RTC related work. | nyan | 2008-04-19 | 2 | -739/+15 |
* | MFi386: RTC related cleanups. | nyan | 2008-04-13 | 2 | -282/+428 |
* | Always set the bell_pitch to 800. This catch up with the sysbeep() argument | nyan | 2008-04-08 | 2 | -8/+1 |
* | Back in the good old days, PC's had random pieces of rock for | phk | 2008-03-26 | 2 | -196/+0 |
* | Further cleanup of sound generation in syscons: | phk | 2008-03-26 | 1 | -8/+0 |
* | The "free-lance" timer in the i8254 is only used for the speaker | phk | 2008-03-26 | 3 | -127/+29 |
* | Rename timer0_max_count to i8254_max_count. | phk | 2008-03-26 | 3 | -99/+101 |
* | The RTC related pscnt and psdiv variables have no business being public. | phk | 2008-03-26 | 2 | -4/+0 |
* | Merged from sys/dev/sio/sio.c revision 1.472 | nyan | 2008-02-29 | 1 | -1/+1 |
* | Use kbdd_* macros. | nyan | 2007-12-30 | 1 | -6/+6 |
* | Replace explicit calls to video methods with their respective variants | wkoszek | 2007-12-29 | 2 | -12/+10 |
* | Add a new 'why' argument to kdb_enter(), and a set of constants to use | rwatson | 2007-12-25 | 1 | -2/+4 |
* | Spelling fix for interupt -> interrupt | kevlo | 2007-10-12 | 1 | -1/+1 |
* | Mfi386 revision 1.239 of src/sys/i386/isa/clock.c. Seemingly some | dwmalone | 2007-07-29 | 2 | -2/+4 |
* | If clock_ct_to_ts fails to convert time time from the real time clock, | dwmalone | 2007-07-23 | 2 | -2/+10 |
* | In the function pc98_check_if_type for the non-8251 case | mjacob | 2007-07-11 | 1 | -0/+4 |
* | Despite several examples in the kernel, the third argument of | dwmalone | 2007-06-04 | 2 | -2/+2 |
* | Don't call bus_deactivate_resource() explicitly before calling | nyan | 2007-03-21 | 1 | -12/+0 |
* | - Use mtx_{lock,unlock}_spin rather than {disable,enable}_intr. | nyan | 2007-03-04 | 2 | -58/+30 |
* | Reduce diffs with i386. | nyan | 2007-03-04 | 2 | -12/+20 |
* | Use pause() rather than tsleep() on explicit global dummy variables. | jhb | 2007-02-27 | 1 | -2/+1 |
* | Garbage collect a reference to INTR_FAST. | piso | 2007-02-25 | 2 | -2/+2 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 1 | -1/+1 |