1#         $NetBSD: files.gpib,v 1.1 2003/06/02 03:45:41 gmcgarry Exp $
2#
3# Config file and device description for machine-independent GPIB code.
4# Included by ports that need it.
5
6# GPIB layer
7device    gpib { [address = -1] }
8attach    gpib at gpibdev
9file      dev/gpib/gpib.c                         gpib                needs-flag
10
11# plotter/printer
12device    ppi
13attach    ppi at gpib
14file      dev/gpib/ppi.c                          ppi                 needs-flag
15
16# CS80/SS80 devices
17device    cs80bus { slave = -1, punit = -1 }
18attach    cs80bus at gpib
19file      dev/gpib/cs80bus.c            cs80bus
20
21# cartridge tapes
22device    ct: tape
23attach    ct at cs80bus
24file      dev/gpib/ct.c                           ct                  needs-flag
25
26# 9-track tape
27device    mt: tape
28attach    mt at cs80bus
29file      dev/gpib/mt.c                           mt                  needs-flag
30
31# disks
32device    rd: disk
33attach    rd at cs80bus
34file      dev/gpib/rd.c                           rd                  needs-flag
35
36# 82169A GPIB/HIL interface
37#attach   hil at gpib with hil_gpib
38#file     dev/gpib/hil_gpib.c           hil_gpib
39