Home | History | Annotate | Line # | Download | only in conf
files.sgimips revision 1.26
      1  1.26   sekiya #	$NetBSD: files.sgimips,v 1.26 2003/11/13 02:31:46 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.18    lukem defflag	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.25  tsutsui device mace {[offset = -1], [intr = -1], [intrmask = 0] }
     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.25  tsutsui device lpt
     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.25  tsutsui device mcclock
     43  1.17    soren attach mcclock at mace with mcclock_mace
     44  1.17    soren file arch/sgimips/dev/mcclock_mace.c	mcclock_mace
     45   1.2    soren 
     46   1.1    soren device mec: arp, ether, ifnet, mii
     47   1.1    soren attach mec at mace
     48   1.1    soren file arch/sgimips/dev/if_mec.c		mec
     49  1.26   sekiya 
     50  1.26   sekiya device macau: audiobus, ad1848, auconv
     51  1.26   sekiya attach macau at mace with macau
     52  1.26   sekiya file arch/sgimips/dev/macau_mace.c	macau
     53   1.1    soren 
     54   1.1    soren device macepci: pcibus
     55   1.1    soren attach macepci at mace
     56   1.1    soren file arch/sgimips/pci/macepci.c		macepci
     57   1.3    soren 
     58   1.3    soren device	zsc {[channel = -1]}
     59   1.3    soren device	zstty: tty
     60   1.3    soren attach	zstty at zsc
     61   1.9  thorpej file 	dev/ic/z8530tty.c			zstty needs-flag
     62   1.9  thorpej file	arch/sgimips/dev/zs_kgdb.c		kgdb
     63  1.14  thorpej file 	arch/sgimips/dev/zs.c			zsc needs-flag
     64   1.9  thorpej file 	dev/ic/z8530sc.c			zsc
     65   1.1    soren 
     66  1.10  thorpej file dev/arcbios/arcbios.c
     67  1.10  thorpej file dev/arcbios/arcbios_tty.c
     68  1.10  thorpej 
     69   1.9  thorpej file arch/sgimips/sgimips/ip22.c
     70  1.13  thorpej file arch/sgimips/sgimips/ip22_cache.S		ip22
     71   1.9  thorpej file arch/sgimips/sgimips/ip32.c
     72   1.1    soren file arch/sgimips/sgimips/autoconf.c
     73   1.1    soren file arch/sgimips/sgimips/bus.c
     74   1.1    soren file arch/sgimips/sgimips/clock.c
     75   1.1    soren file arch/sgimips/sgimips/console.c
     76   1.1    soren file arch/sgimips/sgimips/disksubr.c
     77   1.1    soren file arch/sgimips/sgimips/machdep.c
     78  1.24   simonb 
     79  1.24   simonb file arch/mips/mips/softintr.c
     80   1.1    soren 
     81   1.6    soren file dev/md_root.c			memory_disk_hooks
     82   1.1    soren 
     83   1.1    soren file dev/cons.c
     84   1.1    soren 
     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/usb/files.usb"
     99   1.1    soren include "dev/scsipi/files.scsipi"
    100   1.1    soren include "dev/ata/files.ata"
    101  1.17    soren 
    102  1.17    soren include "arch/sgimips/gio/files.gio"
    103  1.21  gehenna 
    104  1.21  gehenna include "arch/sgimips/conf/majors.sgimips"
    105