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 7 device gpib { [address = -1] } 8 attach gpib at gpibdev 9 file dev/gpib/gpib.c gpib needs-flag 10 11 # plotter/printer 12 device ppi 13 attach ppi at gpib 14 file dev/gpib/ppi.c ppi needs-flag 15 16 # CS80/SS80 devices 17 device cs80bus { slave = -1, punit = -1 } 18 attach cs80bus at gpib 19 file dev/gpib/cs80bus.c cs80bus 20 21 # cartridge tapes 22 device ct: tape 23 attach ct at cs80bus 24 file dev/gpib/ct.c ct needs-flag 25 26 # 9-track tape 27 device mt: tape 28 attach mt at cs80bus 29 file dev/gpib/mt.c mt needs-flag 30 31 # disks 32 device rd: disk 33 attach rd at cs80bus 34 file 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