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

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.mii,v 1.34 2003/10/28 00:15:40 fvdl Exp $
    2 
    3 defflag opt_mii.h       MIIVERBOSE
    4 
    5 define  mii             {[phy = -1]}
    6 file    dev/mii/mii.c                           mii
    7 
    8 define  mii_bitbang
    9 file    dev/mii/mii_bitbang.c                   mii_bitbang
   10 
   11 define  mii_phy
   12 file    dev/mii/mii_physubr.c                   mii_phy
   13 
   14 define  ukphy_subr
   15 file    dev/mii/ukphy_subr.c                    ukphy_subr
   16 
   17 device  acphy: mii_phy
   18 attach  acphy at mii
   19 file    dev/mii/acphy.c                         acphy
   20 
   21 device  amhphy: mii_phy
   22 attach  amhphy at mii
   23 file    dev/mii/amhphy.c                        amhphy
   24 
   25 device  bmtphy: mii_phy
   26 attach  bmtphy at mii
   27 file    dev/mii/bmtphy.c                        bmtphy
   28 
   29 device  brgphy: mii_phy
   30 attach  brgphy at mii
   31 file    dev/mii/brgphy.c                        brgphy
   32 
   33 device  tlphy: mii_phy
   34 attach  tlphy at mii
   35 file    dev/mii/tlphy.c                         tlphy
   36 
   37 device  nsphy: mii_phy
   38 attach  nsphy at mii
   39 file    dev/mii/nsphy.c                         nsphy
   40 
   41 device  nsphyter: mii_phy
   42 attach  nsphyter at mii
   43 file    dev/mii/nsphyter.c                      nsphyter
   44 
   45 device  gentbi: mii_phy
   46 attach  gentbi at mii
   47 file    dev/mii/gentbi.c                        gentbi
   48 
   49 device  glxtphy: mii_phy
   50 attach  glxtphy at mii
   51 file    dev/mii/glxtphy.c                       glxtphy
   52 
   53 device  gphyter: mii_phy
   54 attach  gphyter at mii
   55 file    dev/mii/gphyter.c                       gphyter
   56 
   57 device  qsphy: mii_phy
   58 attach  qsphy at mii
   59 file    dev/mii/qsphy.c                         qsphy
   60 
   61 device  inphy: mii_phy
   62 attach  inphy at mii
   63 file    dev/mii/inphy.c                         inphy
   64 
   65 device  iophy: mii_phy
   66 attach  iophy at mii
   67 file    dev/mii/iophy.c                         iophy
   68 
   69 device  exphy: mii_phy, ukphy_subr
   70 attach  exphy at mii
   71 file    dev/mii/exphy.c                         exphy
   72 
   73 device  lxtphy: mii_phy, ukphy_subr
   74 attach  lxtphy at mii
   75 file    dev/mii/lxtphy.c                        lxtphy
   76 
   77 device  makphy: mii_phy
   78 attach  makphy at mii
   79 file    dev/mii/makphy.c                        makphy
   80 
   81 device  icsphy: mii_phy
   82 attach  icsphy at mii
   83 file    dev/mii/icsphy.c                        icsphy
   84 
   85 device  igphy: mii_phy
   86 attach  igphy at mii
   87 file    dev/mii/igphy.c                         igphy
   88 
   89 device  sqphy: mii_phy
   90 attach  sqphy at mii
   91 file    dev/mii/sqphy.c                         sqphy
   92 
   93 device  tqphy: mii_phy
   94 attach  tqphy at mii
   95 file    dev/mii/tqphy.c                         tqphy
   96 
   97 device  dmphy: mii_phy
   98 attach  dmphy at mii
   99 file    dev/mii/dmphy.c                         dmphy
  100 
  101 device  pnaphy: mii_phy
  102 attach  pnaphy at mii
  103 file    dev/mii/pnaphy.c                        pnaphy
  104 
  105 device  urlphy: mii_phy
  106 attach  urlphy at mii
  107 file    dev/mii/urlphy.c                        urlphy
  108 
  109 device  ukphy: mii_phy, ukphy_subr
  110 attach  ukphy at mii
  111 file    dev/mii/ukphy.c                         ukphy

Cache object: d03cef46412990407267caa083997436


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