NetBSD/sys/arch/da30/conf/files.da30

52 lines
1.2 KiB
Plaintext

# $NetBSD: files.da30,v 1.7 1995/02/08 17:49:06 mycroft Exp $
# config file for da30
# maxpartitions must be first item in files.${ARCH}.newconf
maxpartitions 8
device iio at root { slot = -1, ipl = 0 }
device clock at iio
file arch/da30/da30/clock.c clock
device gsp at iio: tty
file arch/da30/dev/gsp.c gsp needs-count
device zs at iio: tty
file arch/da30/dev/zs.c zs gsp needs-count
device wfc at iio { unit = -1 }
device wd at wfc
device fd at wfc
file arch/da30/dev/wd.c wd fd needs-count
device sbic at iio { target = -1, lun = 0 }
device sd at sbic
file arch/da30/dev/sd.c sd needs-count
file arch/da30/dev/sias.s sd
device idc at iio { unit = -1 }
device id at idc
file arch/da30/dev/id.c id needs-count
major { sd = 1 }
major { wd = 2 }
major { id = 4 }
major { vnd = 6 }
file arch/da30/da30/autoconf.c
file arch/da30/da30/conf.c
file arch/da30/da30/disksubr.c
file arch/da30/da30/dkbad.c
file arch/da30/da30/machdep.c config-dependent
file arch/da30/da30/mem.c
file arch/da30/da30/pmap.c
file arch/da30/da30/pmap_bootstrap.c
file arch/da30/da30/raw_diskio.c
file arch/da30/da30/sys_machdep.c
file arch/da30/da30/trap.c
file arch/da30/da30/vm_machdep.c
file arch/m68k/m68k/copy.s
file dev/cons.c