Home | History | Annotate | Line # | Download | only in clockport
files.clockport revision 1.3
      1 #	$NetBSD: files.clockport,v 1.3 2012/10/27 11:54:21 phx Exp $
      2 
      3 define	clockportbus {}
      4 
      5 define	clockport_common {}
      6 file	arch/amiga/clockport/clockport_common.c clockport_common
      7 
      8 # Generic clockport (can be attached on top of Zorro boards)
      9 device	gencp: clockportbus, clockport_common
     10 file	arch/amiga/clockport/gencp.c		gencp needs-flag
     11 
     12 # A1200 clockport
     13 device	a1k2cp: clockportbus, clockport_common
     14 attach	a1k2cp at mainbus
     15 file	arch/amiga/clockport/a1k2cp.c		a1k2cp
     16 
     17 # X-Surf clockports
     18 attach	gencp at xsurfbus with gencp_xsurf
     19 file	arch/amiga/clockport/gencp_xsurf.c	gencp_xsurf needs-flag
     20 
     21 # more zbus clockports should be added, like:
     22 # Highway clockport
     23 # attach gencp at highwaybus with gencp_highway
     24 # file	arch/amiga/clockport/gencp_highway.c
     25 # 
     26 # also for clockports like the second one on A604:
     27 # device obio at mainbus {[address = -1]}
     28 # attach gencp at obio  with gencp_obio
     29 # file	arch/amiga/clockport/gencp_obio.c
     30 #
     31 # etc.
     32 
     33 device	clockport {}
     34 attach	clockport at clockportbus
     35 file	arch/amiga/clockport/clockport.c	clockport
     36 
     37 # Individual Computers SilverSurfer serial
     38 attach	com at clockport with com_ss
     39 file	arch/amiga/clockport/com_ss.c		com_ss
     40