Home | History | Annotate | Line # | Download | only in conf
files.mmeye revision 1.6.2.3
      1  1.6.2.3  jdolecek #	$NetBSD: files.mmeye,v 1.6.2.3 2002/06/23 17:38:13 jdolecek Exp $
      2      1.1    itojun #
      3      1.1    itojun # config file for mmeye
      4      1.1    itojun 
      5  1.6.2.3  jdolecek # maxpartitions must be first item
      6      1.4       uch maxpartitions 8
      7      1.4       uch 
      8      1.4       uch maxusers 2 16 64
      9      1.1    itojun 
     10      1.1    itojun file	arch/mmeye/mmeye/conf.c
     11      1.1    itojun file	arch/mmeye/mmeye/machdep.c
     12      1.4       uch file	arch/mmeye/mmeye/autoconf.c
     13  1.6.2.2  jdolecek file	arch/mmeye/mmeye/clock_machdep.c
     14      1.5       uch file	arch/sh3/sh3/disksubr.c			disk
     15      1.2   msaitoh 
     16  1.6.2.1   thorpej defparam opt_memsize.h	IOM_ROM_BEGIN IOM_ROM_SIZE IOM_RAM_BEGIN IOM_RAM_SIZE
     17      1.4       uch 
     18      1.4       uch #
     19      1.4       uch # Machine-independent SCSI drivers
     20      1.4       uch #
     21      1.4       uch 
     22      1.4       uch include "dev/scsipi/files.scsipi"
     23      1.4       uch major	{sd = 4}
     24      1.4       uch major	{st = 5}
     25      1.4       uch major	{cd = 6}
     26      1.4       uch 
     27      1.4       uch #
     28      1.4       uch # Machine-independent ATA drivers
     29      1.4       uch #
     30      1.4       uch 
     31      1.4       uch include "dev/ata/files.ata"
     32      1.4       uch major	{wd = 0}
     33      1.4       uch 
     34      1.4       uch # Memory Disk for install floppy
     35      1.4       uch file dev/md_root.c				memory_disk_hooks
     36      1.4       uch major	{md = 17}
     37      1.4       uch 
     38      1.4       uch #
     39      1.4       uch # System bus types
     40      1.4       uch #
     41      1.4       uch 
     42      1.4       uch define mainbus { }
     43  1.6.2.1   thorpej device	mainbus: mainbus
     44      1.4       uch attach	mainbus at root
     45      1.4       uch file	arch/mmeye/mmeye/mainbus.c	mainbus
     46      1.4       uch 
     47  1.6.2.3  jdolecek device cpu
     48  1.6.2.3  jdolecek attach cpu at mainbus
     49  1.6.2.3  jdolecek file	arch/sh3/sh3/cpu.c			cpu
     50      1.4       uch 
     51  1.6.2.3  jdolecek include	"arch/sh3/conf/files.shb"
     52  1.6.2.3  jdolecek 
     53  1.6.2.3  jdolecek attach	com at mainbus with com_mainbus
     54  1.6.2.3  jdolecek file	arch/mmeye/dev/com_mainbus.c	com_mainbus
     55  1.6.2.3  jdolecek 
     56  1.6.2.3  jdolecek device	mmeyepcmcia: pcmciabus
     57  1.6.2.3  jdolecek attach	mmeyepcmcia at mainbus
     58  1.6.2.3  jdolecek file	arch/mmeye/dev/mmeyepcmcia.c	mmeyepcmcia
     59  1.6.2.3  jdolecek 
     60  1.6.2.3  jdolecek #
     61  1.6.2.3  jdolecek # Machine-independent PCMCIA drivers
     62  1.6.2.3  jdolecek #
     63  1.6.2.3  jdolecek device	fdc {drive = -1}	# files.pcmcia requires.
     64  1.6.2.3  jdolecek include "dev/pcmcia/files.pcmcia"
     65