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