Home | History | Annotate | Line # | Download | only in conf
      1 #	$NetBSD: files.shb,v 1.5 2006/09/20 00:41:11 uwe Exp $
      2 #
      3 # SuperH internal devices.
      4 #
      5 device	shb { }
      6 attach	shb at mainbus
      7 
      8 file	arch/sh3/dev/shb.c		shb
      9 
     10 device	rtc
     11 attach	rtc at shb
     12 file	arch/sh3/dev/rtc.c		rtc	needs-flag
     13 
     14 device	wdog
     15 attach	wdog at shb
     16 file	arch/sh3/dev/wdog.c		wdog	needs-flag
     17 
     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
     23 
     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
     29 
     30 device	adc {}
     31 attach	adc at shb
     32 file	arch/sh3/dev/adc.c		adc
     33