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: Damien Bergamini (damiencvs.openbsd.org)
Date: Tue Nov 27 2007 - 13:45:44 CST


CVSROOT: /cvs
Module name: src
Changes by: damiencvs.openbsd.org 2007/11/27 12:45:44

Modified files:
        sys/dev/pci : if_iwn.c if_iwnreg.h

Log message:
fix DMA alignment constraints: rings must be aligned on a 256-byte
boundary, "keep warm" page must be aligned on a 4KB boundary.

make sure sc->shared->len[x][y] == sc->shared->len[x + 256][y] for
all x < 64.