5ab7d519a3
copy of more or less identical iskmemdev() for every arch; move the function to spec_vnop.c, and g/c machine-dependant copies
42 lines
1.0 KiB
Plaintext
42 lines
1.0 KiB
Plaintext
# $NetBSD: files.pb1000,v 1.4 2002/10/28 13:33:07 jdolecek Exp $
|
|
|
|
file arch/evbmips/alchemy/pb1000_intr.c
|
|
|
|
file arch/evbmips/alchemy/autoconf.c
|
|
file arch/evbmips/alchemy/machdep.c
|
|
|
|
file arch/mips/mips/bus_dma.c
|
|
file arch/evbmips/evbmips/clock.c
|
|
file arch/evbmips/evbmips/disksubr.c
|
|
file arch/evbmips/evbmips/interrupt.c
|
|
file arch/evbmips/evbmips/yamon.c
|
|
|
|
# System bus
|
|
device mainbus { }
|
|
attach mainbus at root
|
|
file arch/evbmips/alchemy/mainbus.c mainbus
|
|
|
|
device cpu
|
|
attach cpu at mainbus
|
|
file arch/evbmips/alchemy/cpu.c cpu
|
|
|
|
# Pb1000 on-board devices
|
|
device obio { [addr=-1] }
|
|
attach obio at mainbus
|
|
file arch/evbmips/alchemy/pb1000_obio.c obio
|
|
#file arch/evbmips/alchemy/pb1000_obio_space.c obio
|
|
|
|
device aupcmcia: pcmciabus
|
|
attach aupcmcia at obio
|
|
file arch/evbmips/alchemy/dev/aupcmcia.c aupcmcia
|
|
|
|
# Machine-independent USB device support
|
|
include "dev/usb/files.usb"
|
|
|
|
# Machine-independent PCMCIA drivers
|
|
device fdc {drive = -1} # files.pcmcia requires.
|
|
include "dev/pcmcia/files.pcmcia"
|
|
|
|
# Memory Disk
|
|
file dev/md_root.c memory_disk_hooks
|