Home | History | Annotate | Line # | Download | only in conf
files.sgimips revision 1.24
      1  1.24   simonb #	$NetBSD: files.sgimips,v 1.24 2003/09/15 06:39:20 simonb 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.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.17    soren device mcclock # XXX
     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.1    soren 
     50   1.1    soren device macepci: pcibus
     51   1.1    soren attach macepci at mace
     52   1.1    soren file arch/sgimips/pci/macepci.c		macepci
     53   1.3    soren 
     54   1.3    soren device	zsc {[channel = -1]}
     55   1.3    soren device	zstty: tty
     56   1.3    soren attach	zstty at zsc
     57   1.9  thorpej file 	dev/ic/z8530tty.c			zstty needs-flag
     58   1.9  thorpej file	arch/sgimips/dev/zs_kgdb.c		kgdb
     59  1.14  thorpej file 	arch/sgimips/dev/zs.c			zsc needs-flag
     60   1.9  thorpej file 	dev/ic/z8530sc.c			zsc
     61   1.1    soren 
     62  1.10  thorpej file dev/arcbios/arcbios.c
     63  1.10  thorpej file dev/arcbios/arcbios_tty.c
     64  1.10  thorpej 
     65   1.9  thorpej file arch/sgimips/sgimips/ip22.c
     66  1.13  thorpej file arch/sgimips/sgimips/ip22_cache.S		ip22
     67   1.9  thorpej file arch/sgimips/sgimips/ip32.c
     68   1.1    soren file arch/sgimips/sgimips/autoconf.c
     69   1.1    soren file arch/sgimips/sgimips/bus.c
     70   1.1    soren file arch/sgimips/sgimips/clock.c
     71   1.1    soren file arch/sgimips/sgimips/console.c
     72   1.1    soren file arch/sgimips/sgimips/disksubr.c
     73   1.1    soren file arch/sgimips/sgimips/machdep.c
     74  1.24   simonb 
     75  1.24   simonb file arch/mips/mips/softintr.c
     76   1.1    soren 
     77   1.6    soren file dev/md_root.c			memory_disk_hooks
     78   1.1    soren 
     79   1.1    soren file dev/cons.c
     80   1.1    soren 
     81   1.5    pooka # Machine-independent I2O drivers.
     82   1.5    pooka include "dev/i2o/files.i2o"
     83   1.1    soren 
     84   1.1    soren include "dev/pci/files.pci"
     85   1.1    soren file	arch/sgimips/pci/pci_machdep.c	pci
     86   1.1    soren 
     87   1.9  thorpej include "dev/eisa/files.eisa"
     88   1.9  thorpej file	arch/sgimips/eisa/eisa_machdep.c	eisa
     89   1.9  thorpej 
     90   1.1    soren include "dev/vme/files.vme"
     91   1.1    soren include "dev/wscons/files.wscons"
     92   1.1    soren include "dev/wsfont/files.wsfont"
     93   1.1    soren include "dev/pckbc/files.pckbc"
     94   1.1    soren include "dev/usb/files.usb"
     95   1.1    soren include "dev/scsipi/files.scsipi"
     96   1.1    soren include "dev/ata/files.ata"
     97  1.17    soren 
     98  1.17    soren include "arch/sgimips/gio/files.gio"
     99  1.21  gehenna 
    100  1.21  gehenna include "arch/sgimips/conf/majors.sgimips"
    101