No empty .Rs/.Re
[netbsd-mini2440.git] / sys / arch / sh3 / conf / files.shb
blob87f45d4499c49b709922ccdd50bf6dd156322079
1 #       $NetBSD: files.shb,v 1.4 2005/12/11 12:18:58 christos Exp $
3 # SuperH internal devices.
5 device  shb { }
6 attach  shb at mainbus
8 file    arch/sh3/dev/shb.c              shb
10 device  rtc
11 attach  rtc at shb
12 file    arch/sh3/dev/rtc.c              rtc     needs-flag
14 device  wdog
15 attach  wdog at shb
16 file    arch/sh3/dev/wdog.c             wdog    needs-flag
18 defflag opt_sci.h       SCICONSOLE
19 defparam opt_sci.h      SCICN_SPEED
20 device  sci: tty
21 attach  sci at shb
22 file    arch/sh3/dev/sci.c              sci     needs-flag
24 defflag opt_scif.h      SCIFCONSOLE
25 defparam opt_scif.h     SCIFCN_SPEED
26 device  scif: tty
27 attach  scif at shb
28 file    arch/sh3/dev/scif.c             scif    needs-flag
30 device  adc {}
31 attach  adc at shb
32 file    arch/sh3/dev/adc.c              adc