Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Jul 2001 11:58:44 -0700 (PDT)
From:      Ian Dowse <iedowse@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/ed if_ed_pccard.c if_edreg.h
Message-ID:  <200107221858.f6MIwiN86614@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
iedowse     2001/07/22 11:58:44 PDT

  Modified files:
    sys/dev/ed           if_ed_pccard.c if_edreg.h 
  Log:
  Attach the miibus for Linksys/Dlink cards from the attach routine,
  not from the probe routine. This was an oversight when I originally
  ported the miibus support to -current, though it was mostly harmless.
  
  We now set the vendor code to the new value ED_VENDOR_LINKSYS in
  ed_pccard_Linksys() at probe time. Then ed_pccard_attach() checks
  the vendor code, and sets up the miibus if appropriate.
  
  Reviewed by:	imp
  
  Revision  Changes    Path
  1.30      +11 -7     src/sys/dev/ed/if_ed_pccard.c
  1.31      +2 -1      src/sys/dev/ed/if_edreg.h


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?200107221858.f6MIwiN86614>