OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
CVS: cvs.openbsd.org: src

From: Brad Smith (bradcvs.openbsd.org)
Date: Wed May 25 2005 - 15:59:04 CDT


CVSROOT: /cvs
Module name: src
Changes by: bradcvs.openbsd.org 2005/05/25 14:59:04

Modified files:
        sys/dev/pci : if_nge.c

Log message:
- Fixed resetting of the watchdog timer and queue full flag.
- 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.
- Do not call mii_pollstat() from within device tick routines; the status
information is updated by mii_tick().

From FreeBSD