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