Expand PMF_FN_* macros.
[netbsd-mini2440.git] / sys / dev / gpib / files.gpib
bloba252d5d96c93aa6823f57c3f1ddd6187afdb77a3
1 #       $NetBSD$
3 # Config file and device description for machine-independent GPIB code.
4 # Included by ports that need it.
6 # GPIB layer
7 device  gpib { [address = -1] }
8 attach  gpib at gpibdev
9 file    dev/gpib/gpib.c                 gpib            needs-flag
11 # plotter/printer
12 device  ppi
13 attach  ppi at gpib
14 file    dev/gpib/ppi.c                  ppi             needs-flag
16 # CS80/SS80 devices
17 device  cs80bus { slave = -1, punit = -1 }
18 attach  cs80bus at gpib
19 file    dev/gpib/cs80bus.c              cs80bus
21 # cartridge tapes
22 device  ct: tape
23 attach  ct at cs80bus
24 file    dev/gpib/ct.c                   ct              needs-flag
26 # 9-track tape
27 device  mt: tape
28 attach  mt at cs80bus
29 file    dev/gpib/mt.c                   mt              needs-flag
31 # disks
32 device  rd: disk
33 attach  rd at cs80bus
34 file    dev/gpib/rd.c                   rd              needs-flag
36 # 82169A GPIB/HIL interface
37 #attach hil at gpib with hil_gpib
38 #file   dev/gpib/hil_gpib.c             hil_gpib