Home | History | Annotate | Line # | Download | only in conf
files.dreamcast revision 1.11.2.1
      1  1.11.2.1  thorpej #	$NetBSD: files.dreamcast,v 1.11.2.1 2001/09/13 01:13:34 thorpej Exp $
      2       1.1   marcus #
      3       1.1   marcus # new style config file for sh3 architecture
      4       1.1   marcus #
      5       1.1   marcus 
      6       1.8      uch # maxpartitions must be first item in files.${ARCH}.newconf
      7       1.8      uch maxpartitions 8
      8       1.8      uch 
      9       1.8      uch maxusers 2 16 64
     10       1.1   marcus 
     11       1.2   marcus include "dev/wscons/files.wscons"
     12       1.7  thorpej include "dev/rasops/files.rasops"
     13       1.7  thorpej include "dev/wsfont/files.wsfont"
     14       1.6  thorpej 
     15       1.6  thorpej include "dev/i2o/files.i2o"
     16       1.6  thorpej include "dev/pci/files.pci"
     17       1.2   marcus 
     18       1.1   marcus file	arch/dreamcast/dreamcast/conf.c
     19       1.1   marcus file	arch/dreamcast/dreamcast/machdep.c
     20       1.8      uch file	arch/dreamcast/dreamcast/autoconf.c
     21       1.3     fvdl file	arch/dreamcast/dreamcast/procfs_machdep.c	procfs
     22      1.10      uch file	arch/dreamcast/dreamcast/clock.c
     23       1.9      uch file	arch/sh3/sh3/disksubr.c				disk
     24       1.1   marcus 
     25       1.1   marcus defopt	opt_memsize.h	IOM_ROM_BEGIN IOM_ROM_SIZE IOM_RAM_BEGIN IOM_RAM_SIZE
     26       1.1   marcus defopt  opt_led_addr.h	LED_ADDR
     27       1.1   marcus defopt	opt_initbsc.h	BSC_BCR1_VAL BSC_BCR2_VAL BSC_WCR1_VAL BSC_WCR2_VAL
     28       1.1   marcus 			BSC_WCR3_VAL BSC_MCR_VAL BSC_SDMR2_VAL BSC_SDMR3_VAL
     29       1.1   marcus 			BSC_RTCSR_VAL BSC_RTCNT_VAL BSC_RTCOR_VAL BSC_RFCR_VAL
     30       1.1   marcus 			BSC_PCR_VAL FRQCR_VAL PFC_SCPCR_VAL
     31       1.8      uch 
     32       1.8      uch #
     33       1.8      uch # Machine-independent SCSI drivers
     34       1.8      uch #
     35       1.8      uch 
     36       1.8      uch include "dev/scsipi/files.scsipi"
     37       1.8      uch major	{sd = 4}
     38       1.8      uch major	{st = 5}
     39       1.8      uch major	{cd = 6}
     40       1.8      uch 
     41       1.8      uch #
     42       1.8      uch # Machine-independent ATA drivers
     43       1.8      uch #
     44       1.8      uch 
     45       1.8      uch include "dev/ata/files.ata"
     46       1.8      uch major	{wd = 0}
     47       1.8      uch 
     48       1.8      uch # Memory Disk for install floppy
     49       1.8      uch file dev/md_root.c				memory_disk_hooks
     50       1.8      uch major	{md = 17}
     51       1.8      uch 
     52       1.8      uch #
     53       1.8      uch # System bus types
     54       1.8      uch #
     55       1.8      uch 
     56       1.8      uch define mainbus { }
     57       1.8      uch device	mainbus:  mainbus
     58       1.8      uch attach	mainbus at root
     59       1.8      uch file	arch/dreamcast/dreamcast/mainbus.c	mainbus
     60       1.8      uch 
     61       1.8      uch include "arch/dreamcast/conf/files.shbus"
     62       1.8      uch 
     63       1.8      uch # network devices MII bus
     64       1.8      uch include "dev/mii/files.mii"
     65       1.2   marcus 
     66       1.5  thorpej device maple { [port = -1], [subunit = -1] }
     67       1.2   marcus attach maple at shb
     68      1.11   marcus file	arch/dreamcast/dev/maple/maple.c		maple	needs-flag
     69       1.2   marcus 
     70       1.2   marcus device	mkbd: wskbddev
     71       1.2   marcus attach	mkbd at maple
     72       1.6  thorpej file	arch/dreamcast/dev/maple/mkbd.c			mkbd	needs-flag
     73  1.11.2.1  thorpej 
     74  1.11.2.1  thorpej device	mms: wsmousedev
     75  1.11.2.1  thorpej attach	mms at maple
     76  1.11.2.1  thorpej file	arch/dreamcast/dev/maple/mms.c			mms	needs-flag
     77       1.2   marcus 
     78       1.7  thorpej device  pvr: wsemuldisplaydev, rasops16
     79       1.2   marcus attach  pvr at shb
     80       1.6  thorpej file    arch/dreamcast/dev/pvr.c			pvr	needs-flag
     81       1.4   marcus 
     82       1.4   marcus device	gdrom: disk
     83       1.4   marcus attach	gdrom at shb
     84       1.6  thorpej file	arch/dreamcast/dev/gdrom.c			gdrom	needs-flag
     85       1.4   marcus major	{gdrom = 19}
     86       1.2   marcus 
     87       1.6  thorpej device	g2bus { }
     88       1.6  thorpej attach	g2bus at shb
     89       1.6  thorpej file	arch/dreamcast/dev/g2/g2bus.c			g2bus
     90       1.6  thorpej file	arch/dreamcast/dev/g2/g2bus_bus_mem.c		g2bus
     91       1.6  thorpej 
     92       1.6  thorpej device	gapspci: pcibus
     93       1.6  thorpej attach	gapspci at g2bus
     94       1.6  thorpej file	arch/dreamcast/dev/g2/gapspci.c			gapspci
     95       1.6  thorpej file	arch/dreamcast/dev/g2/gapspci_dma.c		gapspci
     96       1.6  thorpej file	arch/dreamcast/dev/g2/gapspci_pci.c		gapspci
     97