Home | History | Annotate | Line # | Download | only in conf
files.shb revision 1.1
      1 #	$NetBSD: files.shb,v 1.1 2002/03/24 18:00:41 uch 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	wdog
     11 attach	wdog at shb
     12 file	arch/sh3/dev/wdog.c		wdog	needs-flag
     13 
     14 defflag	opt_sci.h	SCICONSOLE
     15 defparam opt_sci.h	SCICN_SPEED
     16 device	sci: tty
     17 attach	sci at shb
     18 file	arch/sh3/dev/sci.c		sci needs-flag
     19 
     20 defflag	opt_scif.h	SCIFCONSOLE
     21 defparam opt_scif.h	SCIFCN_SPEED
     22 device	scif: tty
     23 attach	scif at shb
     24 file	arch/sh3/dev/scif.c		scif needs-flag
     25