Home | History | Annotate | Line # | Download | only in conf
files.mmeye revision 1.4
      1 #	$NetBSD: files.mmeye,v 1.4 2001/02/06 16:45:21 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 
     15 defopt	opt_memsize.h	IOM_ROM_BEGIN IOM_ROM_SIZE IOM_RAM_BEGIN IOM_RAM_SIZE
     16 
     17 #
     18 # Machine-independent SCSI drivers
     19 #
     20 
     21 include "dev/scsipi/files.scsipi"
     22 major	{sd = 4}
     23 major	{st = 5}
     24 major	{cd = 6}
     25 
     26 #
     27 # Machine-independent ATA drivers
     28 #
     29 
     30 include "dev/ata/files.ata"
     31 major	{wd = 0}
     32 
     33 # Memory Disk for install floppy
     34 file dev/md_root.c				memory_disk_hooks
     35 major	{md = 17}
     36 
     37 #
     38 # System bus types
     39 #
     40 
     41 define mainbus { }
     42 device	mainbus:  mainbus
     43 attach	mainbus at root
     44 file	arch/mmeye/mmeye/mainbus.c	mainbus
     45 
     46 include "arch/mmeye/conf/files.shbus"
     47 
     48 # network devices MII bus
     49 include "dev/mii/files.mii"
     50