Home | History | Annotate | Line # | Download | only in conf
files.sgimips revision 1.9
      1  1.9  thorpej #	$NetBSD: files.sgimips,v 1.9 2001/05/11 05:04:34 thorpej Exp $
      2  1.1    soren 
      3  1.1    soren maxpartitions 16
      4  1.1    soren 
      5  1.1    soren maxusers 2 8 64
      6  1.1    soren 
      7  1.9  thorpej defopt	opt_machtypes.h IP20 IP22 IP32
      8  1.9  thorpej 
      9  1.1    soren device mainbus {[addr = -1]}
     10  1.1    soren attach mainbus at root
     11  1.1    soren file arch/sgimips/sgimips/mainbus.c	mainbus
     12  1.1    soren 
     13  1.1    soren device cpu
     14  1.1    soren attach cpu at mainbus
     15  1.1    soren file arch/sgimips/sgimips/cpu.c		cpu
     16  1.1    soren 
     17  1.1    soren define giobus {}
     18  1.1    soren 
     19  1.1    soren device imc: giobus, eisabus
     20  1.1    soren attach imc at mainbus
     21  1.1    soren file arch/sgimips/dev/imc.c		imc
     22  1.1    soren 
     23  1.1    soren device crime
     24  1.1    soren attach crime at mainbus
     25  1.1    soren file arch/sgimips/dev/crime.c		crime
     26  1.1    soren 
     27  1.1    soren device mace {[offset = -1], [intr = -1]}
     28  1.1    soren attach mace at mainbus
     29  1.1    soren file arch/sgimips/dev/mace.c		mace
     30  1.1    soren 
     31  1.1    soren attach com at mace with com_mace
     32  1.1    soren file arch/sgimips/dev/com_mace.c	com_mace
     33  1.1    soren 
     34  1.2    soren device lpt # XXX
     35  1.1    soren attach lpt at mace with lpt_mace
     36  1.1    soren file arch/sgimips/dev/lpt_mace.c	lpt_mace
     37  1.2    soren file dev/ic/lpt.c			lpt_mace
     38  1.1    soren 
     39  1.1    soren attach pckbc at mace with pckbc_mace
     40  1.1    soren file arch/sgimips/dev/pckbc_mace.c	pckbc_mace
     41  1.1    soren 
     42  1.2    soren #attach mcclock at mace with mcclock_mace
     43  1.2    soren #file arch/sgimips/dev/mcclock_mace.c	mcclock_mace
     44  1.2    soren 
     45  1.1    soren device mec: arp, ether, ifnet, mii
     46  1.1    soren attach mec at mace
     47  1.1    soren file arch/sgimips/dev/if_mec.c		mec
     48  1.1    soren 
     49  1.1    soren device macepci: pcibus
     50  1.1    soren attach macepci at mace
     51  1.1    soren file arch/sgimips/pci/macepci.c		macepci
     52  1.3    soren 
     53  1.3    soren device	zsc {[channel = -1]}
     54  1.3    soren device	zstty: tty
     55  1.3    soren attach	zstty at zsc
     56  1.9  thorpej file 	dev/ic/z8530tty.c			zstty needs-flag
     57  1.9  thorpej file	arch/sgimips/dev/zs_kgdb.c		kgdb
     58  1.9  thorpej file 	arch/sgimips/dev/zs.c			zsc needs-count
     59  1.9  thorpej file 	dev/ic/z8530sc.c			zsc
     60  1.1    soren 
     61  1.9  thorpej file arch/sgimips/sgimips/ip22.c
     62  1.9  thorpej file arch/sgimips/sgimips/ip32.c
     63  1.1    soren file arch/sgimips/sgimips/arcs.c
     64  1.1    soren file arch/sgimips/sgimips/autoconf.c
     65  1.1    soren file arch/sgimips/sgimips/bus.c
     66  1.1    soren file arch/sgimips/sgimips/clock.c
     67  1.1    soren file arch/sgimips/sgimips/conf.c
     68  1.1    soren file arch/sgimips/sgimips/console.c
     69  1.1    soren file arch/sgimips/sgimips/disksubr.c
     70  1.1    soren file arch/sgimips/sgimips/machdep.c
     71  1.9  thorpej file arch/sgimips/sgimips/softintr.c
     72  1.8     fvdl file arch/sgimips/sgimips/procfs_machdep.c	procfs
     73  1.1    soren 
     74  1.6    soren file dev/md_root.c			memory_disk_hooks
     75  1.1    soren major {md = 2}
     76  1.1    soren 
     77  1.1    soren major {raid = 5} 
     78  1.7       ad major {ld = 14}
     79  1.1    soren 
     80  1.1    soren file dev/clock_subr.c
     81  1.1    soren file dev/cons.c
     82  1.1    soren 
     83  1.1    soren include "arch/sgimips/gio/files.gio"
     84  1.5    pooka 
     85  1.5    pooka # Machine-independent I2O drivers.
     86  1.5    pooka include "dev/i2o/files.i2o"
     87  1.1    soren 
     88  1.1    soren include "dev/pci/files.pci"
     89  1.1    soren file	arch/sgimips/pci/pci_machdep.c	pci
     90  1.1    soren 
     91  1.9  thorpej include "dev/eisa/files.eisa"
     92  1.9  thorpej file	arch/sgimips/eisa/eisa_machdep.c	eisa
     93  1.9  thorpej 
     94  1.1    soren include "dev/vme/files.vme"
     95  1.1    soren include "dev/wscons/files.wscons"
     96  1.1    soren include "dev/wsfont/files.wsfont"
     97  1.1    soren include "dev/pckbc/files.pckbc"
     98  1.1    soren include "dev/mii/files.mii"
     99  1.1    soren include "dev/usb/files.usb"
    100  1.1    soren include "dev/scsipi/files.scsipi"
    101  1.1    soren major {sd = 10}
    102  1.1    soren major {cd = 12}
    103  1.1    soren include "dev/ata/files.ata"
    104  1.1    soren major {wd = 13}
    105