| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 5 | -13/+17 |
* | Oops, pc98 is independent of i386 for clock.c and machdep.c but not | bde | 2007-01-23 | 2 | -24/+18 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 1 | -3/+4 |
* | Use Calendrical Calculations from subr_clock.c instead of home copy&pasted. | phk | 2006-10-02 | 2 | -184/+46 |
* | Second part of a little cleanup in the calendar/timezone/RTC handling. | phk | 2006-10-02 | 2 | -6/+0 |
* | First part of a little cleanup in the calendar/timezone/RTC handling. | phk | 2006-10-02 | 2 | -0/+2 |
* | Fix our ioctl(2) implementation when the argument is "int". New | ru | 2006-09-27 | 1 | -0/+26 |
* | Fix style nits. No md5 changes in .o's. ;-) | jkim | 2006-09-08 | 1 | -2/+2 |
* | typo. | nyan | 2006-05-27 | 1 | -2/+2 |
* | Aling to new console and gdb_port semantics | phk | 2006-05-26 | 1 | -54/+14 |
* | Since DELAY() was moved, most <machine/clock.h> #includes have been | phk | 2006-05-16 | 2 | -2/+0 |
* | Remove unneeded include. | nyan | 2006-05-08 | 2 | -2/+0 |