Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Sep 2010 13:11:50 +0000 (UTC)
From:      "Jayachandran C." <jchandra@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/mips/rmi msgring.h src/sys/mips/rmi/dev/nlge if_nlge.c src/sys/mips/rmi/dev/xlr rge.c
Message-ID:  <201009131312.o8DDC4h0070778@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jchandra    2010-09-13 13:11:50 UTC

  FreeBSD src repository

  Modified files:
    sys/mips/rmi         msgring.h 
    sys/mips/rmi/dev/nlge if_nlge.c 
    sys/mips/rmi/dev/xlr rge.c 
  Log:
  SVN rev 212553 on 2010-09-13 13:11:50Z by jchandra
  
  sys/mips/rmi/msgring.h - fixes and clean up.
  
  - Remove sync from msgrng_send, sync needs to be called just once before
    sending.
  - Fix retry logic - don't reload registers when retrying in message_send,
    also fix check for send pending fail.
  - remove unused message_send_block_fast()
  - merge message_receive_fast() to message_receive
  - style(9) fixes, and comments
  - rge and nlge updated for the sys/mips/rmi/msgring.h changes
  
  Revision  Changes    Path
  1.7       +2 -2      src/sys/mips/rmi/dev/nlge/if_nlge.c
  1.16      +2 -2      src/sys/mips/rmi/dev/xlr/rge.c
  1.7       +206 -243  src/sys/mips/rmi/msgring.h



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