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