NetBSD/sys/arch/sh3/conf/files.shb

25 lines
507 B
Plaintext

# $NetBSD: files.shb,v 1.2 2002/05/10 15:28:45 uch Exp $
#
# SuperH internal devices.
#
device shb { }
attach shb at mainbus
file arch/sh3/dev/shb.c shb
device wdog
attach wdog at shb
file arch/sh3/dev/wdog.c wdog needs-flag
defflag opt_sci.h SCICONSOLE
defparam opt_sci.h SCICN_SPEED
device sci: tty
attach sci at shb
file arch/sh3/dev/sci.c sci needs-flag
defflag opt_scif.h SCIFCONSOLE
defparam opt_scif.h SCIFCN_SPEED
device scif: tty
attach scif at shb
file arch/sh3/dev/scif.c scif needs-flag