Home | History | Annotate | Line # | Download | only in conf
files.sgimips revision 1.33
      1  1.33   sekiya #	$NetBSD: files.sgimips,v 1.33 2004/01/18 00:55:26 sekiya 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.33   sekiya defflag	opt_machtypes.h		IP1X IP2X 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.29   sekiya 
     17  1.29   sekiya include "arch/sgimips/ioc/files.ioc"
     18   1.1    soren 
     19   1.1    soren define giobus {}
     20   1.1    soren 
     21   1.1    soren device imc: giobus, eisabus
     22   1.1    soren attach imc at mainbus
     23   1.1    soren file arch/sgimips/dev/imc.c		imc
     24   1.1    soren 
     25  1.32   sekiya device pic: giobus
     26  1.32   sekiya attach pic at mainbus
     27  1.32   sekiya file arch/sgimips/dev/pic.c		pic
     28  1.32   sekiya 
     29   1.1    soren device crime
     30   1.1    soren attach crime at mainbus
     31   1.1    soren file arch/sgimips/dev/crime.c		crime
     32   1.1    soren 
     33  1.25  tsutsui device mace {[offset = -1], [intr = -1], [intrmask = 0] }
     34   1.1    soren attach mace at mainbus
     35   1.1    soren file arch/sgimips/dev/mace.c		mace
     36   1.1    soren 
     37   1.1    soren attach com at mace with com_mace
     38   1.1    soren file arch/sgimips/dev/com_mace.c	com_mace
     39   1.1    soren 
     40  1.25  tsutsui device lpt
     41   1.1    soren attach lpt at mace with lpt_mace
     42   1.1    soren file arch/sgimips/dev/lpt_mace.c	lpt_mace
     43   1.2    soren file dev/ic/lpt.c			lpt_mace
     44   1.1    soren 
     45   1.1    soren attach pckbc at mace with pckbc_mace
     46   1.1    soren file arch/sgimips/dev/pckbc_mace.c	pckbc_mace
     47   1.1    soren 
     48  1.25  tsutsui device mcclock
     49  1.17    soren attach mcclock at mace with mcclock_mace
     50  1.17    soren file arch/sgimips/dev/mcclock_mace.c	mcclock_mace
     51   1.2    soren 
     52   1.1    soren device mec: arp, ether, ifnet, mii
     53   1.1    soren attach mec at mace
     54   1.1    soren file arch/sgimips/dev/if_mec.c		mec
     55  1.26   sekiya 
     56  1.26   sekiya device macau: audiobus, ad1848, auconv
     57  1.26   sekiya attach macau at mace with macau
     58  1.26   sekiya file arch/sgimips/dev/macau_mace.c	macau
     59   1.1    soren 
     60   1.1    soren device macepci: pcibus
     61   1.1    soren attach macepci at mace
     62   1.1    soren file arch/sgimips/pci/macepci.c		macepci
     63   1.3    soren 
     64   1.3    soren device	zsc {[channel = -1]}
     65   1.3    soren device	zstty: tty
     66   1.3    soren attach	zstty at zsc
     67   1.9  thorpej file 	dev/ic/z8530tty.c			zstty needs-flag
     68   1.9  thorpej file	arch/sgimips/dev/zs_kgdb.c		kgdb
     69  1.14  thorpej file 	arch/sgimips/dev/zs.c			zsc needs-flag
     70   1.9  thorpej file 	dev/ic/z8530sc.c			zsc
     71   1.1    soren 
     72  1.10  thorpej file dev/arcbios/arcbios.c
     73  1.10  thorpej file dev/arcbios/arcbios_tty.c
     74  1.10  thorpej 
     75  1.30   sekiya file arch/sgimips/sgimips/ip22_cache.S		ip2x
     76  1.33   sekiya file arch/sgimips/sgimips/int.c			ip1x | ip2x
     77   1.1    soren file arch/sgimips/sgimips/autoconf.c
     78   1.1    soren file arch/sgimips/sgimips/bus.c
     79   1.1    soren file arch/sgimips/sgimips/clock.c
     80   1.1    soren file arch/sgimips/sgimips/console.c
     81   1.1    soren file arch/sgimips/sgimips/disksubr.c
     82   1.1    soren file arch/sgimips/sgimips/machdep.c
     83  1.24   simonb 
     84  1.24   simonb file arch/mips/mips/softintr.c
     85   1.1    soren 
     86   1.6    soren file dev/md_root.c			memory_disk_hooks
     87   1.1    soren 
     88   1.1    soren file dev/cons.c
     89   1.1    soren 
     90   1.5    pooka # Machine-independent I2O drivers.
     91   1.5    pooka include "dev/i2o/files.i2o"
     92   1.1    soren 
     93   1.1    soren include "dev/pci/files.pci"
     94   1.1    soren file	arch/sgimips/pci/pci_machdep.c	pci
     95   1.1    soren 
     96   1.9  thorpej include "dev/eisa/files.eisa"
     97   1.9  thorpej file	arch/sgimips/eisa/eisa_machdep.c	eisa
     98   1.9  thorpej 
     99   1.1    soren include "dev/vme/files.vme"
    100   1.1    soren include "dev/wscons/files.wscons"
    101   1.1    soren include "dev/wsfont/files.wsfont"
    102   1.1    soren include "dev/pckbc/files.pckbc"
    103   1.1    soren include "dev/usb/files.usb"
    104   1.1    soren include "dev/scsipi/files.scsipi"
    105   1.1    soren include "dev/ata/files.ata"
    106  1.17    soren 
    107  1.17    soren include "arch/sgimips/gio/files.gio"
    108  1.21  gehenna 
    109  1.21  gehenna include "arch/sgimips/conf/majors.sgimips"
    110