Module Name: src Committed By: jym Date: Thu Dec 9 23:14:06 UTC 2010
Modified Files: src/sys/dev/pci: if_bnx.c Log Message: Remove htolexx calls, as bnx(4) NICs are capable of swapping endianess. The macros for PAGE_SIZE were fixed with the previous patch (if_bnxreg.h splitting, rev 1.11). >From OpenBSD. Their commit log reads: bnx(4) is a bit special. The chip itself is capable of swapping endianess so there is no need for htoleXX calls. The only thing needed is the correct layout of the DMA-ed structures. Additionally it uses PAGE_SIZE but assumed that it is always 4k. Fix the macros that failed to respect that so that it works on 8k PAGE_SIZE systems. This makes bnx(4) work on sparc64. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/sys/dev/pci/if_bnx.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.