summaryrefslogtreecommitdiffstats
path: root/sys/x86/isa
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "MFC r328083,328096,328116,328119,328120,328128,328135,328153,...Luiz Souza2018-02-231-3/+14
* Revert "MFC r328083,328096,328116,328119,328120,328128,328135,328153,328157,"Luiz Souza2018-02-211-14/+3
* MFC r328083,328096,328116,328119,328120,328128,328135,328153,328157,kib2018-02-191-3/+14
* Add an EARLY_AP_STARTUP option to start APs earlier during boot.jhb2016-05-141-0/+19
* Allow orm(4) to be disabled from probing/attaching by a hints entry:bz2016-05-101-0/+3
* atrtc: export function to set RTCroyger2016-05-021-21/+28
* X86: use our nitems() macro when it is avaliable through param.h.pfg2016-04-191-1/+1
* Silence PVS-Studio warning (V595). It can never be NULL here.jkim2016-02-231-1/+1
* Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it.jhibbits2016-02-201-1/+1
* Convert rman to use rman_res_t instead of u_longjhibbits2016-01-273-3/+3
* Set the initial system time to a sane (as in: not end of 21st century) value ...brueffer2015-06-291-1/+1
* Include mca_machdep.h.imp2015-01-181-0/+3
* Need to include opt_mca.h to test for DEV_MCA.imp2015-01-171-0/+1
* Virtual machines can easily have more than 16 option ROMs andmarcel2014-10-221-2/+2
* atpic: make sure atpic_init is called after IO APIC initializationroyger2014-08-071-1/+1
* isa: allow ISA bus to attach to xenpv busroyger2014-06-161-0/+5
* Remove vestiges of knowing the ISA bus, which we gave up on around 20imp2014-03-193-104/+2
* xen: implement an early timer for Xen PVHroyger2014-03-111-53/+11
* Drop the 3rd clause from all 3 clause BSD licenses where I am the solejhb2014-02-052-6/+0
* Add support for suspend/resume/migration operations when running as agibbs2013-09-201-2/+2
* Call set_i8254_freq with MODE_STOP (0) rather than a magic number of 0.brooks2013-08-151-4/+4
* MFcalloutng:mav2013-02-282-18/+10
* Use critical_enter/critical_exit around the time sensitive part ofimp2013-02-211-4/+12
* Correct comment about use of pmtimer, and the real reason it isn'timp2013-02-211-3/+4
* Fix broken usage of splhigh() by removing it.imp2013-02-211-6/+2
* Fixup r246916 in case gcc is used to build.davide2013-02-191-0/+2
* MFcalloutng:mav2013-02-171-4/+21
* This isn't functionally identical. In some cases a hint to disableeadler2012-10-221-0/+2
* Now that device disabling is generic, remove extraneous code from theeadler2012-10-221-2/+0
* Restore proper use of bounce buffers for ISA DMA. When locking wasjhb2012-03-291-2/+3
* - Fix to build a native i386 kernel without the SMP and atpic.nyan2012-03-162-42/+42
* Implement boot-time TSC synchronization test for SMP. This test is executedjkim2011-05-091-1/+0
* Retire isa_setup_intr() and isa_teardown_intr() and use the generic busjhb2011-05-061-22/+0
* Use newly added rdtsc32() for DELAY(9) as well.jkim2011-04-141-1/+1
* Add some tunable descriptions about x86 timers.jkim2011-04-141-1/+2
* Do not use TSC for DELAY(9) if it not P-state invariant to avoid possiblejkim2011-04-121-1/+1
* Merge two similar functions to reduce duplication.jkim2011-04-111-30/+29
* Refactor DELAYDEBUG as it is only useful for correcting i8254 frequency.jkim2011-04-081-13/+14
* Use atomic load & store for TSC frequency. It may be overkill for amd64 butjkim2011-04-071-4/+6
* When TSC is unavailable, broken or disabled and the current timecounter hasjkim2011-03-141-10/+43
* Deprecate rarely used tsc_is_broken. Instead, we zero out tsc_freq becausejkim2011-03-101-1/+1
* Fix typos - remove duplicate "is".brucec2011-02-231-1/+1
* Small style fixes:jhb2010-12-161-10/+10
* atrtc: remove (pre-)historic check of RTC NVRAM at address 0x0eavg2010-10-161-4/+1
* Restore pre-r212778 optimization, skipping timer reprogramming when it ismav2010-09-181-19/+27
* Add one-shot mode support to attimer (i8254) event timer.mav2010-09-171-44/+71
* Fix several un-/signedness bugs of r210290 and r210293. Add one more check.mav2010-07-202-4/+5
* Extend timer driver API to report also minimal and maximal supported periodmav2010-07-202-1/+10
* Rise knowledge about curthread->td_intr_frame by one step. Make timermav2010-07-132-9/+4
* Unify pc98 event timer code with the rest of x86.mav2010-07-131-0/+97
OpenPOWER on IntegriCloud