Home | History | Annotate | Line # | Download | only in conf
      1  1.15  christos #	$NetBSD: files.mipsco,v 1.15 2012/10/02 23:54:53 christos Exp $
      2   1.1       wdk 
      3   1.1       wdk #  MIPS Computer Corp -specific configuration info
      4   1.1       wdk 
      5   1.1       wdk # maxpartitions must be first item in files.${ARCH}.
      6   1.1       wdk maxpartitions 8
      7   1.1       wdk 
      8   1.1       wdk maxusers 2 8 64
      9   1.1       wdk 
     10   1.7       wdk device mainbus { }			# no locators
     11   1.1       wdk attach mainbus at root
     12   1.1       wdk 
     13   1.7       wdk device cpu
     14   1.7       wdk attach cpu at mainbus
     15   1.7       wdk file arch/mipsco/mipsco/cpu.c		cpu
     16   1.7       wdk 
     17  1.13      cube device isabus: isabus
     18   1.7       wdk attach	isabus at mainbus
     19   1.7       wdk file arch/mipsco/isa/isa_machdep.c	isabus
     20   1.7       wdk include "dev/isa/files.isa"
     21   1.7       wdk 
     22   1.1       wdk device obio { [addr = -1], [level = -1] }
     23   1.1       wdk attach obio at mainbus
     24   1.1       wdk file arch/mipsco/obio/obio.c		obio
     25   1.1       wdk 
     26   1.1       wdk device mkclock
     27   1.1       wdk attach mkclock at obio
     28   1.1       wdk file arch/mipsco/obio/mkclock.c		mkclock
     29   1.1       wdk 
     30   1.1       wdk device rambo
     31   1.1       wdk attach rambo at obio
     32   1.1       wdk file arch/mipsco/obio/rambo.c		rambo
     33   1.1       wdk 
     34   1.1       wdk #device le: ifnet, ether, arp
     35   1.1       wdk attach le at obio: le24
     36   1.1       wdk file arch/mipsco/obio/if_le.c		le needs-count
     37   1.1       wdk 
     38   1.1       wdk device fd
     39   1.1       wdk attach fd at obio
     40   1.1       wdk file arch/mipsco/obio/i82072.c		fd needs-count
     41   1.1       wdk 
     42   1.1       wdk device zsc { [channel = -1] }
     43   1.1       wdk attach zsc at obio
     44   1.1       wdk file arch/mipsco/obio/zs.c		zsc needs-count
     45   1.6       wdk file arch/mipsco/obio/zs_kgdb.c		kgdb
     46   1.1       wdk file dev/ic/z8530sc.c			zsc
     47   1.1       wdk 
     48   1.1       wdk device zstty: tty
     49   1.1       wdk attach zstty at zsc
     50   1.1       wdk file dev/ic/z8530tty.c			zstty needs-count
     51   1.1       wdk 
     52   1.1       wdk file arch/mipsco/mipsco/autoconf.c
     53   1.1       wdk file arch/mipsco/mipsco/machdep.c
     54   1.7       wdk file arch/mipsco/mipsco/interrupt.c
     55   1.1       wdk file arch/mipsco/mipsco/mips_3x30.c
     56   1.1       wdk file arch/mipsco/mipsco/disksubr.c
     57   1.1       wdk file arch/mipsco/mipsco/mainbus.c
     58   1.1       wdk file arch/mipsco/mipsco/clock.c
     59   1.1       wdk file arch/mipsco/mipsco/bus_space.c
     60   1.1       wdk file arch/mipsco/mipsco/bus_dma.c
     61   1.2       wdk file arch/mipsco/mipsco/prom.c
     62   1.1       wdk file dev/cons.c
     63   1.1       wdk 
     64  1.15  christos file dev/bus_dma/bus_dmamem_common.c
     65  1.14   thorpej 
     66   1.3       wdk # Memory Disk
     67   1.4       wdk file dev/md_root.c			memory_disk_hooks
     68   1.1       wdk 
     69   1.1       wdk #
     70   1.1       wdk # Machine-independent SCSI driver.
     71   1.1       wdk #
     72   1.1       wdk 
     73   1.1       wdk include "dev/scsipi/files.scsipi"
     74   1.1       wdk 
     75   1.1       wdk device asc: scsi, ncr53c9x
     76   1.1       wdk attach asc at obio
     77   1.1       wdk file arch/mipsco/obio/asc.c		asc needs-count
     78   1.9   gehenna 
     79   1.9   gehenna include "arch/mipsco/conf/majors.mipsco"
     80