1#         $NetBSD: files.clockport,v 1.6 2021/04/28 00:35:47 rin Exp $
2
3define    clockportbus {}
4
5define    clockport_common
6file      arch/amiga/clockport/clockport_common.c clockport_common
7
8# Generic clockport (can be attached on top of Zorro boards)
9device    gencp: clockportbus, clockport_common
10file      arch/amiga/clockport/gencp.c            gencp needs-flag
11
12# A1200 clockport
13device    a1k2cp: clockportbus, clockport_common
14attach    a1k2cp at mainbus
15file      arch/amiga/clockport/a1k2cp.c           a1k2cp
16
17# X-Surf clockports
18attach    gencp at xsurfbus with gencp_xsurf
19file      arch/amiga/clockport/gencp_xsurf.c      gencp_xsurf needs-flag
20
21# ACA500 clockport
22attach    gencp at acafhbus with gencp_acafh
23file      arch/amiga/clockport/gencp_acafh.c      gencp_acafh needs-flag
24
25# more zbus clockports should be added, like:
26# Highway clockport
27# attach gencp at highwaybus with gencp_highway
28# file    arch/amiga/clockport/gencp_highway.c
29#
30# also for clockports like the second one on A604:
31# device obio at mainbus {[address = -1]}
32# attach gencp at obio  with gencp_obio
33# file    arch/amiga/clockport/gencp_obio.c
34#
35# etc.
36
37device    clockport {}
38attach    clockport at clockportbus
39file      arch/amiga/clockport/clockport.c        clockport
40
41# Individual Computers SilverSurfer serial
42attach    com at clockport with com_ss
43file      arch/amiga/clockport/com_ss.c           com_ss
44
45# Individual Computers / Petsoff - Delfina 1200 / Flipper
46device    flipper
47attach    flipper at clockport
48file      arch/amiga/clockport/flipper.c                    flipper
49
50