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

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.ofisa,v 1.13 2004/01/31 13:59:20 jdolecek Exp $
    2 
    3 # OFW ISA bus support
    4 # XXX eventually we should do something with these locators
    5 define  ofisa { [i = -1], [it = -1], [iv = -1], [m = -1] }
    6 device  ofisa: ofisa, ofbus
    7 attach  ofisa at ofbus
    8 file    dev/ofisa/ofisa.c               ofisa
    9 
   10 # attachment for MI pckbc driver
   11 attach  pckbc at ofisa with pckbc_ofisa
   12 file    dev/ofisa/pckbc_ofisa.c         pckbc_ofisa
   13 
   14 # attachment for MI com driver
   15 attach  com at ofisa with com_ofisa
   16 file    dev/ofisa/com_ofisa.c           com_ofisa
   17 
   18 # attachment for MI lpt driver
   19 attach  lpt at ofisa with lpt_ofisa
   20 file    dev/ofisa/lpt_ofisa.c           lpt_ofisa & !ppbus
   21 
   22 attach  atppc at ofisa with atppc_ofisa: isadma
   23 file    dev/ofisa/atppc_ofisa.c         atppc_ofisa
   24 
   25 # attachment for MI wdc driver
   26 attach  wdc at ofisa with wdc_ofisa
   27 file    dev/ofisa/wdc_ofisa.c           wdc_ofisa
   28 
   29 # attachment of ISA SoundBlaster driver
   30 attach  sb at ofisa with sb_ofisa
   31 file    dev/ofisa/sb_ofisa.c            sb_ofisa
   32 
   33 # attachment of ISA ESS Technology ES1887/ES888
   34 attach  ess at ofisa with ess_ofisa
   35 file    dev/ofisa/ess_ofisa.c           ess_ofisa
   36 
   37 # attachment of ISA CS8900 driver
   38 attach  cs at ofisa with cs_ofisa: of_network_dev, cs_isa_common, isadma
   39 file    dev/ofisa/if_cs_ofisa.c         cs_ofisa
   40 
   41 # attachment of ISA Game port driver
   42 attach  joy at ofisa with joy_ofisa
   43 file    dev/ofisa/joy_ofisa.c           joy_ofisa

Cache object: 799bf526bf5565302e087939a4ca0b99


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