CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/04/05 15:45:51
Modified files:
sys/arch/sgi/hpc: hpc.c hpcvar.h if_sq.c
Log message:
DMA descriptors only need to be aligned on 8-byte boundaries, and the struct
layout is enough to enforce this. Don't request DMA page boundary alignment
when allocating them.
