Home | History | Annotate | Line # | Download | only in conf
files.sgimips revision 1.5.2.2
      1  1.5.2.2  bouyer #	$NetBSD: files.sgimips,v 1.5.2.2 2000/11/20 20:23:41 bouyer Exp $
      2  1.5.2.2  bouyer 
      3  1.5.2.2  bouyer maxpartitions 16
      4  1.5.2.2  bouyer 
      5  1.5.2.2  bouyer maxusers 2 8 64
      6  1.5.2.2  bouyer 
      7  1.5.2.2  bouyer device mainbus {[addr = -1]}
      8  1.5.2.2  bouyer attach mainbus at root
      9  1.5.2.2  bouyer file arch/sgimips/sgimips/mainbus.c	mainbus
     10  1.5.2.2  bouyer 
     11  1.5.2.2  bouyer device cpu
     12  1.5.2.2  bouyer attach cpu at mainbus
     13  1.5.2.2  bouyer file arch/sgimips/sgimips/cpu.c		cpu
     14  1.5.2.2  bouyer 
     15  1.5.2.2  bouyer define giobus {}
     16  1.5.2.2  bouyer 
     17  1.5.2.2  bouyer device imc: giobus, eisabus
     18  1.5.2.2  bouyer attach imc at mainbus
     19  1.5.2.2  bouyer file arch/sgimips/dev/imc.c		imc
     20  1.5.2.2  bouyer 
     21  1.5.2.2  bouyer device crime
     22  1.5.2.2  bouyer attach crime at mainbus
     23  1.5.2.2  bouyer file arch/sgimips/dev/crime.c		crime
     24  1.5.2.2  bouyer 
     25  1.5.2.2  bouyer device mace {[offset = -1], [intr = -1]}
     26  1.5.2.2  bouyer attach mace at mainbus
     27  1.5.2.2  bouyer file arch/sgimips/dev/mace.c		mace
     28  1.5.2.2  bouyer 
     29  1.5.2.2  bouyer attach com at mace with com_mace
     30  1.5.2.2  bouyer file arch/sgimips/dev/com_mace.c	com_mace
     31  1.5.2.2  bouyer 
     32  1.5.2.2  bouyer device lpt # XXX
     33  1.5.2.2  bouyer attach lpt at mace with lpt_mace
     34  1.5.2.2  bouyer file arch/sgimips/dev/lpt_mace.c	lpt_mace
     35  1.5.2.2  bouyer file dev/ic/lpt.c			lpt_mace
     36  1.5.2.2  bouyer 
     37  1.5.2.2  bouyer attach pckbc at mace with pckbc_mace
     38  1.5.2.2  bouyer file arch/sgimips/dev/pckbc_mace.c	pckbc_mace
     39  1.5.2.2  bouyer 
     40  1.5.2.2  bouyer #attach mcclock at mace with mcclock_mace
     41  1.5.2.2  bouyer #file arch/sgimips/dev/mcclock_mace.c	mcclock_mace
     42  1.5.2.2  bouyer 
     43  1.5.2.2  bouyer device mec: arp, ether, ifnet, mii
     44  1.5.2.2  bouyer attach mec at mace
     45  1.5.2.2  bouyer file arch/sgimips/dev/if_mec.c		mec
     46  1.5.2.2  bouyer 
     47  1.5.2.2  bouyer device macepci: pcibus
     48  1.5.2.2  bouyer attach macepci at mace
     49  1.5.2.2  bouyer file arch/sgimips/pci/macepci.c		macepci
     50  1.5.2.2  bouyer 
     51  1.5.2.2  bouyer device	zsc {[channel = -1]}
     52  1.5.2.2  bouyer device	zstty: tty
     53  1.5.2.2  bouyer attach	zstty at zsc
     54  1.5.2.2  bouyer file	dev/ic/z8530tty.c		zstty needs-count       
     55  1.5.2.2  bouyer 
     56  1.5.2.2  bouyer file arch/sgimips/sgimips/arcs.c
     57  1.5.2.2  bouyer file arch/sgimips/sgimips/autoconf.c
     58  1.5.2.2  bouyer file arch/sgimips/sgimips/bus.c
     59  1.5.2.2  bouyer file arch/sgimips/sgimips/clock.c
     60  1.5.2.2  bouyer file arch/sgimips/sgimips/conf.c
     61  1.5.2.2  bouyer file arch/sgimips/sgimips/console.c
     62  1.5.2.2  bouyer file arch/sgimips/sgimips/disksubr.c
     63  1.5.2.2  bouyer file arch/sgimips/sgimips/machdep.c
     64  1.5.2.2  bouyer 
     65  1.5.2.2  bouyer file arch/sgimips/sgimips/md_root.c	memory_disk_hooks
     66  1.5.2.2  bouyer major {md = 2}
     67  1.5.2.2  bouyer 
     68  1.5.2.2  bouyer major {raid = 5} 
     69  1.5.2.2  bouyer major {lsu = 14}
     70  1.5.2.2  bouyer 
     71  1.5.2.2  bouyer file dev/clock_subr.c
     72  1.5.2.2  bouyer file dev/cons.c
     73  1.5.2.2  bouyer 
     74  1.5.2.2  bouyer include "arch/sgimips/gio/files.gio"
     75  1.5.2.2  bouyer #include "arch/sgimips/hpc/files.hpc"
     76  1.5.2.2  bouyer 
     77  1.5.2.2  bouyer include "dev/pci/files.pci"
     78  1.5.2.2  bouyer file	arch/sgimips/pci/pci_machdep.c	pci
     79  1.5.2.2  bouyer 
     80  1.5.2.2  bouyer include "dev/vme/files.vme"
     81  1.5.2.2  bouyer include "dev/eisa/files.eisa"
     82  1.5.2.2  bouyer include "dev/wscons/files.wscons"
     83  1.5.2.2  bouyer include "dev/wsfont/files.wsfont"
     84  1.5.2.2  bouyer include "dev/pckbc/files.pckbc"
     85  1.5.2.2  bouyer include "dev/mii/files.mii"
     86  1.5.2.2  bouyer include "dev/usb/files.usb"
     87  1.5.2.2  bouyer include "dev/scsipi/files.scsipi"
     88  1.5.2.2  bouyer major {sd = 10}
     89  1.5.2.2  bouyer major {cd = 12}
     90  1.5.2.2  bouyer include "dev/ata/files.ata"
     91  1.5.2.2  bouyer major {wd = 13}
     92