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

134 lines
3.0 KiB
Plaintext
Raw Normal View History

# $NetBSD: files.newsmips,v 1.21 2002/10/26 13:50:38 jdolecek 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
2000-11-13 19:48:41 +03:00
device kb: wskbddev
file dev/news/newskeymap.c kb
1998-02-18 16:48:03 +03:00
2000-11-13 19:48:41 +03:00
attach kb at hb with kb_hb
file arch/newsmips/dev/kb_hb.c kb_hb
1998-02-18 16:48:03 +03:00
attach kb at ap with kb_ap
file arch/newsmips/apbus/kb_ap.c kb_ap
2000-11-13 19:48:41 +03:00
device ms: wsmousedev
attach ms at hb with ms_hb
file arch/newsmips/dev/ms_hb.c ms_hb
attach ms at ap with ms_ap
file arch/newsmips/apbus/ms_ap.c ms_ap
2000-11-13 19:48:41 +03:00
device fb: wsemuldisplaydev, rasops1
1998-02-18 16:48:03 +03:00
attach fb at hb
2000-11-15 17:29:40 +03:00
file arch/newsmips/dev/fb.c fb needs-flag
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
2000-10-12 07:18:41 +04:00
attach tlp at ap with tlp_ap
file arch/newsmips/apbus/if_tlp_ap.c tlp_ap
1998-03-05 01:14:13 +03:00
file arch/newsmips/newsmips/autoconf.c
2000-10-12 07:18:41 +04:00
file arch/newsmips/newsmips/bus.c
1998-03-05 01:14:13 +03:00
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
2000-10-30 13:07:35 +03:00
device spifi: scsi
attach spifi at ap
file arch/newsmips/apbus/spifi.c spifi
device dmac
attach dmac at ap
file arch/newsmips/apbus/dmac3.c dmac
2000-11-06 18:00:28 +03:00
include "dev/wscons/files.wscons"
include "dev/wsfont/files.wsfont"
include "dev/rasops/files.rasops"
device xafb: wsemuldisplaydev, rasops8
attach xafb at ap
2000-11-15 17:29:40 +03:00
file arch/newsmips/apbus/xafb.c xafb needs-flag
2000-11-06 18:00:28 +03:00
1999-11-10 16:33:09 +03:00
#
# Memory Disk for install floppy
#
file dev/md_root.c memory_disk_hooks
1999-11-10 16:33:09 +03:00
include "arch/newsmips/conf/majors.newsmips"