NetBSD/sys/arch/i386/i386
hannken e6785a37e2 Increase time to wait for TLB IPI rendezvous.
Approved by: Frank van der Linden <fvdl@netbsd.org>
2003-01-22 18:32:18 +00:00
..
acpi_machdep.c Install interrupt handlers properly when in apic mode. 2003-01-13 01:20:58 +00:00
apic.c New interrupt code. The basic idea behind it is to hide the differences 2002-11-22 15:23:35 +00:00
apm.c si_ -> sel_ 2002-11-26 19:49:00 +00:00
apmcall.S .s -> .S rename. New files: vector.S and spl.S, they have been split 2002-11-22 15:01:15 +00:00
autoconf.c Merge the nathanw_sa branch. 2003-01-17 22:58:53 +00:00
bios32.c Merge Bill Sommerfeld's i386 MP branch. This code has some known 2002-10-01 12:56:36 +00:00
bioscall.S .s -> .S rename. New files: vector.S and spl.S, they have been split 2002-11-22 15:01:15 +00:00
bus_machdep.c Merge Bill Sommerfeld's i386 MP branch. This code has some known 2002-10-01 12:56:36 +00:00
compat_13_machdep.c Merge the nathanw_sa branch. 2003-01-17 22:58:53 +00:00
consinit.c - pull in opt_kgdb.h where necessary 2001-11-20 08:43:19 +00:00
cpu.c Merge the nathanw_sa branch. 2003-01-17 22:58:53 +00:00
darwin_machdep.c lwp'ify 2003-01-22 17:48:02 +00:00
db_dbgreg.S .s -> .S rename. New files: vector.S and spl.S, they have been split 2002-11-22 15:01:15 +00:00
db_disasm.c Merge Bill Sommerfeld's i386 MP branch. This code has some known 2002-10-01 12:56:36 +00:00
db_interface.c asm -> __asm 2002-11-02 01:56:14 +00:00
db_memrw.c writable, not writeable. 2003-01-06 20:30:28 +00:00
db_trace.c Merge the nathanw_sa branch. 2003-01-17 22:58:53 +00:00
disksubr.c Merge Bill Sommerfeld's i386 MP branch. This code has some known 2002-10-01 12:56:36 +00:00
freebsd_machdep.c Merge the nathanw_sa branch. 2003-01-17 22:58:53 +00:00
freebsd_sigcode.S .s -> .S rename. New files: vector.S and spl.S, they have been split 2002-11-22 15:01:15 +00:00
freebsd_syscall.c Merge the nathanw_sa branch. 2003-01-17 22:58:53 +00:00
gdt.c Fix comment. 2002-12-14 09:46:36 +00:00
genassym.cf Merge the nathanw_sa branch. 2003-01-17 22:58:53 +00:00
i8259.c New files for the changed interrupt code. i8259.c deals with some of 2002-11-22 15:05:23 +00:00
ibcs2_machdep.c Merge the nathanw_sa branch. 2003-01-17 22:58:53 +00:00
ibcs2_sigcode.S .s -> .S rename. New files: vector.S and spl.S, they have been split 2002-11-22 15:01:15 +00:00
ibcs2_syscall.c Merge the nathanw_sa branch. 2003-01-17 22:58:53 +00:00
in_cksum.S .s -> .S rename. New files: vector.S and spl.S, they have been split 2002-11-22 15:01:15 +00:00
intr.c For softints, there's no intrframe on the stack, so don't try to use it. 2002-12-01 00:15:36 +00:00
ioapic.c Export the ioapic softc linked list, for the benefit of the mpbios code. 2003-01-12 23:20:17 +00:00
ipifuncs.c Some changes to make single-CPU systems that have an ioapic (and 2002-11-28 16:37:35 +00:00
ipkdb_glue.c Provide a useful error message if the IPKDB_NE_PCISLOT option is 2002-10-11 00:53:10 +00:00
kgdb_machdep.c add RCSID 2001-11-15 07:03:28 +00:00
kvm86.c this is too young to bitrot: LWPify 2003-01-20 18:43:18 +00:00
kvm86call.S this is too young to bitrot: LWPify 2003-01-20 18:43:18 +00:00
lapic.c Disable ExtINT by default when using I/O APICs. 2003-01-07 18:51:15 +00:00
linux_sigcode.S add offsets for linux_rt_sigframe 2002-12-06 00:00:20 +00:00
linux_syscall.c Merge the nathanw_sa branch. 2003-01-17 22:58:53 +00:00
linux_trap.c Merge the nathanw_sa branch. 2003-01-17 22:58:53 +00:00
lock_machdep.c Remove ifdef LOCKDEBUG, this file is only compiled when it is defined. 2002-10-07 07:58:26 +00:00
locore.S Merge the nathanw_sa branch. 2003-01-17 22:58:53 +00:00
mach_machdep.c lwp'ify 2003-01-22 17:48:02 +00:00
mach_sigcode.S Merge the nathanw_sa branch. 2003-01-17 22:58:53 +00:00
mach_syscall.c lwp'ify 2003-01-22 17:48:02 +00:00
machdep.c Merge the nathanw_sa branch. 2003-01-17 22:58:53 +00:00
macho_machdep.c Introduce an array of supported CPU types by a given arch for Mach-O 2002-10-29 22:22:30 +00:00
mainbus.c Add code to configure cpus, ioapics and interrupt wiring using ACPI. 2003-01-07 18:54:08 +00:00
math_emu.h
math_emulate.c Merge the nathanw_sa branch. 2003-01-17 22:58:53 +00:00
mem.c Merge the nathanw_sa branch. 2003-01-17 22:58:53 +00:00
microtime.S .s -> .S rename. New files: vector.S and spl.S, they have been split 2002-11-22 15:01:15 +00:00
mpacpi.c Actually return the number of found PCI interrupt routes in mpacpi_pcircount 2003-01-13 21:14:39 +00:00
mpbios.c Handle all-apics entries for ioapic interrupts. 2003-01-12 23:19:44 +00:00
mptramp.S .s -> .S rename. New files: vector.S and spl.S, they have been split 2002-11-22 15:01:15 +00:00
mtrr_i686.c Fix MTRR code which had been broken since the MP merge (but silently 2002-10-25 12:01:56 +00:00
mtrr_k6.c Fix MTRR code which had been broken since the MP merge (but silently 2002-10-25 12:01:56 +00:00
pmap.c Increase time to wait for TLB IPI rendezvous. 2003-01-22 18:32:18 +00:00
pmc.c Merge the nathanw_sa branch. 2003-01-17 22:58:53 +00:00
process_machdep.c Merge the nathanw_sa branch. 2003-01-17 22:58:53 +00:00
procfs_machdep.c Merge the nathanw_sa branch. 2003-01-17 22:58:53 +00:00
rbus_machdep.c Remove variable that is only assigned too but not referenced. 2003-01-20 01:29:18 +00:00
softintr.c Merge Bill Sommerfeld's i386 MP branch. This code has some known 2002-10-01 12:56:36 +00:00
spl.S Merge the nathanw_sa branch. 2003-01-17 22:58:53 +00:00
svr4_machdep.c Merge the nathanw_sa branch. 2003-01-17 22:58:53 +00:00
svr4_sigcode.S Merge the nathanw_sa branch. 2003-01-17 22:58:53 +00:00
svr4_syscall.c Merge the nathanw_sa branch. 2003-01-17 22:58:53 +00:00
sys_machdep.c Merge the nathanw_sa branch. 2003-01-17 22:58:53 +00:00
syscall.c Merge the nathanw_sa branch. 2003-01-17 22:58:53 +00:00
trap.c Merge the nathanw_sa branch. 2003-01-17 22:58:53 +00:00
tsc_microtime.c tsc_microtime(): use splclock() for !MULTIPROCESSOR (cosmetic, this is used 2002-10-16 21:01:22 +00:00
vector.S Merge the nathanw_sa branch. 2003-01-17 22:58:53 +00:00
vm86.c Merge the nathanw_sa branch. 2003-01-17 22:58:53 +00:00
vm_machdep.c Don't need an extern declaration of phys_map; it's in uvm_extern.h. 2003-01-20 01:28:33 +00:00