Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Sep 2010 11:53:57 +0000 (UTC)
From:      "Jayachandran C." <jchandra@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/mips/rmi rmi_mips_exts.h src/sys/mips/rmi/dev/nlge if_nlge.c
Message-ID:  <201009201154.o8KBs4uF075668@repoman.freebsd.org>

index | next in thread | raw e-mail

jchandra    2010-09-20 11:53:57 UTC

  FreeBSD src repository

  Modified files:
    sys/mips/rmi         rmi_mips_exts.h 
    sys/mips/rmi/dev/nlge if_nlge.c 
  Log:
  SVN rev 212896 on 2010-09-20 11:53:57Z by jchandra
  
  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
  
  Revision  Changes    Path
  1.10      +63 -52    src/sys/mips/rmi/dev/nlge/if_nlge.c
  1.5       +68 -12    src/sys/mips/rmi/rmi_mips_exts.h


help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009201154.o8KBs4uF075668>