Re-sync with current reality.
Add options DDB. Add debug makeoptions. G/C some unnecessary stuff.
This commit is contained in:
parent
ce2ec9e63e
commit
2ccf86d7da
@ -1,4 +1,4 @@
|
||||
# $NetBSD: CAYMAN,v 1.3 2002/07/12 20:43:12 scw Exp $
|
||||
# $NetBSD: CAYMAN,v 1.4 2002/08/26 11:16:02 scw Exp $
|
||||
|
||||
#
|
||||
# Config file for SuperH "CAYMAN" SH-5 Evaluation board
|
||||
@ -10,16 +10,19 @@ maxusers 2
|
||||
|
||||
options INCLUDE_CONFIG_FILE
|
||||
|
||||
#ident "CAYMAN-$Revision: 1.3 $"
|
||||
#ident "CAYMAN-$Revision: 1.4 $"
|
||||
|
||||
options CPU_STB1
|
||||
|
||||
# Uncomment this to build a 64-bit kernel
|
||||
#makeoptions SH5_ABI=64
|
||||
|
||||
makeoptions DEFCOPTS="-g"
|
||||
makeoptions DEBUG="-g"
|
||||
|
||||
options DIAGNOSTIC
|
||||
options DEBUG
|
||||
#options DDB
|
||||
options DDB
|
||||
|
||||
options KTRACE # system call tracing via ktrace(1)
|
||||
options SYSTRACE # system call vetting via systrace(1)
|
||||
@ -32,7 +35,7 @@ file-system MFS
|
||||
options SOFTDEP
|
||||
|
||||
options INET
|
||||
options INET6
|
||||
#options INET6
|
||||
|
||||
config netbsd root on ? type ?
|
||||
|
||||
@ -69,7 +72,7 @@ femi0 at superhyway0 pport 0x08 # Flash/External memory
|
||||
cprc0 at pbridge0 # Clock, Power & Reset Control
|
||||
intc0 at pbridge0 # Interrupt controller
|
||||
tmu0 at pbridge0 ipl 14 intevt 0x400 # Timer
|
||||
#scif0 at pbridge0 ipl 12 intevt 0x700 # On-chip serial controller
|
||||
scif0 at pbridge0 ipl 12 intevt 0x700 # On-chip serial controller
|
||||
rtc0 at pbridge0 # Battery-backed Date/Time chip
|
||||
|
||||
#
|
||||
@ -98,6 +101,7 @@ sysfpga0 at femi0 offset 0x4000000 # The main System FPGA chip
|
||||
#
|
||||
superio0 at sysfpga0 # SMC Super I/O Device
|
||||
isa0 at superio0 # The ISAbus attachment.
|
||||
sm0 at superio0 offset 0x1000 irq 10 # SMC91C100 LAN controller
|
||||
|
||||
#
|
||||
# These are the devices Cayman uses
|
||||
@ -110,13 +114,17 @@ isa0 at superio0 # The ISAbus attachment.
|
||||
com0 at isa0 port 0x3f8 irq 4 # PC-style serial ports
|
||||
com1 at isa0 port 0x2f8 irq 3
|
||||
lpt0 at isa0 port 0x378 irq 7 # Parallel printer port
|
||||
sm0 at isa0 port 0x1000 irq 10 # SMC91C100 LAN controller
|
||||
wdc0 at isa0 port 0x1f0 irq 14 flags 0x0 # IDE-style disk controller
|
||||
#wdc0 at isa0 port 0x1f0 irq 14 flags 0x0 # IDE-style disk controller
|
||||
|
||||
# Support for IDE/ATAPI device
|
||||
wd* at wdc0 channel ? drive ? flags 0x0000
|
||||
atapibus* at wdc0 channel ?
|
||||
cd* at atapibus? drive ? flags 0x0000
|
||||
#wd* at wdc0 channel ? drive ? flags 0x0000
|
||||
#atapibus* at wdc0 channel ?
|
||||
#cd* at atapibus? drive ? flags 0x0000
|
||||
|
||||
# The MII device on the LAN controller
|
||||
ukphy* at mii? phy ?
|
||||
sqphy* at mii? phy ?
|
||||
|
||||
#
|
||||
# The DTF debug interface.
|
||||
#
|
||||
#dtfcons0 at mainbus0
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: SIMULATOR,v 1.5 2002/07/12 20:43:12 scw Exp $
|
||||
# $NetBSD: SIMULATOR,v 1.6 2002/08/26 11:16:02 scw Exp $
|
||||
|
||||
# NetBSD/sh5 on the simple `chess' based simulator.
|
||||
#
|
||||
@ -11,13 +11,16 @@ maxusers 2
|
||||
|
||||
options INCLUDE_CONFIG_FILE
|
||||
|
||||
#ident "SIMULATOR-$Revision: 1.5 $"
|
||||
#ident "SIMULATOR-$Revision: 1.6 $"
|
||||
|
||||
options CPU_STB1
|
||||
|
||||
# Uncomment this to build a 64-bit kernel
|
||||
#makeoptions SH5_ABI=64
|
||||
|
||||
makeoptions DEFCOPTS="-g"
|
||||
makeoptions DEBUG="-g"
|
||||
|
||||
options DIAGNOSTIC
|
||||
options DEBUG
|
||||
#options DDB
|
||||
@ -26,19 +29,13 @@ options KTRACE # system call tracing via ktrace(1)
|
||||
options SYSTRACE # system call vetting via systrace(1)
|
||||
|
||||
file-system FFS
|
||||
file-system NFS
|
||||
file-system KERNFS
|
||||
file-system MFS
|
||||
|
||||
options SOFTDEP
|
||||
|
||||
options INET
|
||||
options INET6
|
||||
|
||||
config netbsd root on ? type ?
|
||||
|
||||
options NFS_BOOT_DHCP
|
||||
|
||||
pseudo-device loop
|
||||
pseudo-device bpfilter
|
||||
pseudo-device pty
|
||||
|
Loading…
Reference in New Issue
Block a user