NetBSD/sys/arch/x86_64/x86_64
lukem 99bccc3cab - pull in opt_kgdb.h where necessary
- replace opt_kgdb_machdep.h with opt_kgdb.h
- defparam opt_kgdb.h:
	KGDB_DEV KGDB_DEVNAME KGDB_DEVADDR KGDB_DEVRATE KGDB_DEVMODE
- move from opt_ddbparam.h to opt_ddb.h:
	DDB_FROMCONSOLE DDB_ONPANIC DDB_HISTORY_SIZE DDB_BREAK_CHAR SYMTAB_SPACE
- replace KGDBDEV with KGDB_DEV
- replace KGDBADDR with KGDB_DEVADDR
- replace KGDBMODE with KGDB_DEVMODE
- replace KGDBRATE with KGDB_DEVRATE
- use `9600' instead of `0x2580' for 9600 baud rate
- use correct quotes for  options KGDB_DEVNAME="\"com\""
- use correct quotes for  options KGDB_DEV="17*256+0"
- remove unnecessary dependancy on Makefile for kgdb_stub.o
- minor whitespace cleanup
2001-11-20 08:43:19 +00:00
..
autoconf.c
bios32.c
bus_machdep.c
conf.c
consinit.c - pull in opt_kgdb.h where necessary 2001-11-20 08:43:19 +00:00
copy.S
disksubr.c
fpu.c
gdt.c allocate and free memory explicitly rather than abusing uvm_map_pageable(). 2001-11-18 19:28:34 +00:00
genassym.cf This was previously missed. 2001-06-19 01:58:46 +00:00
locore.S
machdep.c - pull in opt_kgdb.h where necessary 2001-11-20 08:43:19 +00:00
mainbus.c
md_root.c
mem.c
microtime.S Forgot this one. This is basically a copy of the i386 version; 2001-06-19 02:06:15 +00:00
netbsd32_machdep.c
netbsd32_sigcode.S
netbsd32_syscall.c
pmap.c a whole bunch of changes to improve performance and robustness under load: 2001-09-15 20:36:31 +00:00
process_machdep.c
sys_machdep.c
syscall.c
trap.c - pull in opt_kgdb.h where necessary 2001-11-20 08:43:19 +00:00
vector.S
vm_machdep.c Update pmap_update to now take the updated pmap as an argument. 2001-09-10 21:19:08 +00:00