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

128 lines
3.1 KiB
Plaintext
Raw Normal View History

# $NetBSD: files.newsmips,v 1.7 1999/12/22 05:55:25 tsubai Exp $
# NEWSMIPS-specific configuration info
1998-02-18 16:48:03 +03:00
# maxpartitions must be first item in files.${ARCH}.
maxpartitions 8
maxusers 2 8 64
device mainbus {} # no locators
attach mainbus at root
device cpu
attach cpu at mainbus
file arch/newsmips/newsmips/cpu.c cpu
1998-02-18 16:48:03 +03:00
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 ap { [addr = -1], [level = -1] }
attach ap at mainbus
file arch/newsmips/apbus/apbus.c ap
file arch/newsmips/apbus/apbus_subr.c ap
1998-02-18 16:48:03 +03:00
device mkclock
1998-03-05 01:14:13 +03:00
file arch/newsmips/newsmips/clock.c mkclock
1998-02-18 16:48:03 +03:00
attach mkclock at hb with mkclock_hb
file arch/newsmips/dev/clock_hb.c mkclock_hb
attach mkclock at ap with mkclock_ap
file arch/newsmips/apbus/clock_ap.c mkclock_ap
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 zsc { [channel = -1] }
file arch/newsmips/dev/zs.c zsc needs-count
file dev/ic/z8530sc.c zsc
attach zsc at hb with zsc_hb
file arch/newsmips/dev/zs_hb.c zsc_hb
attach zsc at ap with zsc_ap
file arch/newsmips/apbus/zs_ap.c zsc_ap
device zstty: tty
attach zstty at zsc
file dev/ic/z8530tty.c zstty 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 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
device sn: arp, ether, ifnet
attach sn at ap with sn_ap
file arch/newsmips/apbus/if_sn.c sn
file arch/newsmips/apbus/if_sn_ap.c sn_ap
1998-03-05 01:14:13 +03:00
file arch/newsmips/newsmips/autoconf.c
file arch/newsmips/newsmips/conf.c
file arch/newsmips/newsmips/machdep.c
file arch/newsmips/newsmips/news3400.c hb
file arch/newsmips/newsmips/news5000.c ap
1998-03-05 01:14:13 +03:00
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
attach sc at hb
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
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 }