freebsd-nq/sys/i386/i386
John Baldwin e8e951ce31 Add a new legacy(4) device driver for use on machines that do not have
ACPI or for when ACPI support is disabled or not present in the kernel.
Basically, the nexus device is now split into two with some parts
(such as adding default ISA, MCA, and EISA busses if they aren't found
as well as support for PCI bus device ivars) being moved to the legacy
driver.
2002-09-23 15:50:06 +00:00
..
apic_vector.s Ok, somebody please shoot me. The asm I wrote for the ranged IPI shootdown 2002-08-23 21:45:59 +00:00
atomic.c
autoconf.c Moved nfs_diskless setup code from autoconf.c to nfsclient/nfs_diskless.c 2002-09-22 00:59:02 +00:00
bios.c Move some variables to the BSS instead of explicitly zero'ing them. This 2002-09-05 17:05:15 +00:00
bioscall.s Initiate deorbit burn for the i386-only a.out related support. Moves are 2002-09-17 01:49:00 +00:00
busdma_machdep.c Don't use "NULL" when "0" is really meant. 2002-08-21 23:39:52 +00:00
critical.c Remove the critmode sysctl - the new method for critical_enter/exit (already 2002-07-10 20:15:58 +00:00
db_disasm.c Fixed some style bugs in the removal of __P(()). The main ones were 2002-03-23 14:27:06 +00:00
db_interface.c Code tidy-up. ISOfy, turn a macro into an inline for lint(1) (perhaps 2002-09-21 18:53:58 +00:00
db_trace.c fork_trampoline() marks a trap frame. 2002-09-20 13:58:21 +00:00
dump_machdep.c Unbreak kernel build by printing Maxmem using %ld instead of old (now changed) 2002-08-30 06:13:39 +00:00
elan-mmcr.c Add /dev/soekris-errled device to control the Error-LED on Soekris cards/boxes. 2002-09-17 11:47:38 +00:00
elf_machdep.c Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections to 2002-09-01 21:41:24 +00:00
exception.s Unwind the syscall_with_err_pushed tweak that jake did some time back. 2002-07-28 00:27:51 +00:00
genassym.c Add kernel support needed for the KSE-aware libpthread: 2002-09-16 19:25:08 +00:00
i386-gdbstub.c Backed out the main part of revs.1.14-16. Don't disable interrupts in 2002-01-30 18:51:24 +00:00
i686_mem.c This patch enables FreeBSD i686 MTRR support on Intel Pentium 2002-09-19 18:53:49 +00:00
identcpu.c Change the support for AMDs ElanSC520 CPU from being a device driver to 2002-09-04 19:43:22 +00:00
in_cksum.c Fix several bugs in the i386 asm statements used to speed up Internet 2002-06-22 22:35:53 +00:00
initcpu.c Automatically enable CPU_ENABLE_SSE (detect and enable SSE instructions) 2002-09-07 07:02:12 +00:00
k6_mem.c Some BIOSs are using MTRR values that are only documented under NDA 2002-09-15 15:07:55 +00:00
legacy.c Add a new legacy(4) device driver for use on machines that do not have 2002-09-23 15:50:06 +00:00
locore.s Initiate deorbit burn for the i386-only a.out related support. Moves are 2002-09-17 01:49:00 +00:00
machdep.c - Move the init of %gs and pcb_gs before user_ldt_free(). 2002-09-22 01:32:48 +00:00
math_emu.h KSE Milestone 2 2001-09-12 08:38:13 +00:00
math_emulate.c Use suword16/fuword16 instead of susword/fusword - this has two different 2002-06-20 07:23:08 +00:00
mem.c A good dose of style.9. No functional change. 2002-09-21 19:02:17 +00:00
mp_clock.c Don't export timecounter structures under debug. with sysctl, they 2002-04-30 19:34:31 +00:00
mp_machdep.c OK, I have had it with losing my console because the AP's print their "I am 2002-08-28 23:24:05 +00:00
mpapic.c Use a function instead of a non-portable, GCC-specific asm() entry. 2002-09-21 19:03:42 +00:00
mpboot.s Remove the leading underscore from all symbols defined in x86 asm 2001-02-25 06:29:04 +00:00
mptable.c OK, I have had it with losing my console because the AP's print their "I am 2002-08-28 23:24:05 +00:00
nexus.c Use resource_list_print_type() instead of duplicating the code in 2002-09-04 03:19:33 +00:00
perfmon.c Fix abuses of cpu_critical_{enter,exit} by converting to 2002-03-21 06:19:08 +00:00
pmap.c o Retire pmap_pageable(). It's an advisory routine that none 2002-08-25 04:20:05 +00:00
support.s Create inlines for ltr(sel), lldt(sel), lidt(addr) rather than 2002-09-22 04:45:21 +00:00
swtch.s Move SWTCH_OPTIM_STATS related code out of cpufunc.h. (This sort of stat 2002-07-21 05:22:16 +00:00
symbols.raw
sys_machdep.c Change the suser() API to take advantage of td_ucred as well as do a 2002-04-01 21:31:13 +00:00
trap.c Add kernel support needed for the KSE-aware libpthread: 2002-09-16 19:25:08 +00:00
tsc.c Fix a 3 year old oversight: Remove the #ifdef/#endif pair now that there 2002-09-21 07:59:06 +00:00
vm86.c Be specific about which reason caused vm86_addpages to panic 2002-07-12 08:15:42 +00:00
vm86bios.s Overhaul the per-CPU support a bit: 2001-12-11 23:33:44 +00:00
vm_machdep.c Add kernel support needed for the KSE-aware libpthread: 2002-09-16 19:25:08 +00:00