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

33 lines
639 B
Plaintext
Raw Normal View History

# $NetBSD: files.shb,v 1.5 2006/09/20 00:41:11 uwe Exp $
#
# SuperH internal devices.
#
device shb { }
attach shb at mainbus
file arch/sh3/dev/shb.c shb
device rtc
attach rtc at shb
file arch/sh3/dev/rtc.c rtc needs-flag
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