Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Feb 2003 14:03:58 -0800 (PST)
From:      Martin Blapp <mbr@FreeBSD.org>
To:        all-committers@FreeBSD.org, legacy-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/nge if_nge.c src/sys/dev/xe if_xe.c src/sys/pci if_rl.c if_ste.c if_vr.c if_wb.c if_xl.c
Message-ID:  <200302052203.h15M3wRg032875@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mbr         2003/02/05 14:03:58 PST

  Modified files:        (Branch: RELENG_4)
    sys/dev/nge          if_nge.c 
    sys/dev/xe           if_xe.c 
    sys/pci              if_rl.c if_ste.c if_vr.c if_wb.c if_xl.c 
  Log:
  MFC:
  
  When reading PHY regs over the i2c bus, the turnaround ACK bit
  is read one clock edge too late. This bit is driven low by
  slave (as any other input data bits from slave) when the clock
  is LOW. The current code did read the bit after the clock was
  driven high again.
  
  Reviewed by:    phk
  
  Revision   Changes    Path
  1.13.2.13  +1 -1      src/sys/dev/nge/if_nge.c
  1.13.2.6   +2 -2      src/sys/dev/xe/if_xe.c
  1.38.2.14  +1 -1      src/sys/pci/if_rl.c
  1.14.2.9   +1 -1      src/sys/pci/if_ste.c
  1.26.2.12  +1 -1      src/sys/pci/if_vr.c
  1.26.2.5   +1 -1      src/sys/pci/if_wb.c
  1.72.2.25  +1 -1      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?200302052203.h15M3wRg032875>