NetBSD/sys/arch/newsmips/conf/files.newsmips

107 lines
2.5 KiB
Plaintext
Raw Normal View History

1999-12-05 18:50:46 +03:00
# $NetBSD: files.newsmips,v 1.6 1999/12/05 15:50:47 tsubai Exp $
1998-02-18 16:48:03 +03:00
# NEWS-specific configuration info
# maxpartitions must be first item in files.${ARCH}.
maxpartitions 8
maxusers 2 8 64
device mainbus {} # no locators
attach mainbus at root
device hb { [addr = -1], [level = -1] }
attach hb at mainbus
1998-03-05 01:14:13 +03:00
file arch/newsmips/dev/hb.c hb
1998-02-18 16:48:03 +03:00
#device iop { [addr = -1], [level = -1] }
#attach iop at mainbus
1998-03-05 01:14:13 +03:00
#file arch/newsmips/dev/iop.c iop
1998-02-18 16:48:03 +03:00
device cpu
attach cpu at mainbus
1998-03-05 01:14:13 +03:00
file arch/newsmips/newsmips/cpu.c cpu
1998-02-18 16:48:03 +03:00
device mkclock
attach mkclock at hb
1998-03-05 01:14:13 +03:00
file arch/newsmips/newsmips/clock.c mkclock
1998-02-18 16:48:03 +03:00
#device le: ifnet, ether, arp
1998-07-21 21:36:01 +04:00
attach le at hb: le24
1998-03-05 01:14:13 +03:00
file arch/newsmips/dev/if_le.c le needs-count
1998-02-18 16:48:03 +03:00
device ms
attach ms at hb
1998-03-05 01:14:13 +03:00
file arch/newsmips/dev/ms.c ms needs-count
1998-02-18 16:48:03 +03:00
device kb
attach kb at hb
1998-03-05 01:14:13 +03:00
file arch/newsmips/dev/kb.c kb needs-count
file arch/newsmips/dev/kbms_if.c kb | ms
file arch/newsmips/dev/keyconf.c kb
file arch/newsmips/dev/kb_ctrl.c kb
file arch/newsmips/dev/kb_encode.c kb
1998-02-18 16:48:03 +03:00
device zsc { [channel = -1] }
attach zsc at hb
1998-03-05 01:14:13 +03:00
file arch/newsmips/dev/zs.c zsc needs-count
1998-02-18 16:48:03 +03:00
file dev/ic/z8530sc.c zsc
device zstty: tty
attach zstty at zsc
file dev/ic/z8530tty.c zstty needs-count
device fb
attach fb at hb
1998-03-05 01:14:13 +03:00
file arch/newsmips/dev/fb.c fb needs-count
file arch/newsmips/dev/fb_conf.c fb
file arch/newsmips/dev/fb_mfbs.c fb
file arch/newsmips/dev/fb_probe.c fb
file arch/newsmips/dev/fb_start.c fb
file arch/newsmips/dev/fb_sub.c fb
file arch/newsmips/dev/fbbm_253.c fb
#file arch/newsmips/dev/fbbm_lcdm.c fb
file arch/newsmips/dev/bmcons.c fb
file arch/newsmips/dev/bitmapif.c fb
file arch/newsmips/dev/fnt.c fb
file arch/newsmips/dev/fnt24.c fb
file arch/newsmips/dev/vt100.c fb
file arch/newsmips/dev/vt100esc.c fb
file arch/newsmips/dev/vt100if.c fb
1998-02-18 16:48:03 +03:00
device fdc {}
attach fdc at hb
device fd: disk
attach fd at fdc
1998-03-05 01:14:13 +03:00
file arch/newsmips/dev/fd.c fdc | fd needs-count
file arch/newsmips/newsmips/autoconf.c
file arch/newsmips/newsmips/conf.c
file arch/newsmips/newsmips/machdep.c
file arch/newsmips/newsmips/newsmips_trap.c
file arch/newsmips/newsmips/disksubr.c
file arch/newsmips/newsmips/mainbus.c
file arch/newsmips/newsmips/cpu_cons.c
1999-12-05 18:50:46 +03:00
file dev/clock_subr.c
1998-02-18 16:48:03 +03:00
file dev/cons.c
#
# Machine-independent SCSI driver.
#
include "dev/scsipi/files.scsipi"
device sc: scsi
1998-03-05 01:14:13 +03:00
file arch/newsmips/dev/scsi_1185.c sc needs-count
file arch/newsmips/dev/sc_wrap.c sc
1998-02-18 16:48:03 +03:00
attach sc at hb
1999-11-10 16:33:09 +03:00
#
# Memory Disk for install floppy
#
file arch/newsmips/newsmips/md_root.c memory_disk_hooks
major { sd = 0 }
major { fd = 1 }
major { md = 2 }
major { cd = 16 }