Home | History | Annotate | Line # | Download | only in conf
files.cobalt revision 1.7.2.3
      1  1.7.2.3  bouyer #	$NetBSD: files.cobalt,v 1.7.2.3 2000/11/22 16:00:07 bouyer Exp $
      2  1.7.2.2  bouyer 
      3  1.7.2.2  bouyer maxpartitions 16
      4  1.7.2.2  bouyer 
      5  1.7.2.2  bouyer maxusers 2 8 64
      6  1.7.2.2  bouyer 
      7  1.7.2.2  bouyer device mainbus {[addr = -1], [level = -1]}: pcibus
      8  1.7.2.2  bouyer attach mainbus at root
      9  1.7.2.2  bouyer file arch/cobalt/cobalt/mainbus.c	mainbus
     10  1.7.2.2  bouyer 
     11  1.7.2.2  bouyer device cpu
     12  1.7.2.2  bouyer attach cpu at mainbus
     13  1.7.2.2  bouyer file arch/cobalt/cobalt/cpu.c		cpu
     14  1.7.2.2  bouyer 
     15  1.7.2.2  bouyer attach com at mainbus with com_mainbus
     16  1.7.2.2  bouyer file arch/cobalt/dev/com_mainbus.c	com_mainbus
     17  1.7.2.2  bouyer 
     18  1.7.2.2  bouyer #device zsc {[channel = -1]}
     19  1.7.2.2  bouyer #attach zsc at mainbus with zs_mainbus
     20  1.7.2.2  bouyer #file arch/cobalt/dev/zs_mainbus.c	zsc_mainbus needs-flag
     21  1.7.2.2  bouyer 
     22  1.7.2.2  bouyer #device panel
     23  1.7.2.2  bouyer #attach panel at mainbus
     24  1.7.2.2  bouyer #file arch/cobalt/dev/panel.c		panel
     25  1.7.2.2  bouyer 
     26  1.7.2.2  bouyer device gt: pcibus
     27  1.7.2.2  bouyer attach gt at mainbus
     28  1.7.2.2  bouyer file arch/cobalt/dev/gt.c		gt
     29  1.7.2.2  bouyer 
     30  1.7.2.2  bouyer file arch/cobalt/cobalt/autoconf.c
     31  1.7.2.2  bouyer file arch/cobalt/cobalt/bus.c
     32  1.7.2.2  bouyer file arch/cobalt/cobalt/clock.c
     33  1.7.2.2  bouyer file arch/cobalt/cobalt/conf.c
     34  1.7.2.2  bouyer file arch/cobalt/cobalt/console.c
     35  1.7.2.2  bouyer file arch/cobalt/cobalt/disksubr.c
     36  1.7.2.2  bouyer file arch/cobalt/cobalt/machdep.c
     37  1.7.2.2  bouyer 
     38  1.7.2.3  bouyer file dev/md_root.c			memory_disk_hooks
     39  1.7.2.2  bouyer major {md = 2}
     40  1.7.2.2  bouyer 
     41  1.7.2.2  bouyer file dev/clock_subr.c
     42  1.7.2.2  bouyer file dev/cons.c
     43  1.7.2.2  bouyer 
     44  1.7.2.3  bouyer include "dev/i2o/files.i2o"
     45  1.7.2.3  bouyer 
     46  1.7.2.2  bouyer include "dev/pci/files.pci"
     47  1.7.2.2  bouyer file arch/cobalt/pci/pci_machdep.c	pci
     48  1.7.2.2  bouyer file arch/cobalt/pci/pciide_machdep.c	pciide
     49  1.7.2.2  bouyer 
     50  1.7.2.2  bouyer device pchb
     51  1.7.2.2  bouyer attach pchb at pci
     52  1.7.2.2  bouyer file arch/cobalt/pci/pchb.c		pchb
     53  1.7.2.2  bouyer 
     54  1.7.2.2  bouyer device pcib
     55  1.7.2.2  bouyer attach pcib at pci
     56  1.7.2.2  bouyer file arch/cobalt/pci/pcib.c		pcib
     57  1.7.2.2  bouyer 
     58  1.7.2.2  bouyer include "dev/mii/files.mii"
     59  1.7.2.2  bouyer include "dev/scsipi/files.scsipi"
     60  1.7.2.2  bouyer major {sd = 7}
     61  1.7.2.2  bouyer major {cd = 8}
     62  1.7.2.2  bouyer 
     63  1.7.2.2  bouyer include "dev/ata/files.ata"
     64  1.7.2.2  bouyer major {wd = 6}
     65  1.7.2.2  bouyer 
     66  1.7.2.2  bouyer major {raid = 5}
     67  1.7.2.2  bouyer major {lsu = 10}
     68