bb33f35f20
them in the mi "files" file, and remove include statements from md files. These shouldn't pull in additional kernel code when not in use, so it shouldn't do any harm except a risk of namespace collisions which should be easy to fix.
45 lines
1.1 KiB
Plaintext
45 lines
1.1 KiB
Plaintext
# $NetBSD: files.explora,v 1.8 2008/02/20 21:43:34 drochner Exp $
|
|
|
|
# maxpartitions must be first item in files.${ARCH}
|
|
|
|
maxpartitions 16
|
|
|
|
maxusers 2 8 64
|
|
|
|
defflag opt_explora.h COM_IS_CONSOLE
|
|
defparam opt_explora.h COM_CONSOLE_SPEED
|
|
|
|
include "arch/powerpc/fpu/files.fpu"
|
|
|
|
file arch/evbppc/explora/autoconf.c
|
|
file arch/evbppc/explora/consinit.c
|
|
file arch/evbppc/explora/machdep.c
|
|
file arch/powerpc/ibm4xx/intr.c
|
|
file dev/md_root.c memory_disk_hooks
|
|
|
|
# Explora local bus
|
|
device elb {}
|
|
attach elb at root
|
|
file arch/evbppc/explora/dev/elb.c elb
|
|
|
|
device cpu
|
|
attach cpu at elb
|
|
file arch/powerpc/ibm4xx/cpu.c
|
|
|
|
attach com at elb with com_elb
|
|
file arch/evbppc/explora/dev/com_elb.c com_elb
|
|
|
|
attach lpt at elb with lpt_elb
|
|
file arch/evbppc/explora/dev/lpt_elb.c lpt_elb
|
|
|
|
attach le at elb with le_elb: le32
|
|
file arch/evbppc/explora/dev/le_elb.c le_elb
|
|
|
|
include "dev/pckbport/files.pckbport"
|
|
attach pckbc at elb with pckbc_elb
|
|
file arch/evbppc/explora/dev/pckbc_elb.c pckbc_elb
|
|
|
|
device fb: wsemuldisplaydev, rasops8
|
|
attach fb at elb with fb_elb
|
|
file arch/evbppc/explora/dev/fb_elb.c fb_elb
|