Home | History | Annotate | Line # | Download | only in conf
files.newsmips revision 1.4.2.1
      1  1.4.2.1    bouyer #	$NetBSD: files.newsmips,v 1.4.2.1 2000/11/20 20:17:18 bouyer Exp $
      2  1.4.2.1    bouyer 
      3  1.4.2.1    bouyer # NEWSMIPS-specific configuration info
      4      1.1    tsubai 
      5      1.1    tsubai # maxpartitions must be first item in files.${ARCH}.
      6      1.1    tsubai maxpartitions 8
      7      1.1    tsubai 
      8      1.1    tsubai maxusers 2 8 64
      9      1.1    tsubai 
     10      1.1    tsubai device mainbus {}			# no locators
     11      1.1    tsubai attach mainbus at root
     12      1.1    tsubai 
     13  1.4.2.1    bouyer device cpu
     14  1.4.2.1    bouyer attach cpu at mainbus
     15  1.4.2.1    bouyer file arch/newsmips/newsmips/cpu.c		cpu
     16  1.4.2.1    bouyer 
     17      1.1    tsubai device hb { [addr = -1], [level = -1] }
     18      1.1    tsubai attach hb at mainbus
     19      1.2   thorpej file arch/newsmips/dev/hb.c			hb
     20      1.1    tsubai 
     21      1.1    tsubai #device iop { [addr = -1], [level = -1] }
     22      1.1    tsubai #attach iop at mainbus
     23      1.2   thorpej #file arch/newsmips/dev/iop.c			iop
     24      1.1    tsubai 
     25  1.4.2.1    bouyer device ap { [addr = -1], [level = -1] }
     26  1.4.2.1    bouyer attach ap at mainbus
     27  1.4.2.1    bouyer file arch/newsmips/apbus/apbus.c		ap
     28  1.4.2.1    bouyer file arch/newsmips/apbus/apbus_subr.c		ap
     29      1.1    tsubai 
     30      1.1    tsubai device mkclock
     31      1.2   thorpej file arch/newsmips/newsmips/clock.c		mkclock
     32      1.1    tsubai 
     33  1.4.2.1    bouyer attach mkclock at hb with mkclock_hb
     34  1.4.2.1    bouyer file arch/newsmips/dev/clock_hb.c		mkclock_hb
     35  1.4.2.1    bouyer 
     36  1.4.2.1    bouyer attach mkclock at ap with mkclock_ap
     37  1.4.2.1    bouyer file arch/newsmips/apbus/clock_ap.c		mkclock_ap
     38  1.4.2.1    bouyer 
     39      1.3  drochner attach le at hb: le24
     40      1.2   thorpej file arch/newsmips/dev/if_le.c			le needs-count
     41      1.1    tsubai 
     42  1.4.2.1    bouyer device zsc { [channel = -1] }
     43  1.4.2.1    bouyer file arch/newsmips/dev/zs.c			zsc needs-count
     44  1.4.2.1    bouyer file dev/ic/z8530sc.c				zsc
     45  1.4.2.1    bouyer 
     46  1.4.2.1    bouyer attach zsc at hb with zsc_hb
     47  1.4.2.1    bouyer file arch/newsmips/dev/zs_hb.c			zsc_hb
     48  1.4.2.1    bouyer 
     49  1.4.2.1    bouyer attach zsc at ap with zsc_ap
     50  1.4.2.1    bouyer file arch/newsmips/apbus/zs_ap.c		zsc_ap
     51  1.4.2.1    bouyer 
     52  1.4.2.1    bouyer device zstty: tty
     53  1.4.2.1    bouyer attach zstty at zsc
     54  1.4.2.1    bouyer file dev/ic/z8530tty.c				zstty needs-count
     55  1.4.2.1    bouyer 
     56      1.1    tsubai device ms
     57      1.1    tsubai attach ms at hb
     58      1.2   thorpej file arch/newsmips/dev/ms.c			ms needs-count
     59      1.1    tsubai 
     60      1.1    tsubai device kb
     61      1.1    tsubai attach kb at hb
     62      1.2   thorpej file arch/newsmips/dev/kb.c			kb needs-count
     63      1.2   thorpej file arch/newsmips/dev/kbms_if.c		kb | ms
     64      1.2   thorpej file arch/newsmips/dev/keyconf.c		kb
     65      1.2   thorpej file arch/newsmips/dev/kb_ctrl.c		kb
     66      1.2   thorpej file arch/newsmips/dev/kb_encode.c		kb
     67      1.1    tsubai 
     68      1.1    tsubai device fb
     69      1.1    tsubai attach fb at hb
     70      1.2   thorpej file arch/newsmips/dev/fb.c			fb needs-count
     71      1.2   thorpej file arch/newsmips/dev/fb_conf.c		fb
     72      1.2   thorpej file arch/newsmips/dev/fb_mfbs.c		fb
     73      1.2   thorpej file arch/newsmips/dev/fb_probe.c		fb
     74      1.2   thorpej file arch/newsmips/dev/fb_start.c		fb
     75      1.2   thorpej file arch/newsmips/dev/fb_sub.c			fb
     76      1.2   thorpej file arch/newsmips/dev/fbbm_253.c		fb
     77      1.2   thorpej #file arch/newsmips/dev/fbbm_lcdm.c		fb
     78      1.2   thorpej file arch/newsmips/dev/bmcons.c			fb
     79      1.2   thorpej file arch/newsmips/dev/bitmapif.c		fb
     80      1.2   thorpej file arch/newsmips/dev/fnt.c			fb
     81      1.2   thorpej file arch/newsmips/dev/fnt24.c			fb
     82      1.2   thorpej file arch/newsmips/dev/vt100.c			fb
     83      1.2   thorpej file arch/newsmips/dev/vt100esc.c		fb
     84      1.2   thorpej file arch/newsmips/dev/vt100if.c		fb
     85      1.1    tsubai 
     86      1.1    tsubai device fdc {}
     87      1.1    tsubai attach fdc at hb
     88      1.1    tsubai device fd: disk
     89      1.1    tsubai attach fd at fdc
     90      1.2   thorpej file arch/newsmips/dev/fd.c			fdc | fd needs-count
     91      1.1    tsubai 
     92  1.4.2.1    bouyer device sn: arp, ether, ifnet
     93  1.4.2.1    bouyer attach sn at ap with sn_ap
     94  1.4.2.1    bouyer file arch/newsmips/apbus/if_sn.c		sn
     95  1.4.2.1    bouyer file arch/newsmips/apbus/if_sn_ap.c		sn_ap
     96  1.4.2.1    bouyer 
     97  1.4.2.1    bouyer attach tlp at ap with tlp_ap
     98  1.4.2.1    bouyer file arch/newsmips/apbus/if_tlp_ap.c		tlp_ap
     99  1.4.2.1    bouyer 
    100      1.2   thorpej file arch/newsmips/newsmips/autoconf.c
    101  1.4.2.1    bouyer file arch/newsmips/newsmips/bus.c
    102      1.2   thorpej file arch/newsmips/newsmips/conf.c
    103      1.2   thorpej file arch/newsmips/newsmips/machdep.c
    104  1.4.2.1    bouyer file arch/newsmips/newsmips/news3400.c		hb
    105  1.4.2.1    bouyer file arch/newsmips/newsmips/news5000.c		ap
    106      1.2   thorpej file arch/newsmips/newsmips/disksubr.c
    107      1.2   thorpej file arch/newsmips/newsmips/mainbus.c
    108      1.2   thorpej file arch/newsmips/newsmips/cpu_cons.c
    109  1.4.2.1    bouyer file dev/clock_subr.c
    110      1.1    tsubai file dev/cons.c
    111      1.1    tsubai 
    112      1.1    tsubai #
    113      1.1    tsubai # Machine-independent SCSI driver.
    114      1.1    tsubai #
    115      1.1    tsubai 
    116      1.1    tsubai include "dev/scsipi/files.scsipi"
    117      1.1    tsubai 
    118      1.1    tsubai device sc: scsi
    119  1.4.2.1    bouyer attach sc at hb
    120      1.2   thorpej file arch/newsmips/dev/scsi_1185.c		sc needs-count
    121      1.2   thorpej file arch/newsmips/dev/sc_wrap.c		sc
    122  1.4.2.1    bouyer 
    123  1.4.2.1    bouyer # network devices MII bus
    124  1.4.2.1    bouyer include "dev/mii/files.mii"
    125  1.4.2.1    bouyer 
    126  1.4.2.1    bouyer #
    127  1.4.2.1    bouyer # Memory Disk for install floppy
    128  1.4.2.1    bouyer #
    129  1.4.2.1    bouyer file arch/newsmips/newsmips/md_root.c		memory_disk_hooks
    130  1.4.2.1    bouyer 
    131  1.4.2.1    bouyer major { sd = 0 }
    132  1.4.2.1    bouyer major { fd = 1 }
    133  1.4.2.1    bouyer major { md = 2 }
    134  1.4.2.1    bouyer major { cd = 16 }
    135  1.4.2.1    bouyer 
    136  1.4.2.1    bouyer #
    137  1.4.2.1    bouyer # RAIDframe
    138  1.4.2.1    bouyer #
    139  1.4.2.1    bouyer major { raid = 32 }
    140