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

29 lines
569 B
Plaintext
Raw Normal View History

2003-10-18 05:29:05 +04:00
# $NetBSD: files.shb,v 1.3 2003/10/18 01:29:05 uwe 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
2002-05-10 19:28:45 +04:00
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
2002-05-10 19:28:45 +04:00
file arch/sh3/dev/scif.c scif needs-flag
2003-10-18 05:29:05 +04:00
device adc {}
attach adc at shb
file arch/sh3/dev/adc.c adc