| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | - Move defines for PC-98 machine type from pc98/cbus/cbus.h into | nyan | 2006-05-08 | 1 | -8/+0 |
* | o Move ISA specific code from ppc.c to ppc_isa.c -- a bus front- | marcel | 2006-04-24 | 2 | -2491/+0 |
* | - Use bus_setup_intr() and bus_teardown_intr() to register device driver | jhb | 2006-02-22 | 4 | -9/+6 |
* | Fix build error. | nyan | 2005-12-23 | 2 | -0/+2 |
* | Tweak how the MD code calls the fooclock() methods some. Instead of | jhb | 2005-12-22 | 2 | -6/+6 |
* | Merged from sys/dev/sio/sio.c revision 1.463. | nyan | 2005-12-18 | 1 | -0/+1 |
* | cpp(1) only understand integer arithmetical expressions, so | ru | 2005-12-06 | 1 | -2/+1 |
* | Fix -Wundef warnings from compiling GENERIC and LINT kernels of | ru | 2005-12-06 | 2 | -4/+4 |
* | Fix -Wundef warnings found when compiling i386 LINT, GENERIC and | ru | 2005-12-05 | 1 | -2/+2 |
* | Catch up with new interrupt handling code. | ru | 2005-10-26 | 1 | -2/+2 |
* | Eliminate two unused arguments to ttycreate(). | phk | 2005-10-16 | 1 | -1/+1 |
* | Use 'PC Card' | nyan | 2005-09-30 | 1 | -2/+2 |
* | Remove EPSON PC-386 note A/W/AE/WR support. | nyan | 2005-09-14 | 4 | -41/+10 |
* | Remove EPSON_NRDISK support. | nyan | 2005-09-13 | 1 | -177/+2 |
* | Fixup some more fallout from the lapic/i8254 changes: | jhb | 2005-07-13 | 2 | -48/+40 |
* | Remove a || 1 that crept into the i8254 commit and was subsequently | jhb | 2005-07-05 | 2 | -2/+2 |
* | MFi386: r1.221 (Use a simpler implementation for the i8254 timecounter). | nyan | 2005-07-03 | 2 | -24/+70 |
* | Sync with syscons update (Add new member to struct sc_rndr_sw). | nyan | 2005-05-29 | 1 | -0/+2 |
* | Fix my copyright. | nyan | 2005-05-14 | 3 | -3/+4 |
* | - Move bus dependent defines to {isa,cbus}_dmareg.h. | nyan | 2005-05-14 | 3 | -11/+45 |
* | - Move timerreg.h to <arch>/include and split i8253 specific defines into | nyan | 2005-05-14 | 4 | -26/+21 |
* | Move the pc98 keymap define into pckbdtables.h because it should be used | nyan | 2005-05-12 | 2 | -1/+204 |
* | - Move the NPX_DEBUG option to options.{i386,pc98} and use opt_npx.h. | nyan | 2005-05-12 | 1 | -13/+0 |