freebsd-dev/sys/mips/rmi/dev/nlge
Jayachandran C. 75e70f56a2 Add 64 bit support to nlge, and additional fixes
- 64 bit fixes for ifnlge.c
- Use m_nextpkt to save mbuf vaddr on 64 bit, we cannot store the
  64 bit vaddr  in the 40bit freeback field.
- remove unused code and unnecessary variables.
- use xlr_io_mmio macro instead of adding io base address
- rewrite GPIO related code to fixup nlge using xlr_write_reg and DELAY
- support for engg boards major num 11 and 12
- add xlr_paddr_lw() to load 32bit value from physical address, fix
  inline assembly
- style fixes
2010-09-20 11:53:57 +00:00
..
if_nlge.c Add 64 bit support to nlge, and additional fixes 2010-09-20 11:53:57 +00:00
if_nlge.h Fixes for XLR network accelerator driver (nlge). 2010-09-17 10:28:10 +00:00