Home | History | Annotate | Line # | Download | only in conf
      1  1.5  uwe #	$NetBSD: files.shb,v 1.5 2006/09/20 00:41:11 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.5  uwe device	rtc
     11  1.5  uwe attach	rtc at shb
     12  1.5  uwe file	arch/sh3/dev/rtc.c		rtc	needs-flag
     13  1.5  uwe 
     14  1.1  uch device	wdog
     15  1.1  uch attach	wdog at shb
     16  1.1  uch file	arch/sh3/dev/wdog.c		wdog	needs-flag
     17  1.1  uch 
     18  1.1  uch defflag	opt_sci.h	SCICONSOLE
     19  1.1  uch defparam opt_sci.h	SCICN_SPEED
     20  1.1  uch device	sci: tty
     21  1.1  uch attach	sci at shb
     22  1.2  uch file	arch/sh3/dev/sci.c		sci	needs-flag
     23  1.1  uch 
     24  1.1  uch defflag	opt_scif.h	SCIFCONSOLE
     25  1.1  uch defparam opt_scif.h	SCIFCN_SPEED
     26  1.1  uch device	scif: tty
     27  1.1  uch attach	scif at shb
     28  1.2  uch file	arch/sh3/dev/scif.c		scif	needs-flag
     29  1.3  uwe 
     30  1.3  uwe device	adc {}
     31  1.3  uwe attach	adc at shb
     32  1.3  uwe file	arch/sh3/dev/adc.c		adc
     33