Home | History | Annotate | Line # | Download | only in conf
files.newsmips revision 1.4.2.3
      1  1.4.2.2    bouyer #	$NetBSD: files.newsmips,v 1.4.2.3 2001/01/18 09:22:50 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.4.2.2    bouyer device kb: wskbddev
     57  1.4.2.2    bouyer file arch/newsmips/dev/newskeymap.c		kb
     58      1.1    tsubai 
     59  1.4.2.2    bouyer attach kb at hb with kb_hb
     60  1.4.2.2    bouyer file arch/newsmips/dev/kb_hb.c			kb_hb
     61  1.4.2.2    bouyer 
     62  1.4.2.2    bouyer attach kb at ap with kb_ap
     63  1.4.2.2    bouyer file arch/newsmips/apbus/kb_ap.c		kb_ap
     64  1.4.2.2    bouyer 
     65  1.4.2.2    bouyer device ms: wsmousedev
     66  1.4.2.2    bouyer attach ms at hb with ms_hb
     67  1.4.2.2    bouyer file arch/newsmips/dev/ms_hb.c			ms_hb
     68  1.4.2.2    bouyer 
     69  1.4.2.2    bouyer attach ms at ap with ms_ap
     70  1.4.2.2    bouyer file arch/newsmips/apbus/ms_ap.c		ms_ap
     71  1.4.2.2    bouyer 
     72  1.4.2.2    bouyer device fb: wsemuldisplaydev, rasops1
     73      1.1    tsubai attach fb at hb
     74  1.4.2.2    bouyer file arch/newsmips/dev/fb.c			fb needs-flag
     75      1.1    tsubai 
     76      1.1    tsubai device fdc {}
     77      1.1    tsubai attach fdc at hb
     78      1.1    tsubai device fd: disk
     79      1.1    tsubai attach fd at fdc
     80      1.2   thorpej file arch/newsmips/dev/fd.c			fdc | fd needs-count
     81      1.1    tsubai 
     82  1.4.2.1    bouyer device sn: arp, ether, ifnet
     83  1.4.2.1    bouyer attach sn at ap with sn_ap
     84  1.4.2.1    bouyer file arch/newsmips/apbus/if_sn.c		sn
     85  1.4.2.1    bouyer file arch/newsmips/apbus/if_sn_ap.c		sn_ap
     86  1.4.2.1    bouyer 
     87  1.4.2.1    bouyer attach tlp at ap with tlp_ap
     88  1.4.2.1    bouyer file arch/newsmips/apbus/if_tlp_ap.c		tlp_ap
     89  1.4.2.1    bouyer 
     90      1.2   thorpej file arch/newsmips/newsmips/autoconf.c
     91  1.4.2.1    bouyer file arch/newsmips/newsmips/bus.c
     92      1.2   thorpej file arch/newsmips/newsmips/conf.c
     93      1.2   thorpej file arch/newsmips/newsmips/machdep.c
     94  1.4.2.1    bouyer file arch/newsmips/newsmips/news3400.c		hb
     95  1.4.2.1    bouyer file arch/newsmips/newsmips/news5000.c		ap
     96      1.2   thorpej file arch/newsmips/newsmips/disksubr.c
     97      1.2   thorpej file arch/newsmips/newsmips/mainbus.c
     98      1.2   thorpej file arch/newsmips/newsmips/cpu_cons.c
     99  1.4.2.3    bouyer file arch/newsmips/newsmips/procfs_machdep.c	procfs
    100  1.4.2.1    bouyer file dev/clock_subr.c
    101      1.1    tsubai file dev/cons.c
    102      1.1    tsubai 
    103      1.1    tsubai #
    104      1.1    tsubai # Machine-independent SCSI driver.
    105      1.1    tsubai #
    106      1.1    tsubai 
    107      1.1    tsubai include "dev/scsipi/files.scsipi"
    108      1.1    tsubai 
    109      1.1    tsubai device sc: scsi
    110  1.4.2.1    bouyer attach sc at hb
    111      1.2   thorpej file arch/newsmips/dev/scsi_1185.c		sc needs-count
    112      1.2   thorpej file arch/newsmips/dev/sc_wrap.c		sc
    113  1.4.2.1    bouyer 
    114  1.4.2.2    bouyer device spifi: scsi
    115  1.4.2.2    bouyer attach spifi at ap
    116  1.4.2.2    bouyer file arch/newsmips/apbus/spifi.c		spifi
    117  1.4.2.2    bouyer 
    118  1.4.2.2    bouyer device dmac
    119  1.4.2.2    bouyer attach dmac at ap
    120  1.4.2.2    bouyer file arch/newsmips/apbus/dmac3.c		dmac
    121  1.4.2.2    bouyer 
    122  1.4.2.2    bouyer include "dev/wscons/files.wscons"
    123  1.4.2.2    bouyer include "dev/wsfont/files.wsfont"
    124  1.4.2.2    bouyer include "dev/rasops/files.rasops"
    125  1.4.2.2    bouyer 
    126  1.4.2.2    bouyer device xafb: wsemuldisplaydev, rasops8
    127  1.4.2.2    bouyer attach xafb at ap
    128  1.4.2.2    bouyer file arch/newsmips/apbus/xafb.c			xafb needs-flag
    129  1.4.2.2    bouyer 
    130  1.4.2.1    bouyer # network devices MII bus
    131  1.4.2.1    bouyer include "dev/mii/files.mii"
    132  1.4.2.1    bouyer 
    133  1.4.2.1    bouyer #
    134  1.4.2.1    bouyer # Memory Disk for install floppy
    135  1.4.2.1    bouyer #
    136  1.4.2.2    bouyer file dev/md_root.c				memory_disk_hooks
    137  1.4.2.1    bouyer 
    138  1.4.2.1    bouyer major { sd = 0 }
    139  1.4.2.1    bouyer major { fd = 1 }
    140  1.4.2.1    bouyer major { md = 2 }
    141  1.4.2.1    bouyer major { cd = 16 }
    142  1.4.2.1    bouyer 
    143  1.4.2.1    bouyer #
    144  1.4.2.1    bouyer # RAIDframe
    145  1.4.2.1    bouyer #
    146  1.4.2.1    bouyer major { raid = 32 }
    147