summaryrefslogtreecommitdiff
path: root/sys/arch/x86
AgeCommit message (Expand)Author
2003-11-29This file is dead. It has ceased to be. It has gone to meet it's maker. Itfvdl
2003-11-28Manually moved from Attic/ in the repository since cvs failed to do so.jhawk
2003-11-17Set the bridge tag correctly when adding an extra PCI bus.fvdl
2003-11-13Remove leftover debugging printf.fvdl
2003-11-06intr_find_pcibridge returns 0 or error, not < 0.fvdl
2003-11-01avoid strong words; use 'screw' insteadjdolecek
2003-10-31Catch up with the new acpica code.fvdl
2003-10-30* keep track of PCI buses that aren't known by firmware, but are foundfvdl
2003-10-29Move a panic() to a different location, and eliminate a bogus initializer.mycroft
2003-10-28In _bus_dma_uiomove():mycroft
2003-10-28#define __HAVE_LONG_DOUBLE on platforms which implement a distinctkleink
2003-10-27Nuke __P().junyoung
2003-10-27appease gcc's uninitialised variable detectionlukem
2003-10-27Err, rename some members added in previous to make them reflect theirkleink
2003-10-26For convenient use in libc, add unions of the C floating types and theirkleink
2003-10-26Correct the position of the QUIETNAN bit.kleink
2003-10-26Use <sys/ieee754.h> where applicable.kleink
2003-10-26use ffs() rather than handcrafted one for ipi bit search.yamt
2003-10-26issue PAUSE in the debug version of __cpu_simple_lock as well.yamt
2003-10-26define SPINLOCK_SPIN_HOOK to let LK_SPIN lockmgr locks call x86_pause.yamt
2003-10-25Reflect the explicit integer bit here as well.kleink
2003-10-25Fix uninitialized variable warningchristos
2003-10-23Make ieee_ext match reality, and add a note about its ABI-specifickleink
2003-10-23* Move the definitions for types other than single-precision and double-kleink
2003-10-22Use a common <machine/math.h> for amd64 and i386.kleink
2003-10-22Only declare intr_scan_bus if NIOAPIC > 0.fvdl
2003-10-21Correctly walk up the PCI bus tree to find an interrupt match withfvdl
2003-10-21If a bus has not been configured by MPBIOS/ACPI, and the attach hookfvdl
2003-10-16Add hooks and structures to allow the MP table intr mapping code afvdl
2003-10-10Fix build problem when MPACPI is used without ioapic as proposed bytron
2003-10-09Allow probing of CPUs only by ACPI, so that MPBIOS can still do interruptfvdl
2003-10-08pciide_machdep.c depends on pciide_common, not pciide.bouyer
2003-10-08Overhaul MBR handling (part 1):lukem
2003-10-07Backout previous for now, it breaks second CPU spinup. It'll be back later.fvdl
2003-10-07Changes from Christos to fall back to MPBIOS for interrupt probingfvdl
2003-09-26Move __cpu_simple_lock_t and __SIMPLELOCK_{UN,}LOCKED to machine/types.hnathanw
2003-09-18Fix for ioapic irq routing. This fixes kern/22728.skd
2003-09-06Move the bulk of pci_intr_string into a seperate intr_string function. Usefvdl
2003-09-06If possible, put the device name of the APIC used into the interrupt string,fvdl
2003-09-06When establishing the ACPI SCI, make sure it's always active low (as wellfvdl
2003-09-02Compile in the !MPACPI && NIOAPIC case.fvdl
2003-08-27variable 'sc' needed in MPACPI case (what should we do about NIOAPIC?)itojun
2003-08-20Pass pointers to frames from assembly, do not use the 'frame on stackfvdl
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-28give >32 bit constants an "LL" prefix to appease gcc3.3mrg
2003-07-22Use local APIC id to determine boot CPU.simonb
2003-07-19change multiple include protection #define to match filenamelukem
2003-07-14add __KERNEL_RCSID()lukem
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr