aboutsummaryrefslogtreecommitdiff
path: root/sys/x86/isa
Commit message (Expand)AuthorAgeFilesLines
* Add an EARLY_AP_STARTUP option to start APs earlier during boot.John Baldwin2016-05-141-0/+19
* Allow orm(4) to be disabled from probing/attaching by a hints entry:Bjoern A. Zeeb2016-05-101-0/+3
* atrtc: export function to set RTCRoger Pau Monné2016-05-021-21/+28
* X86: use our nitems() macro when it is avaliable through param.h.Pedro F. Giffuni2016-04-191-1/+1
* Silence PVS-Studio warning (V595). It can never be NULL here.Jung-uk Kim2016-02-231-1/+1
* Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it.Justin Hibbits2016-02-201-1/+1
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-273-3/+3
* Set the initial system time to a sane (as in: not end of 21st century) value ...Christian Brueffer2015-06-291-1/+1
* Include mca_machdep.h.Warner Losh2015-01-181-0/+3
* Need to include opt_mca.h to test for DEV_MCA.Warner Losh2015-01-171-0/+1
* Virtual machines can easily have more than 16 option ROMs andMarcel Moolenaar2014-10-221-2/+2
* atpic: make sure atpic_init is called after IO APIC initializationRoger Pau Monné2014-08-071-1/+1
* isa: allow ISA bus to attach to xenpv busRoger Pau Monné2014-06-161-0/+5
* Remove vestiges of knowing the ISA bus, which we gave up on around 20Warner Losh2014-03-193-104/+2
* xen: implement an early timer for Xen PVHRoger Pau Monné2014-03-111-53/+11
* Drop the 3rd clause from all 3 clause BSD licenses where I am the soleJohn Baldwin2014-02-052-6/+0
* Add support for suspend/resume/migration operations when running as aJustin T. Gibbs2013-09-201-2/+2
* Call set_i8254_freq with MODE_STOP (0) rather than a magic number of 0.Brooks Davis2013-08-151-4/+4
* MFcalloutng:Alexander Motin2013-02-282-18/+10
* Use critical_enter/critical_exit around the time sensitive part ofWarner Losh2013-02-211-4/+12
* Correct comment about use of pmtimer, and the real reason it isn'tWarner Losh2013-02-211-3/+4
* Fix broken usage of splhigh() by removing it.Warner Losh2013-02-211-6/+2
* Fixup r246916 in case gcc is used to build.Davide Italiano2013-02-191-0/+2
* MFcalloutng:Alexander Motin2013-02-171-4/+21
* This isn't functionally identical. In some cases a hint to disableEitan Adler2012-10-221-0/+2
* Now that device disabling is generic, remove extraneous code from theEitan Adler2012-10-221-2/+0
* Restore proper use of bounce buffers for ISA DMA. When locking wasJohn Baldwin2012-03-291-2/+3
* - Fix to build a native i386 kernel without the SMP and atpic.Yoshihiro Takahashi2012-03-162-42/+42
* Implement boot-time TSC synchronization test for SMP. This test is executedJung-uk Kim2011-05-091-1/+0
* Retire isa_setup_intr() and isa_teardown_intr() and use the generic busJohn Baldwin2011-05-061-22/+0
* Use newly added rdtsc32() for DELAY(9) as well.Jung-uk Kim2011-04-141-1/+1
* Add some tunable descriptions about x86 timers.Jung-uk Kim2011-04-141-1/+2
* Do not use TSC for DELAY(9) if it not P-state invariant to avoid possibleJung-uk Kim2011-04-121-1/+1
* Merge two similar functions to reduce duplication.Jung-uk Kim2011-04-111-30/+29
* Refactor DELAYDEBUG as it is only useful for correcting i8254 frequency.Jung-uk Kim2011-04-081-13/+14
* Use atomic load & store for TSC frequency. It may be overkill for amd64 butJung-uk Kim2011-04-071-4/+6
* When TSC is unavailable, broken or disabled and the current timecounter hasJung-uk Kim2011-03-141-10/+43
* Deprecate rarely used tsc_is_broken. Instead, we zero out tsc_freq becauseJung-uk Kim2011-03-101-1/+1
* Fix typos - remove duplicate "is".Rebecca Cran2011-02-231-1/+1
* Small style fixes:John Baldwin2010-12-161-10/+10
* atrtc: remove (pre-)historic check of RTC NVRAM at address 0x0eAndriy Gapon2010-10-161-4/+1
* Restore pre-r212778 optimization, skipping timer reprogramming when it isAlexander Motin2010-09-181-19/+27
* Add one-shot mode support to attimer (i8254) event timer.Alexander Motin2010-09-171-44/+71
* Fix several un-/signedness bugs of r210290 and r210293. Add one more check.Alexander Motin2010-07-202-4/+5
* Extend timer driver API to report also minimal and maximal supported periodAlexander Motin2010-07-202-1/+10
* Rise knowledge about curthread->td_intr_frame by one step. Make timerAlexander Motin2010-07-132-9/+4
* Unify pc98 event timer code with the rest of x86.Alexander Motin2010-07-131-0/+97
* Instead of deleting existing IRQ resource, which is not really working forAlexander Motin2010-07-122-3/+13
* Allow attimer to be hinted at ISA if not reported by ISA PNP or ACPI.Alexander Motin2010-07-012-7/+12
* Rework r209456:Alexander Motin2010-07-012-2/+4