1# $NetBSD: files.clockport,v 1.1 2012/04/17 09:59:03 rkujawa Exp $ 2 3define clockportbus {} 4 5define clockport_common 6file arch/amiga/clockport/clockport_common.c clockport_generic 7 8# A1200 clockport 9device a1k2cp: clockportbus, clockport_common 10attach a1k2cp at mainbus 11file arch/amiga/clockport/a1k2cp.c a1k2cp 12 13device clockport {} 14attach clockport at clockportbus 15file arch/amiga/clockport/clockport.c clockport 16 17# Individual Computers SilverSurfer serial 18#device com 19attach com at clockport with com_ss 20file arch/amiga/clockport/com_ss.c 21 22# TODO: We should support for generic clockports, like: 23# device obio at mainbus {[address = -1]} 24# device gencp 25# attach gencp at obio 26 27