Home | History | Annotate | Line # | Download | only in conf
files.dreamcast revision 1.11.2.5
      1  1.11.2.5  jdolecek #	$NetBSD: files.dreamcast,v 1.11.2.5 2002/10/10 18:32:20 jdolecek Exp $
      2       1.1    marcus 
      3  1.11.2.3  jdolecek # maxpartitions must be first item in files.${MACHINE}
      4       1.8       uch maxpartitions 8
      5       1.8       uch 
      6       1.8       uch maxusers 2 16 64
      7       1.1    marcus 
      8       1.2    marcus include "dev/wscons/files.wscons"
      9       1.7   thorpej include "dev/rasops/files.rasops"
     10       1.7   thorpej include "dev/wsfont/files.wsfont"
     11       1.6   thorpej 
     12       1.6   thorpej include "dev/i2o/files.i2o"
     13       1.6   thorpej include "dev/pci/files.pci"
     14       1.2    marcus 
     15       1.1    marcus file	arch/dreamcast/dreamcast/conf.c
     16       1.1    marcus file	arch/dreamcast/dreamcast/machdep.c
     17       1.8       uch file	arch/dreamcast/dreamcast/autoconf.c
     18  1.11.2.3  jdolecek file	arch/dreamcast/dreamcast/clock_machdep.c
     19       1.9       uch file	arch/sh3/sh3/disksubr.c				disk
     20       1.1    marcus 
     21  1.11.2.2   thorpej defparam opt_memsize.h	IOM_ROM_BEGIN IOM_ROM_SIZE IOM_RAM_BEGIN IOM_RAM_SIZE
     22       1.8       uch 
     23       1.8       uch #
     24       1.8       uch # Machine-independent SCSI drivers
     25       1.8       uch #
     26       1.8       uch 
     27       1.8       uch include "dev/scsipi/files.scsipi"
     28       1.8       uch 
     29       1.8       uch #
     30       1.8       uch # Machine-independent ATA drivers
     31       1.8       uch #
     32       1.8       uch 
     33       1.8       uch include "dev/ata/files.ata"
     34       1.8       uch 
     35       1.8       uch # Memory Disk for install floppy
     36       1.8       uch file dev/md_root.c				memory_disk_hooks
     37       1.8       uch 
     38       1.8       uch #
     39       1.8       uch # System bus types
     40       1.8       uch #
     41       1.8       uch 
     42       1.8       uch define mainbus { }
     43  1.11.2.2   thorpej device	mainbus: mainbus
     44       1.8       uch attach	mainbus at root
     45       1.8       uch file	arch/dreamcast/dreamcast/mainbus.c	mainbus
     46       1.8       uch 
     47  1.11.2.4  jdolecek device cpu
     48  1.11.2.4  jdolecek attach cpu at mainbus
     49  1.11.2.4  jdolecek file	arch/sh3/sh3/cpu.c			cpu
     50  1.11.2.4  jdolecek 
     51  1.11.2.4  jdolecek include	"arch/sh3/conf/files.shb"
     52       1.8       uch 
     53  1.11.2.4  jdolecek file arch/dreamcast/dreamcast/sysasic.c		shb
     54       1.2    marcus 
     55       1.5   thorpej device maple { [port = -1], [subunit = -1] }
     56       1.2    marcus attach maple at shb
     57      1.11    marcus file	arch/dreamcast/dev/maple/maple.c		maple	needs-flag
     58       1.2    marcus 
     59       1.2    marcus device	mkbd: wskbddev
     60       1.2    marcus attach	mkbd at maple
     61       1.6   thorpej file	arch/dreamcast/dev/maple/mkbd.c			mkbd	needs-flag
     62  1.11.2.1   thorpej 
     63  1.11.2.1   thorpej device	mms: wsmousedev
     64  1.11.2.1   thorpej attach	mms at maple
     65  1.11.2.1   thorpej file	arch/dreamcast/dev/maple/mms.c			mms	needs-flag
     66       1.2    marcus 
     67  1.11.2.2   thorpej device	pvr: wsemuldisplaydev, rasops16
     68  1.11.2.2   thorpej attach	pvr at shb
     69  1.11.2.2   thorpej file	arch/dreamcast/dev/pvr.c			pvr	needs-flag
     70       1.4    marcus 
     71       1.4    marcus device	gdrom: disk
     72       1.4    marcus attach	gdrom at shb
     73       1.6   thorpej file	arch/dreamcast/dev/gdrom.c			gdrom	needs-flag
     74       1.2    marcus 
     75       1.6   thorpej device	g2bus { }
     76       1.6   thorpej attach	g2bus at shb
     77       1.6   thorpej file	arch/dreamcast/dev/g2/g2bus.c			g2bus
     78       1.6   thorpej file	arch/dreamcast/dev/g2/g2bus_bus_mem.c		g2bus
     79       1.6   thorpej 
     80       1.6   thorpej device	gapspci: pcibus
     81       1.6   thorpej attach	gapspci at g2bus
     82       1.6   thorpej file	arch/dreamcast/dev/g2/gapspci.c			gapspci
     83       1.6   thorpej file	arch/dreamcast/dev/g2/gapspci_dma.c		gapspci
     84       1.6   thorpej file	arch/dreamcast/dev/g2/gapspci_pci.c		gapspci
     85  1.11.2.5  jdolecek 
     86  1.11.2.5  jdolecek include "arch/dreamcast/conf/majors.dreamcast"
     87