freebsd-skq/sys/i386/i386
Peter Wemm 4366ac52ad This is kind of a nasty hack, but it appears to solve the Compaq DL360
SMP problem.  Compaq, in their infinite wisdom, forgot to put the IO apic
intpin #0 connection to the 8259 PIC into the mptable.  This hack is to
look and see if intpin #0 has *no* table entry and adds a fake ExtInt
entry for the remap routines to use.  isa/clock.c will still test the
interrupts.  This entry is only ever used on an already broken system.
2000-12-06 03:47:14 +00:00
..
apic_vector.s Cleanup some leftover lint from the old interrupt system. 2000-12-04 21:15:14 +00:00
atomic.c Introduce atomic_cmpset_int() and atomic_cmpset_long() from SMPng a 2000-09-06 11:21:14 +00:00
autoconf.c Deprecate devsw->d_bmaj entirely. 2000-10-31 10:58:14 +00:00
bios.c Declare or #define per-cpu globals in <machine/globals.h> in all cases. 2000-10-27 08:30:59 +00:00
bioscall.s Stop handcoding a couple of instructions since gas 2.10 can properly 2000-11-21 18:36:10 +00:00
busdma_machdep.c - Overhaul the software interrupt code to use interrupt threads for each 2000-10-25 05:19:40 +00:00
db_disasm.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
db_interface.c Use atomic ops to close a race condition on the in_Debugger variable used 2000-11-28 23:15:44 +00:00
db_trace.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
elf_machdep.c Change incorrect NULLs to 0s 1999-12-21 11:14:12 +00:00
exception.s Change doreti to take a trapframe instead of an intrframe. 2000-12-01 02:09:45 +00:00
genassym.c Remove unneeded <stddef.h> #includes. 2000-10-29 16:57:42 +00:00
globals.s - Change fast interrupts on x86 to push a full interrupt frame and to 2000-10-06 02:20:21 +00:00
i386-gdbstub.c Major update to the way synchronization is done in the kernel. Highlights 2000-09-07 01:33:02 +00:00
i686_mem.c Remove the NCPU, NAPIC, NBUS, NINTR config options. Make NAPIC, 2000-09-22 23:40:10 +00:00
identcpu.c Assembler fixes. 2000-11-21 20:16:49 +00:00
in_cksum.c These files are mpsafe. 2000-11-25 03:01:05 +00:00
initcpu.c Fix some further english grammar and typo's. 2000-11-08 12:00:05 +00:00
k6_mem.c Rename macros to all-uppercase. Get rid of a comment that was ironic 2000-06-22 20:53:36 +00:00
legacy.c Initialize bus_space_handle_t with zero (for PC-98). 2000-11-13 11:48:38 +00:00
locore.s Assembler fixes. 2000-11-21 20:16:49 +00:00
machdep.c Remove the last of the MD netisr code. It is now all MI. Remove 2000-12-05 00:36:00 +00:00
math_emu.h $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
math_emulate.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
mem.c Duh. Fix a fatfingered patch. 2000-06-25 19:06:48 +00:00
mp_clock.c Remove the NCPU, NAPIC, NBUS, NINTR config options. Make NAPIC, 2000-09-22 23:40:10 +00:00
mp_machdep.c This is kind of a nasty hack, but it appears to solve the Compaq DL360 2000-12-06 03:47:14 +00:00
mpapic.c Move io_apic_{read,write} from apic_ipl.s (where they do not belong) into 2000-12-06 01:04:02 +00:00
mpboot.s Major update to the way synchronization is done in the kernel. Highlights 2000-09-07 01:33:02 +00:00
mptable.c This is kind of a nasty hack, but it appears to solve the Compaq DL360 2000-12-06 03:47:14 +00:00
nexus.c Initialize bus_space_handle_t with zero (for PC-98). 2000-11-13 11:48:38 +00:00
perfmon.c Major update to the way synchronization is done in the kernel. Highlights 2000-09-07 01:33:02 +00:00
pmap.c Protect the following with a lockmgr lock: 2000-11-22 07:42:04 +00:00
procfs_machdep.c Zap unneeded #includes 1999-10-11 14:50:03 +00:00
simplelock.s Commit major SMP cleanups and move the BGL (big giant lock) in the 2000-03-28 07:16:37 +00:00
support.s Fix this slightly better by using NON_GPROF_RET instead of duplicating 2000-12-01 05:29:21 +00:00
swtch.s Change cpu_switch to explicitly popl the callers program counter and 2000-12-03 01:09:59 +00:00
symbols.raw $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
sys_machdep.c Catch up to moving headers: 2000-10-20 07:58:15 +00:00
trap.c - Split the run queue and sleep queue linkage, so that a process 2000-11-17 18:09:18 +00:00
tsc.c Namespace cleanup. Remove some #includes in favour of an explicit 2000-12-02 17:59:41 +00:00
userconfig.c Don't scroll of the end of the help pages when using the visual 2000-11-26 23:39:46 +00:00
vm86.c Quieten some warnings about correct usage of assignments as truth values. 2000-11-06 21:32:13 +00:00
vm86bios.s Change doreti to take a trapframe instead of an intrframe. 2000-12-01 02:09:45 +00:00
vm_machdep.c Change cpu_switch to explicitly popl the callers program counter and 2000-12-03 01:09:59 +00:00