|
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 (damien
cvs.openbsd.org)
Date: Tue Nov 27 2007 - 13:45:44 CST
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
CVSROOT: /cvs
Module name: src
Changes by: damien
cvs.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.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]