1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-01 12:19:28 +00:00
freebsd/sys/amd64/amd64
KATO Takenori 921bc385e8 Recognize Pentium II Xeon, Celeron and Pentium III cpus. Because CPU
names are printed on their packages and shown by BIOS, kernel does not
need to show details.

PR:		8751, 9320 and 9463
1999-02-04 16:48:26 +00:00
..
amd64-gdbstub.c More const fixes for -Wall, -Wcast-qual 1999-01-29 23:18:50 +00:00
apic_vector.S Maintain a mapping from irq number to (ioapic number, int pin) tuple, 1998-09-06 22:41:42 +00:00
autoconf.c Break configure() into a couple of stages to allow insertion of 1999-01-19 00:10:59 +00:00
bios.c Cast virtual addresses that happen to be represented as u_longs to 1998-07-15 03:58:57 +00:00
busdma_machdep.c author was assuming that nextpaddr declared *inside* the do loop would 1998-12-14 05:35:56 +00:00
cpu_switch.S Micro-optimized and cleaned up the clearing of switchtime in idle(). 1998-07-28 17:35:09 +00:00
db_disasm.c Fix warnings in preparation for adding -Wall -Wcast-qual to the 1999-01-28 01:59:53 +00:00
db_interface.c Improved DDB_UNATTENDED behaviour. From the submitter: 1998-12-28 23:03:00 +00:00
db_trace.c Fix warnings in preparation for adding -Wall -Wcast-qual to the 1999-01-28 01:59:53 +00:00
elf_machdep.c Fix warnings in preparation for adding -Wall -Wcast-qual to the 1999-01-28 01:59:53 +00:00
exception.s Fixed restoring of cpl after trap handling. The wrong cpl (SWI_AST_MASK 1998-08-10 19:41:07 +00:00
exception.S Fixed restoring of cpl after trap handling. The wrong cpl (SWI_AST_MASK 1998-08-10 19:41:07 +00:00
fpu.c Moved declarations related to copying and zeroing to the right place. 1999-01-08 16:29:59 +00:00
genassym.c Fix up the kernel environment and module data pointers in the bootinfo if 1998-10-08 21:03:41 +00:00
identcpu.c Recognize Pentium II Xeon, Celeron and Pentium III cpus. Because CPU 1999-02-04 16:48:26 +00:00
initcpu.c There are two models of AMD K6-2 Model 8 (c.f. AMD's document), so the 1999-01-16 13:41:33 +00:00
locore.s Use offset to _pc98_system_parameter instead of immediate value which 1999-01-31 02:04:43 +00:00
locore.S Use offset to _pc98_system_parameter instead of immediate value which 1999-01-31 02:04:43 +00:00
machdep.c Fixed the type of target_page to vm_offset_t (unsigned). This fixes a 1999-02-03 14:10:50 +00:00
mem.c Check for signals while reading /dev/urandom. Reading 10MB from 1999-02-02 14:14:05 +00:00
mp_machdep.c Fix warnings in preparation for adding -Wall -Wcast-qual to the 1999-01-28 01:59:53 +00:00
mpboot.S PC-98 doesn't have CMOS ram. 1998-10-10 10:36:12 +00:00
mptable.c Fix warnings in preparation for adding -Wall -Wcast-qual to the 1999-01-28 01:59:53 +00:00
pmap.c Fix warnings in preparation for adding -Wall -Wcast-qual to the 1999-01-28 01:59:53 +00:00
prof_machdep.c Ifdefed the declarations of conditionally used variables. 1998-12-14 18:21:34 +00:00
support.s Removed a stray label that broke compiling in the (elf && profiling) case. 1999-01-09 17:29:38 +00:00
support.S Removed a stray label that broke compiling in the (elf && profiling) case. 1999-01-09 17:29:38 +00:00
swtch.s Micro-optimized and cleaned up the clearing of switchtime in idle(). 1998-07-28 17:35:09 +00:00
sys_machdep.c Fix warnings in preparation for adding -Wall -Wcast-qual to the 1999-01-28 01:59:53 +00:00
trap.c Add (but don't activate) code for a special VM option to make 1999-01-06 23:05:42 +00:00
tsc.c Fix tabs that should have been spaces. Some were in kernel error messages. 1998-12-14 13:30:29 +00:00
vm_machdep.c More -Wall / -Wcast-qual cleanup. Also, EXEC_SET can't use 1999-01-29 08:36:45 +00:00