1 # $NetBSD: files.shb,v 1.3 2003/10/18 01:29:05 uwe Exp $ 2 # 3 # SuperH internal devices. 4 # 5 device shb { } 6 attach shb at mainbus 7 8 file arch/sh3/dev/shb.c shb 9 10 device wdog 11 attach wdog at shb 12 file arch/sh3/dev/wdog.c wdog needs-flag 13 14 defflag opt_sci.h SCICONSOLE 15 defparam opt_sci.h SCICN_SPEED 16 device sci: tty 17 attach sci at shb 18 file arch/sh3/dev/sci.c sci needs-flag 19 20 defflag opt_scif.h SCIFCONSOLE 21 defparam opt_scif.h SCIFCN_SPEED 22 device scif: tty 23 attach scif at shb 24 file arch/sh3/dev/scif.c scif needs-flag 25 26 device adc {} 27 attach adc at shb 28 file arch/sh3/dev/adc.c adc 29