Add some things needed by KGDB
This commit is contained in:
parent
49b1d84e94
commit
5cb4cacff1
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: files.sun3,v 1.18 1996/01/30 00:35:28 gwr Exp $
|
||||
# $NetBSD: files.sun3,v 1.19 1996/02/16 20:04:36 gwr Exp $
|
||||
|
||||
#
|
||||
# sun3-specific configuration info
|
||||
|
@ -17,8 +17,10 @@ file arch/sun3/sun3/control.c
|
|||
file arch/sun3/sun3/ctrlsp.S
|
||||
file arch/sun3/sun3/dvma.c
|
||||
file arch/sun3/sun3/db_machdep.c ddb
|
||||
file arch/sun3/sun3/db_memrw.c ddb kgdb
|
||||
file arch/sun3/sun3/disksubr.c
|
||||
file arch/sun3/sun3/isr.c
|
||||
file arch/sun3/sun3/kgdb_stub.c kgdb
|
||||
file arch/sun3/sun3/machdep.c
|
||||
file arch/sun3/sun3/mem.c
|
||||
file arch/sun3/sun3/pmap.c
|
||||
|
@ -138,6 +140,7 @@ file dev/ic/z8530sc.c zsc
|
|||
|
||||
device zstty at zsc: tty
|
||||
file dev/ic/z8530tty.c zstty needs-flag
|
||||
file arch/sun3/dev/zs_kgdb.c kgdb
|
||||
|
||||
define zsevent
|
||||
file dev/sun/event.c zsevent
|
||||
|
|
Loading…
Reference in New Issue