Home | History | Annotate | Line # | Download | only in conf
files.mmeye revision 1.6
      1 #	$NetBSD: files.mmeye,v 1.6 2001/04/23 11:20:42 uch Exp $
      2 #
      3 # config file for mmeye
      4 
      5 # maxpartitions must be first item in files.${ARCH}.newconf
      6 maxpartitions 8
      7 
      8 maxusers 2 16 64
      9 
     10 file	arch/mmeye/mmeye/conf.c
     11 file	arch/mmeye/mmeye/machdep.c
     12 file	arch/mmeye/mmeye/procfs_machdep.c	procfs
     13 file	arch/mmeye/mmeye/autoconf.c
     14 file	arch/sh3/sh3/clock.c
     15 file	arch/sh3/sh3/disksubr.c			disk
     16 
     17 defopt	opt_memsize.h	IOM_ROM_BEGIN IOM_ROM_SIZE IOM_RAM_BEGIN IOM_RAM_SIZE
     18 
     19 #
     20 # Machine-independent SCSI drivers
     21 #
     22 
     23 include "dev/scsipi/files.scsipi"
     24 major	{sd = 4}
     25 major	{st = 5}
     26 major	{cd = 6}
     27 
     28 #
     29 # Machine-independent ATA drivers
     30 #
     31 
     32 include "dev/ata/files.ata"
     33 major	{wd = 0}
     34 
     35 # Memory Disk for install floppy
     36 file dev/md_root.c				memory_disk_hooks
     37 major	{md = 17}
     38 
     39 #
     40 # System bus types
     41 #
     42 
     43 define mainbus { }
     44 device	mainbus:  mainbus
     45 attach	mainbus at root
     46 file	arch/mmeye/mmeye/mainbus.c	mainbus
     47 
     48 include "arch/mmeye/conf/files.shbus"
     49 
     50 # network devices MII bus
     51 include "dev/mii/files.mii"
     52