Home | History | Annotate | Line # | Download | only in conf
files.shb revision 1.2.14.1
      1  1.2.14.1  skrll #	$NetBSD: files.shb,v 1.2.14.1 2004/08/03 10:40:15 skrll Exp $
      2       1.1    uch #
      3       1.1    uch # SuperH internal devices.
      4       1.1    uch #
      5       1.1    uch device	shb { }
      6       1.1    uch attach	shb at mainbus
      7       1.1    uch 
      8       1.1    uch file	arch/sh3/dev/shb.c		shb
      9       1.1    uch 
     10       1.1    uch device	wdog
     11       1.1    uch attach	wdog at shb
     12       1.1    uch file	arch/sh3/dev/wdog.c		wdog	needs-flag
     13       1.1    uch 
     14       1.1    uch defflag	opt_sci.h	SCICONSOLE
     15       1.1    uch defparam opt_sci.h	SCICN_SPEED
     16       1.1    uch device	sci: tty
     17       1.1    uch attach	sci at shb
     18       1.2    uch file	arch/sh3/dev/sci.c		sci	needs-flag
     19       1.1    uch 
     20       1.1    uch defflag	opt_scif.h	SCIFCONSOLE
     21       1.1    uch defparam opt_scif.h	SCIFCN_SPEED
     22       1.1    uch device	scif: tty
     23       1.1    uch attach	scif at shb
     24       1.2    uch file	arch/sh3/dev/scif.c		scif	needs-flag
     25  1.2.14.1  skrll 
     26  1.2.14.1  skrll device	adc {}
     27  1.2.14.1  skrll attach	adc at shb
     28  1.2.14.1  skrll file	arch/sh3/dev/adc.c		adc
     29