Home | History | Annotate | Line # | Download | only in conf
files.newsmips revision 1.1
      1 #	$NetBSD: files.newsmips,v 1.1 1998/02/18 13:48:04 tsubai Exp $
      2 # NEWS-specific configuration info
      3 
      4 # maxpartitions must be first item in files.${ARCH}.
      5 maxpartitions 8
      6 
      7 maxusers 2 8 64
      8 
      9 device mainbus {}			# no locators
     10 attach mainbus at root
     11 
     12 device hb { [addr = -1], [level = -1] }
     13 attach hb at mainbus
     14 file arch/news/dev/hb.c				hb
     15 
     16 #device iop { [addr = -1], [level = -1] }
     17 #attach iop at mainbus
     18 #file arch/news/dev/iop.c			iop
     19 
     20 device cpu
     21 attach cpu at mainbus
     22 file arch/news/news/cpu.c			cpu
     23 
     24 device mkclock
     25 attach mkclock at hb
     26 file arch/news/news/clock.c			mkclock
     27 
     28 #device le: ifnet, ether, arp
     29 attach le at hb
     30 file arch/news/dev/if_le.c			le needs-count
     31 
     32 device ms
     33 attach ms at hb
     34 file arch/news/dev/ms.c				ms needs-count
     35 
     36 device kb
     37 attach kb at hb
     38 file arch/news/dev/kb.c				kb needs-count
     39 file arch/news/dev/kbms_if.c			kb | ms
     40 file arch/news/dev/keyconf.c			kb
     41 file arch/news/dev/kb_ctrl.c			kb
     42 file arch/news/dev/kb_encode.c			kb
     43 
     44 device zsc { [channel = -1] }
     45 attach zsc at hb
     46 file arch/news/dev/zs.c				zsc needs-count
     47 file dev/ic/z8530sc.c				zsc
     48 
     49 device zstty: tty
     50 attach zstty at zsc
     51 file dev/ic/z8530tty.c				zstty needs-count
     52 
     53 device fb
     54 attach fb at hb
     55 file arch/news/dev/fb.c				fb needs-count
     56 file arch/news/dev/fb_conf.c			fb
     57 file arch/news/dev/fb_mfbs.c			fb
     58 file arch/news/dev/fb_probe.c			fb
     59 file arch/news/dev/fb_start.c			fb
     60 file arch/news/dev/fb_sub.c			fb
     61 file arch/news/dev/fbbm_253.c			fb
     62 #file arch/news/dev/fbbm_lcdm.c			fb
     63 file arch/news/dev/bmcons.c			fb
     64 file arch/news/dev/bitmapif.c			fb
     65 file arch/news/dev/fnt.c			fb
     66 file arch/news/dev/fnt24.c			fb
     67 file arch/news/dev/vt100.c			fb
     68 file arch/news/dev/vt100esc.c			fb
     69 file arch/news/dev/vt100if.c			fb
     70 
     71 device fdc {}
     72 attach fdc at hb
     73 device fd: disk
     74 attach fd at fdc
     75 file arch/news/dev/fd.c				fdc | fd needs-count
     76 
     77 file arch/news/news/autoconf.c
     78 file arch/news/news/conf.c
     79 file arch/news/news/machdep.c
     80 file arch/news/news/news_trap.c
     81 file arch/news/news/disksubr.c
     82 file arch/news/news/mainbus.c
     83 file arch/news/news/cpu_cons.c
     84 file dev/cons.c
     85 
     86 major {md = 2}
     87 
     88 #
     89 # Machine-independent SCSI driver.
     90 #
     91 
     92 include "dev/scsipi/files.scsipi"
     93 major { sd = 0 }
     94 major { fd = 1 }
     95 major { cd = 16 }
     96 major { st = 17 }
     97 
     98 device sc: scsi
     99 file arch/news/dev/scsi_1185.c			sc needs-count
    100 file arch/news/dev/sc_wrap.c			sc
    101 attach sc at hb
    102