summaryrefslogtreecommitdiffstats
path: root/sys/pc98/cbus
Commit message (Expand)AuthorAgeFilesLines
* Use our nitems() macro when param.h is available.pfg2016-04-203-5/+4
* Cleanup unnecessary semicolons from the kernel.pfg2016-04-101-1/+1
* Another convert to bus_alloc_resource_anywhere().jhibbits2016-03-031-3/+2
* Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().jhibbits2016-02-271-6/+6
* Merge the PC98 fdc(4) driver into the MI driver. While here, replacejhb2014-09-254-3025/+0
* Use callout(9) instead of timeout(9).jhb2014-09-251-3/+5
* Use callout() instead of timeout(). This is almost identical to thejhb2014-09-251-13/+22
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-281-1/+1
* Revert r267961, r267973:gjb2014-06-271-1/+1
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-271-1/+1
* Remove vestiges of knowing the ISA bus, which we gave up on around 20imp2014-03-192-45/+4
* 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
OpenPOWER on IntegriCloud