Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Jan 2000 22:52:37 -0800 (PST)
From:      Bill Paul <wpaul@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/usb if_aue.c if_auereg.h
Message-ID:  <200001080652.WAA59006@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
wpaul       2000/01/07 22:52:37 PST

  Modified files:
    sys/dev/usb          if_aue.c if_auereg.h 
  Log:
  Be a bit more discriminating when trying to decide when to screen out
  certain PHY addresses in aue_miibus_readreg(). Not all adapters based
  on the Pegasus chip may have their PHYs wired for the same MII bus
  addresses: the logic that I used for my ADMtek eval board might not
  apply to other adapters, so make sure to only use it if this is really
  an ADMtek eval board (check the vendor/device ID).
  
  This will hopefully make the LinkSys USB100TX adapter work correctly.
  
  Revision  Changes    Path
  1.3       +22 -9     src/sys/dev/usb/if_aue.c
  1.2       +2 -1      src/sys/dev/usb/if_auereg.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?200001080652.WAA59006>