The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/dev/gpib/files.gpib

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    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

Cache object: b6883b00d84e04a3b6c810a8ea86bc8a


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.