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/vme/files.vme

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.vme,v 1.9 2001/06/11 15:09:54 fredette Exp $
    2 #
    3 # Config file and device description for machine-independent VME code.
    4 # Included by ports that need it.
    5 
    6 # keep the "3" consistent with VME_MAXCFRANGES in vmevar.h
    7 #  and VME_NUMCFRANGES in vme.c!
    8 #  (the latter will hopefully go away)
    9 device  vme {[addr[3] = {-1,-1,-1}], [len[3] = {-1,-1,-1}],
   10             [am[3] = {-1,-1,-1}], [irq = -1], [vect = -1]}
   11 
   12 attach  vme at vmebus
   13 device  vme_slv
   14 attach  vme_slv at vme
   15 file    dev/vme/vme.c           vme
   16 
   17 
   18 # Sun i82586 based ethernet controller
   19 device  ie: ifnet, ether, arp, i82586
   20 attach  ie at vme with ie_vme
   21 file    dev/vme/if_ie_vme.c     ie_vme
   22 
   23 # Xylogics 753/7053 SMD controller
   24 device  xdc {drive = -1}
   25 attach  xdc at vme
   26 device  xd: disk
   27 attach  xd at xdc
   28 file    dev/vme/xd.c            xd | xdc                        needs-flag
   29 
   30 # Xylogics 450/451 SMD controller
   31 device  xyc {drive = -1}
   32 attach  xyc at vme
   33 device  xy: disk
   34 attach  xy at xyc
   35 file    dev/vme/xy.c            xy | xyc                        needs-flag
   36 
   37 # Sun 5380 based SCSI controller
   38 device  si: scsi, ncr5380sbc
   39 attach  si at vme
   40 file    dev/vme/si.c            si
   41 
   42 # Sun "SCSI-2" SCSI controller
   43 device  sc: scsi, sunscpal
   44 attach  sc at vme with sc_vme
   45 file    dev/vme/sc_vme.c        sc_vme
   46 
   47 device  vmegeneric
   48 attach  vmegeneric at vme
   49 file    dev/vme/vmegeneric.c    vmegeneric                      needs-flag

Cache object: 4919163806f6a94955d834720df23c9e


[ 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.