NetBSD/sys/arch/i386/i386
bouyer d45f82208d Add a cpu_setup() function to "struct cpu_nocpuid_nameclass" and
"struct cpu_cpuid_family", so that we can have a cpu_setup function per
known cpu type. For now use it only for cyrix 6x86 to enable suspend-on-halt
and implement cyrix's workaround to the "coma bug".
1997-11-27 11:53:45 +00:00
..
apm.c Some general cleanup: 1997-11-13 03:16:42 +00:00
apmcall.s put in place a proper bioscall.h (sorry about that!) 1997-10-15 01:20:33 +00:00
autoconf.c Supress error message if ENXIO is returned by "open" of disk partition 1997-10-07 09:54:16 +00:00
bioscall.s change name in comment from apmregs to bioscallregs 1997-10-19 22:59:50 +00:00
conf.c o Make usage of /dev/random dependant on 1997-10-13 00:46:08 +00:00
db_disasm.c Prototype and gcc -Wall cleanups 1996-05-03 19:41:56 +00:00
db_interface.c Split the memory access functions out of db_interface.c, so that they can 1997-07-05 20:46:37 +00:00
db_memrw.c Split the memory access functions out of db_interface.c, so that they can 1997-07-05 20:46:37 +00:00
db_trace.c Implement trace/t ("thread" trace) allowing traceback by process-id 1997-03-11 16:38:23 +00:00
disksubr.c "fake" disklabels should make the whole thing the 'c' partition, not 1997-06-26 05:40:30 +00:00
dkbad.c Fix #includes. 1996-02-02 18:05:36 +00:00
freebsd_machdep.c Pull in vmparam.h as necessary. 1997-10-16 04:23:36 +00:00
gdt.c Some general cleanup: 1997-11-13 03:16:42 +00:00
genassym.cf Implement the BSDI kluge for the Pentium `hang'; leave the first 7 IDT 1997-11-13 03:25:27 +00:00
ibcs2_machdep.c Pull in vmparam.h as necessary. 1997-10-16 04:23:36 +00:00
in_cksum.s Tweak to improve performance slightly on very small packets and headers. 1997-04-24 05:46:20 +00:00
kgdb_machdep.c Copyright assigned to The NetBSD Foundation. 1997-10-04 17:22:49 +00:00
linux_machdep.c Pull in vmparam.h as necessary. 1997-10-16 04:23:36 +00:00
locore.s Do the Pentium bug fix differently. Put the IDT in a read-only page and check 1997-11-19 11:11:22 +00:00
machdep.c Add a cpu_setup() function to "struct cpu_nocpuid_nameclass" and 1997-11-27 11:53:45 +00:00
mainbus.c Revert I486_PCI_MEM_ENABLED change; it caused too many problems. 1997-11-27 10:10:50 +00:00
math_emu.h Use PCB_USEDFPU, and a small performance tweak. 1995-05-03 00:17:16 +00:00
math_emulate.c backout previous kprintf changes 1996-10-13 03:19:38 +00:00
md_root.c rdsetimage -> mdsetimage in comment (enami tsugutomo, PR 3596) 1997-05-10 11:06:53 +00:00
mem.c Optimize the case of writing to /dev/zero, and clean up the 1997-03-24 21:16:59 +00:00
microtime.s Import Dennis Ferguson's i386 clock change request from PR 2785: 1997-02-13 00:59:12 +00:00
ns_cksum.c Prototype and gcc -Wall cleanups 1996-05-03 19:41:56 +00:00
pmap.c Do the Pentium bug fix differently. Put the IDT in a read-only page and check 1997-11-19 11:11:22 +00:00
process_machdep.c Some general cleanup: 1997-11-13 03:16:42 +00:00
random.s Faster version, by me. 1995-01-15 23:20:33 +00:00
svr4_machdep.c Pull in vmparam.h as necessary. 1997-10-16 04:23:36 +00:00
sys_machdep.c Some general cleanup: 1997-11-13 03:16:42 +00:00
trap.c Map NMI in user-level code to SIGBUS. 1997-11-13 10:13:46 +00:00
vm86.c We don't need sysctl.h here. 1997-10-16 04:57:15 +00:00
vm_machdep.c Make pmap_{,de}activate() take a pointer to a proc. 1997-11-04 01:37:01 +00:00