Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Apr 2000 06:41:58 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/usb if_aue.c src/sys/pci if_dc.c if_rl.c if_sf.c if_sis.c if_ste.c if_tl.c if_tx.c if_vr.c if_wb.c if_xl.c
Message-ID:  <200004291341.GAA67951@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       2000/04/29 06:41:58 PDT

  Modified files:
    sys/dev/usb          if_aue.c 
    sys/pci              if_dc.c if_rl.c if_sf.c if_sis.c if_ste.c 
                         if_tl.c if_tx.c if_vr.c if_wb.c if_xl.c 
  Log:
  Depend on miibus.
  
  Note that if_aue doesn't strictly depend on usb because it uses the
  method interface for calls rather than using internal symbols, and
  because it's a child driver of usb and therefore will not try and do
  anything unless the parent usb code is loaded at some point.  if_aue does
  strictly depend on miibus as it will fail to link if it is missing.
  
  Revision  Changes    Path
  1.23      +4 -2      src/sys/dev/usb/if_aue.c
  1.10      +4 -2      src/sys/pci/if_dc.c
  1.40      +4 -2      src/sys/pci/if_rl.c
  1.19      +4 -2      src/sys/pci/if_sf.c
  1.14      +4 -2      src/sys/pci/if_sis.c
  1.15      +4 -2      src/sys/pci/if_ste.c
  1.52      +4 -2      src/sys/pci/if_tl.c
  1.36      +3 -1      src/sys/pci/if_tx.c
  1.27      +4 -2      src/sys/pci/if_vr.c
  1.27      +4 -2      src/sys/pci/if_wb.c
  1.73      +4 -2      src/sys/pci/if_xl.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200004291341.GAA67951>