1*95e1ffb1Schristos# $NetBSD: files.mvme,v 1.3 2005/12/11 12:22:48 christos Exp $ 28c75e475Sscw# 38c75e475Sscw# Config file and device description for drivers shared between all 48c75e475Sscw# Motorola MVME boards. 58c75e475Sscw 68c75e475Sscw# Our own common VMEbus glue 78c75e475Sscwdefine mvmebus 88c75e475Sscwfile dev/mvme/mvmebus.c mvmebus 98c75e475Sscw 108c75e475Sscw# VMEChip2 found on many MVME boards 118c75e475Sscwdevice vmetwo: mvmebus, vmebus 128c75e475Sscwattach vmetwo at mainbus 138c75e475Sscwfile dev/mvme/vme_two.c vmetwo needs-flag 148c75e475Sscw 158c75e475Sscw# PCCChip2 found on many MVME boards 168c75e475Sscwdevice pcctwo { [ ipl = -1 ] } 178c75e475Sscwattach pcctwo at mainbus 188c75e475Sscwfile dev/mvme/pcctwo.c pcctwo needs-flag 198c75e475Sscw 208c75e475Sscw# This is not as odd as it looks. If the user doesn't define 218c75e475Sscw# a vmetwo0 device in the config file, we still need the 228c75e475Sscw# following gloop to deal with some local interrupts. 238c75e475Sscwfile dev/mvme/vme_two_isr.c pcctwo 248c75e475Sscw 258c75e475Sscw# MVME68K/MVME88K Clock 268c75e475Sscwattach clock at pcctwo with clock_pcctwo 278c75e475Sscwfile dev/mvme/clock_pcctwo.c clock_pcctwo 288c75e475Sscw 298c75e475Sscw# MVME68K/MVME88K Printer 308c75e475Sscwattach lpt at pcctwo with lpt_pcctwo 318c75e475Sscwfile dev/mvme/lpt_mvme.c lpt needs-flag 328c75e475Sscwfile dev/mvme/lpt_pcctwo.c lpt_pcctwo 338c75e475Sscw 348c75e475Sscw# MVME68K/MVME88K Ethernet Interface 358c75e475Sscwattach ie at pcctwo with ie_pcctwo 368c75e475Sscwfile dev/mvme/if_ie_mvme.c ie_pcctwo 378c75e475Sscw 388c75e475Sscw# CD2401 Quad Serial Controller 398c75e475Sscwattach clmpcc at pcctwo with clmpcc_pcctwo 408c75e475Sscwfile dev/mvme/clmpcc_pcctwo.c clmpcc_pcctwo needs-flag 418c75e475Sscw 428c75e475Sscw# MVME68K/MVME88K Memory Controller ASICs 438c75e475Sscwdevice memc 448c75e475Sscwattach memc at mainbus 458c75e475Sscwfile dev/mvme/memc.c memc 468c75e475Sscw 478c75e475Sscw# MVME68K/MVME88K ncr53c710 SCSI 488c75e475Sscwattach osiop at pcctwo with osiop_pcctwo 498c75e475Sscwfile dev/mvme/osiop_pcctwo.c osiop_pcctwo 50