1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00
freebsd/sys/i386/i386
KATO Takenori 582e52862a - hw.machine_arch returns cpu architecture type.
- moved definition of MACHINE_ARCH from cpu.h to parm.h as alpha.
- Added definitions of _MACHINE and _MACHINE_ARCH.
- Added hw.ispc98. The hw.ispc98 is 1 in PC98 kernel and is 0 in
  IBM-PC kernel.

Discussed with:	John Birrell <jb@FreeBSD.ORG>
1998-08-31 08:41:58 +00:00
..
apic_vector.s Register tty software interrupt handlers at run time using register_swi() 1998-08-11 17:01:32 +00:00
autoconf.c Don't check minor number of dump device at all. 1998-08-23 14:18:08 +00:00
bios.c Cast virtual addresses that happen to be represented as u_longs to 1998-07-15 03:58:57 +00:00
bioscall.s Support functions for working with x86 PC-architecture BIOS. 1997-08-01 06:07:13 +00:00
busdma_machdep.c Fixed printf format errors. 1998-07-11 07:46:16 +00:00
cons.c Added D_TTY to the cdevswitch flags for all tty drivers. This is required 1998-08-23 08:26:42 +00:00
cons.h Some staticized variables were still declared to be extern. 1997-07-01 00:54:37 +00:00
db_disasm.c Use not-so-new printf formats %r and/or %z instead of %n and/or %+x. 1998-07-08 10:53:58 +00:00
db_interface.c Fix more of my DDB breakage. 1998-06-08 09:23:24 +00:00
db_trace.c %n in a comment was a poor abbreviation for Immediate-byte-signed, 1998-07-15 11:27:11 +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
genassym.c Presently there is only one `currentldt' variable for all cpus 1998-08-18 07:47:12 +00:00
gensetdefs.c This commit affects ELF kernels only. 1997-05-21 23:21:30 +00:00
globals.s Presently there is only one `currentldt' variable for all cpus 1998-08-18 07:47:12 +00:00
i386-gdbstub.c Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108. 1998-04-17 22:37:19 +00:00
identcpu.c Fixed printf format errors. 1998-07-11 07:46:16 +00:00
in_cksum.c Support compiling with gcc -ansi'. Fix missing volatile's in __asm() 1998-04-15 17:26:17 +00:00
initcpu.c Disable local APIC in UP kernel. Intel specification update describes 1998-05-16 14:38:10 +00:00
locore.s Copy in the nfs_diskless structure if NFS_ROOT is defined. A previous 1998-08-03 21:31:32 +00:00
machdep.c - hw.machine_arch returns cpu architecture type. 1998-08-31 08:41:58 +00:00
math_emu.h Don't cast pointers to longs in asms. Changed all remaining longs 1998-07-15 09:01:18 +00:00
math_emulate.c Don't cast pointers to longs in asms. Changed all remaining longs 1998-07-15 09:01:18 +00:00
mem.c Converted add_interrupt_randomness() to take a `void *' arg. Rewrote 1998-06-21 11:33:32 +00:00
mountroot.c Oops forgot to include opt_bootp.h 1998-04-23 20:59:42 +00:00
mp_machdep.c Fixed printf format errors. Only one left in LINT on i386's. 1998-08-24 02:28:16 +00:00
mpapic.c Be more restrictive about when to disregard MP config table values 1998-05-17 17:32:10 +00:00
mpboot.s Convert the VM86 option from a global option to an option only depended 1997-10-10 09:44:12 +00:00
mplock.s Removed unused includes. 1998-06-21 14:53:44 +00:00
mptable.c Fixed printf format errors. Only one left in LINT on i386's. 1998-08-24 02:28:16 +00:00
perfmon.c Fix a include gottcha in the SMP case. 1997-12-29 23:36:56 +00:00
pmap.c Fixed printf format errors. 1998-08-23 10:16:26 +00:00
procfs_machdep.c Removed unused #includes. 1997-07-20 08:37:24 +00:00
setdef0.c This commit affects ELF kernels only. 1997-05-21 23:21:30 +00:00
setdef1.c This commit affects ELF kernels only. 1997-05-21 23:21:30 +00:00
simplelock.s Change simple lock handling to not depend upon having a local apic 1998-05-17 23:08:04 +00:00
support.s Support better performance with P6 architectures and in SMP 1998-05-11 02:13:47 +00:00
swapgeneric.c Don't depend on "implicit int". 1998-02-20 13:37:40 +00:00
swtch.s Micro-optimized and cleaned up the clearing of switchtime in idle(). 1998-07-28 17:35:09 +00:00
symbols.raw Eradicate the variable "time" from the kernel, using various measures. 1998-03-30 09:56:58 +00:00
sys_machdep.c Fixed printf format errors. Only one left in LINT on i386's. 1998-08-24 02:28:16 +00:00
trap.c Fixed printf format errors. 1998-08-23 10:16:26 +00:00
tsc.c Add a tc_ prefix to struct timecounter members. 1998-06-09 13:10:54 +00:00
userconfig.c Add the ISP Qlogic SCSI card to the list of known devices. 1998-08-02 09:32:52 +00:00
vm86.c Use an array of uintptr_t's instead of an array of u_longs to hold 1998-08-16 00:05:05 +00:00
vm86bios.s Re-arrange the page layout used by vm86_bioscall so that we can 1998-07-27 16:45:05 +00:00
vm_machdep.c Presently there is only one `currentldt' variable for all cpus 1998-08-18 07:47:12 +00:00