Home | History | Annotate | Line # | Download | only in conf
files.shb revision 1.3
      1  1.3  uwe #	$NetBSD: files.shb,v 1.3 2003/10/18 01:29:05 uwe 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.3  uwe 
     26  1.3  uwe device	adc {}
     27  1.3  uwe attach	adc at shb
     28  1.3  uwe file	arch/sh3/dev/adc.c		adc
     29