Home | History | Annotate | Line # | Download | only in conf
files.obs405 revision 1.2
      1  1.2  shige #	$NetBSD: files.obs405,v 1.2 2003/09/24 11:48:18 shige Exp $
      2  1.1  shige #
      3  1.1  shige # obs405-specific configuration info
      4  1.1  shige 
      5  1.2  shige file	arch/powerpc/ibm4xx/ibm4xxgpx_autoconf.c
      6  1.1  shige file	arch/powerpc/ibm4xx/ibm40x_machdep.c
      7  1.1  shige file	arch/evbppc/obs405/consinit.c
      8  1.1  shige file	arch/evbppc/obs405/machdep.c
      9  1.1  shige 
     10  1.1  shige # Memory Disk for install kernel
     11  1.1  shige file	dev/md_root.c				memory_disk_hooks
     12  1.1  shige 
     13  1.1  shige # Machine-independent SCSI drivers
     14  1.1  shige include	"dev/scsipi/files.scsipi"
     15  1.1  shige 
     16  1.1  shige # Machine-independent ATA drivers
     17  1.1  shige include	"dev/ata/files.ata"
     18  1.1  shige 
     19  1.1  shige # Workstation Console
     20  1.1  shige include "dev/wscons/files.wscons"
     21  1.1  shige 
     22  1.1  shige # Raster operations
     23  1.1  shige include "dev/rasops/files.rasops"
     24  1.1  shige include "dev/wsfont/files.wsfont"
     25  1.1  shige 
     26  1.1  shige define	todservice {}
     27  1.1  shige 
     28  1.1  shige device	todclock
     29  1.1  shige attach	todclock at todservice
     30  1.1  shige file	arch/powerpc/ibm4xx/dev/todclock.c	todclock	needs-count
     31  1.1  shige #file	arch/evbppc/obs405/dev/todclock.c	todclock	needs-count
     32  1.1  shige 
     33  1.1  shige device	rtc: todservice
     34  1.1  shige attach	rtc at iic
     35  1.1  shige file	arch/evbppc/obs405/dev/x1226.c		rtc
     36  1.1  shige 
     37  1.1  shige #
     38  1.1  shige # Machine-independent CardBus drivers
     39  1.1  shige #
     40  1.1  shige 
     41  1.1  shige # XXX dev/pcmcia needs fdc
     42  1.1  shige device fdc {drive = -1}
     43  1.1  shige 
     44  1.1  shige include "dev/cardbus/files.cardbus"
     45  1.1  shige include "dev/pcmcia/files.pcmcia"
     46  1.1  shige 
     47  1.1  shige file arch/macppc/macppc/rbus_machdep.c		cardbus
     48