xref: /netbsd-src/sys/arch/sh3/conf/files.shb (revision 23c8222edbfb0f0932d88a8351d3a0cf817dfb9e)
1#	$NetBSD: files.shb,v 1.3 2003/10/18 01:29:05 uwe 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
26device	adc {}
27attach	adc at shb
28file	arch/sh3/dev/adc.c		adc
29