Home | History | Annotate | Line # | Download | only in conf
files.dreamcast revision 1.30.74.1
      1  1.30.74.1    skrll #	$NetBSD: files.dreamcast,v 1.30.74.1 2017/02/05 13:40:06 skrll Exp $
      2        1.1   marcus 
      3       1.16      uch # maxpartitions must be first item in files.${MACHINE}
      4       1.22    itohy maxpartitions 16
      5        1.8      uch 
      6        1.8      uch maxusers 2 16 64
      7        1.1   marcus 
      8        1.6  thorpej include "dev/i2o/files.i2o"
      9        1.6  thorpej include "dev/pci/files.pci"
     10        1.2   marcus 
     11        1.1   marcus file	arch/dreamcast/dreamcast/conf.c
     12        1.1   marcus file	arch/dreamcast/dreamcast/machdep.c
     13        1.8      uch file	arch/dreamcast/dreamcast/autoconf.c
     14       1.15      uch file	arch/dreamcast/dreamcast/clock_machdep.c
     15        1.9      uch file	arch/sh3/sh3/disksubr.c				disk
     16       1.24  tsutsui 
     17       1.26      uch file	dev/kloader.c					kloader
     18       1.26      uch file	arch/dreamcast/dreamcast/kloader_machdep.c	kloader
     19       1.24  tsutsui defflag	opt_kloader.h	KLOADER
     20       1.24  tsutsui defflag	debug_kloader.h	KLOADER_DEBUG
     21        1.1   marcus 
     22       1.14    lukem defparam opt_memsize.h	IOM_ROM_BEGIN IOM_ROM_SIZE IOM_RAM_BEGIN IOM_RAM_SIZE
     23        1.8      uch 
     24        1.8      uch #
     25        1.8      uch # Machine-independent SCSI drivers
     26        1.8      uch #
     27        1.8      uch 
     28        1.8      uch include "dev/scsipi/files.scsipi"
     29        1.8      uch 
     30        1.8      uch #
     31        1.8      uch # Machine-independent ATA drivers
     32        1.8      uch #
     33        1.8      uch 
     34        1.8      uch include "dev/ata/files.ata"
     35        1.8      uch 
     36        1.8      uch # Memory Disk for install floppy
     37        1.8      uch file dev/md_root.c				memory_disk_hooks
     38        1.8      uch 
     39        1.8      uch #
     40        1.8      uch # System bus types
     41        1.8      uch #
     42        1.8      uch 
     43        1.8      uch define mainbus { }
     44       1.13    lukem device	mainbus: mainbus
     45        1.8      uch attach	mainbus at root
     46        1.8      uch file	arch/dreamcast/dreamcast/mainbus.c	mainbus
     47        1.8      uch 
     48       1.17      uch device cpu
     49       1.17      uch attach cpu at mainbus
     50       1.17      uch file	arch/sh3/sh3/cpu.c			cpu
     51       1.17      uch 
     52       1.17      uch include	"arch/sh3/conf/files.shb"
     53       1.17      uch 
     54       1.17      uch file arch/dreamcast/dreamcast/sysasic.c		shb
     55        1.2   marcus 
     56        1.5  thorpej device maple { [port = -1], [subunit = -1] }
     57        1.2   marcus attach maple at shb
     58       1.11   marcus file	arch/dreamcast/dev/maple/maple.c		maple	needs-flag
     59        1.2   marcus 
     60        1.2   marcus device	mkbd: wskbddev
     61        1.2   marcus attach	mkbd at maple
     62        1.6  thorpej file	arch/dreamcast/dev/maple/mkbd.c			mkbd	needs-flag
     63       1.12  thorpej 
     64       1.12  thorpej device	mms: wsmousedev
     65       1.12  thorpej attach	mms at maple
     66       1.12  thorpej file	arch/dreamcast/dev/maple/mms.c			mms	needs-flag
     67       1.21    itohy 
     68       1.21    itohy device	mmem: disk
     69       1.21    itohy attach	mmem at maple
     70       1.21    itohy file	arch/dreamcast/dev/maple/mmemcard.c		mmem	needs-flag
     71       1.21    itohy 
     72       1.21    itohy device	mlcd
     73       1.21    itohy attach	mlcd at maple
     74       1.21    itohy file	arch/dreamcast/dev/maple/mlcd.c			mlcd	needs-flag
     75        1.2   marcus 
     76       1.13    lukem device	pvr: wsemuldisplaydev, rasops16
     77       1.13    lukem attach	pvr at shb
     78       1.13    lukem file	arch/dreamcast/dev/pvr.c			pvr	needs-flag
     79        1.4   marcus 
     80  1.30.74.1    skrll device	g1bus { }
     81  1.30.74.1    skrll attach	g1bus at shb
     82  1.30.74.1    skrll file	arch/dreamcast/dev/g1/g1bus.c			g1bus
     83  1.30.74.1    skrll file	arch/dreamcast/dev/g1/g1bus_bus_mem.c		g1bus
     84  1.30.74.1    skrll 
     85  1.30.74.1    skrll attach	wdc at g1bus with wdc_g1bus
     86  1.30.74.1    skrll file	arch/dreamcast/dev/g1/wdc_g1.c			wdc_g1bus
     87  1.30.74.1    skrll 
     88        1.4   marcus device	gdrom: disk
     89        1.4   marcus attach	gdrom at shb
     90        1.6  thorpej file	arch/dreamcast/dev/gdrom.c			gdrom	needs-flag
     91  1.30.74.1    skrll #attach	gdrom at atapibus
     92  1.30.74.1    skrll #file	arch/dreamcast/dev/g1/gdrom.c			gdrom	needs-flag
     93        1.2   marcus 
     94        1.6  thorpej device	g2bus { }
     95        1.6  thorpej attach	g2bus at shb
     96        1.6  thorpej file	arch/dreamcast/dev/g2/g2bus.c			g2bus
     97        1.6  thorpej file	arch/dreamcast/dev/g2/g2bus_bus_mem.c		g2bus
     98        1.6  thorpej 
     99       1.28      uwe device	g2rtc
    100       1.28      uwe attach	g2rtc at g2bus
    101       1.28      uwe file	arch/dreamcast/dev/g2/g2rtc.c			g2rtc
    102       1.28      uwe 
    103        1.6  thorpej device	gapspci: pcibus
    104        1.6  thorpej attach	gapspci at g2bus
    105        1.6  thorpej file	arch/dreamcast/dev/g2/gapspci.c			gapspci
    106        1.6  thorpej file	arch/dreamcast/dev/g2/gapspci_dma.c		gapspci
    107        1.6  thorpej file	arch/dreamcast/dev/g2/gapspci_pci.c		gapspci
    108       1.23  tsutsui 
    109       1.23  tsutsui # LAN Adapter
    110       1.23  tsutsui attach	mbe at g2bus with mbe_g2bus
    111       1.23  tsutsui file	arch/dreamcast/dev/g2/if_mbe_g2.c		mbe_g2bus
    112       1.25   marcus 
    113       1.25   marcus device	aica: audiobus, auconv, mulaw
    114       1.25   marcus attach	aica at g2bus
    115       1.25   marcus file	arch/dreamcast/dev/g2/aica.c			aica	needs-flag
    116       1.20  gehenna 
    117       1.20  gehenna include "arch/dreamcast/conf/majors.dreamcast"
    118