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: Sun May 22 2005 - 00:40:52 CDT


CVSROOT: /cvs
Module name: src
Changes by: bradcvs.openbsd.org 2005/05/21 23:40:52

Modified files:
        sys/dev/pci : if_sis.c if_sisreg.h

Log message:
- Enable parity error detection on 900B and 635(A).

- SIS_CFG_EDB_MASTER_EN indicates the EDB bus is used instead of
the PCI bus. When this bit is set, the Max DMA Burst Size
for TX/RX DMA should be no larger than 64 bytes.

- Do not call mii_pollstat() from within device tick routines; the status
information is updated by mii_tick().

From FreeBSD

Testing by uwe, mpf and me.