Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Oct 2010 04:33:58 +0000 (UTC)
From:      "Jayachandran C." <jchandra@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/mips/rmi board.c fmn.c msgring.h rmi_mips_exts.h xlr_machdep.c src/sys/mips/rmi/dev/nlge if_nlge.c src/sys/mips/rmi/dev/xlr rge.c
Message-ID:  <201010030434.o934YIUj069361@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jchandra    2010-10-03 04:33:58 UTC

  FreeBSD src repository

  Modified files:
    sys/mips/rmi         board.c fmn.c msgring.h rmi_mips_exts.h 
                         xlr_machdep.c 
    sys/mips/rmi/dev/nlge if_nlge.c 
    sys/mips/rmi/dev/xlr rge.c 
  Log:
  SVN rev 213377 on 2010-10-03 04:33:58Z by jchandra
  
  Update message ring handling code for XLR/XLS
  
  - Wakeup multiple threads per core using message ring watermark interrupts.
  - Update message ring handler registration, use the real device station id
    for registering interrupts.
  - rge/nlge: update for the new message ring registration code.
  - rge/nlge: use 2 message ring stations for incoming packets, this will
    allow more messages to be queued.
  - nlge: comment fixes, remove unused variable
  - style and whitespace fixes
  
  Revision  Changes    Path
  1.9       +5 -43     src/sys/mips/rmi/board.c
  1.12      +15 -11    src/sys/mips/rmi/dev/nlge/if_nlge.c
  1.18      +10 -7     src/sys/mips/rmi/dev/xlr/rge.c
  1.5       +237 -180  src/sys/mips/rmi/fmn.c
  1.9       +8 -34     src/sys/mips/rmi/msgring.h
  1.7       +13 -2     src/sys/mips/rmi/rmi_mips_exts.h
  1.23      +0 -1      src/sys/mips/rmi/xlr_machdep.c



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