summaryrefslogtreecommitdiffstats
path: root/sys/pc98/cbus
Commit message (Expand)AuthorAgeFilesLines
* 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
* If clock_ct_to_ts fails to convert time time from the real time clock,dwmalone2007-07-232-2/+10
* In the function pc98_check_if_type for the non-8251 casemjacob2007-07-111-0/+4
* Despite several examples in the kernel, the third argument ofdwmalone2007-06-042-2/+2
* Don't call bus_deactivate_resource() explicitly before callingnyan2007-03-211-12/+0
* - Use mtx_{lock,unlock}_spin rather than {disable,enable}_intr.nyan2007-03-042-58/+30
* Reduce diffs with i386.nyan2007-03-042-12/+20
* Use pause() rather than tsleep() on explicit global dummy variables.jhb2007-02-271-2/+1
* Garbage collect a reference to INTR_FAST.piso2007-02-252-2/+2
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-235-13/+17
* Oops, pc98 is independent of i386 for clock.c and machdep.c but notbde2007-01-232-24/+18
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-3/+4
* Use Calendrical Calculations from subr_clock.c instead of home copy&pasted.phk2006-10-022-184/+46
OpenPOWER on IntegriCloud