summaryrefslogtreecommitdiff
path: root/sys/arch/x86/isa
AgeCommit message (Expand)Author
2023-01-25x86/intr: Work around sleazy clockintr with a secret frame argument.riastradh
2023-01-24x86/isa/clock.c: Nix trailing whitespace.riastradh
2022-12-30Honor ACPI FADT Century byte; should fix many "unknown CMOS layout" messages.jakllsch
2022-04-15Disable FADT LEGACY_DEVICES flag test.jmcneill
2021-12-17Correct copypaste comment grammar.skrll
2021-12-17Trailing whitespaceskrll
2021-10-16Skip legacy device detection for VMware guests with ACPI enabled.jmcneill
2021-10-15Add missing acpi includejmcneill
2021-10-15If ACPI indicates that there are no user visible devices on the LPC or ISAjmcneill
2020-05-29For struct timecounter, use C99 initializers.rin
2020-05-02Introduce Xen PVH support in GENERIC.bouyer
2020-04-25Merge the bouyer-xenpvh branch, bringing in Xen PV drivers support under HVMbouyer
2019-10-16Add and use __FPTRCAST, requested by uwe@christos
2019-10-16add void * casts for the clock interrupt handlers.christos
2019-02-15Added Microsoft Hyper-V support. It ported from OpenBSD and FreeBSD.nonaka
2019-02-11We reorganise definitions for XEN source support as follows:cherry
2018-12-25Excise XEN specific code out of x86/x86/intr.c into xen/x86/xen_intr.ccherry
2018-12-10Remove unused mbuf.h includes.maxv
2018-12-03Allow isa_machdep.c to compile in the case of no ioapic support.cherry
2018-09-10Remove the last usage of xen_pirq_alloc() and pirq_establish()cherry
2018-06-24add support for kern.intr.list aka intrctl(8) 'list' for xenjdolecek
2017-12-13Fixes for physical interrupts on Xen:bouyer
2017-11-04Retire xen/x86/intr.c and use the new xen specific glue in x86/x86/intr.ccherry
2017-07-21Fix uninitialised use of variable mpihcherry
2017-07-16Remove the xen specific interrupt type for the x86 intr_handle_tcherry
2016-10-15provide intr xnamejdolecek
2015-04-27add intr_handle_t and let pci_intr_handle_t use it.knakahara
2012-02-28cosmetic, spelling, and grammar adjustmentsmbalmer
2011-10-18Factor device_isa_register() and device_pci_register() out ofdyoung
2011-09-01Add bus_dma overrides. From dyoungchristos
2011-08-27use c99 struct initializerschristos
2009-08-19isa_detach_hook() needs two arguments, the first an isa_chipset_tag_t.dyoung
2009-08-18These are stragglers from my last commit ("Let us safely detachdyoung
2009-06-16Split mc146818-related functions from clock.c into rtc.c.bouyer
2009-04-19cpuctl:ad
2009-04-07Detach sysbeep0 at shutdown.dyoung
2009-03-14Remove all the __P() from sys (excluding sys/dist)dsl
2008-12-18remove unused malloc.hcegger
2008-12-16replace bitmask_snprintf(9) with snprintb(3)christos
2008-07-03Remove "struct device" from "struct pic", where it was only realdrochner
2008-06-27struct device * -> device_tcegger
2008-06-27ansifycegger
2008-05-30Add a 'known_mpsafe' argument to intr_establish().ad
2008-05-11Fix the qemu (?) problem.ad
2008-05-10Improve x86 tsc handling:ad
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-06Correct comment about struct timecounter fieldcherry
2008-03-05Cosmetics: use device_t and cfdata_t.cube
2008-03-04sysbeep has no softc, use CFATTACH_DECL_NEW.cube
2008-01-19unbreak i8254_get_timecount() in environments where thekardel