# Generic clockport (can be attached on top of Zorro boards)
device gencp: clockportbus, clockport_common
file arch/amiga/clockport/gencp.c gencp needs-flag
# X-Surf clockports
attach gencp at xsurfbus with gencp_xsurf
file arch/amiga/clockport/gencp_xsurf.c gencp_xsurf needs-flag
# ACA500 clockport
attach gencp at acafhbus with gencp_acafh
file arch/amiga/clockport/gencp_acafh.c gencp_acafh needs-flag
# more zbus clockports should be added, like:
# Highway clockport
# attach gencp at highwaybus with gencp_highway
# file arch/amiga/clockport/gencp_highway.c
#
# also for clockports like the second one on A604:
# device obio at mainbus {[address = -1]}
# attach gencp at obio with gencp_obio
# file arch/amiga/clockport/gencp_obio.c
#
# etc.
device clockport {}
attach clockport at clockportbus
file arch/amiga/clockport/clockport.c clockport
# Individual Computers SilverSurfer serial
attach com at clockport with com_ss
file arch/amiga/clockport/com_ss.c com_ss