From owner-cvs-src-old@FreeBSD.ORG Thu Sep 16 19:14:16 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E483F10656C2 for ; Thu, 16 Sep 2010 19:14:16 +0000 (UTC) (envelope-from jchandra@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D23788FC0C for ; Thu, 16 Sep 2010 19:14:16 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o8GJEGdj050229 for ; Thu, 16 Sep 2010 19:14:16 GMT (envelope-from jchandra@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o8GJEGbh050228 for cvs-src-old@freebsd.org; Thu, 16 Sep 2010 19:14:16 GMT (envelope-from jchandra@repoman.freebsd.org) Message-Id: <201009161914.o8GJEGbh050228@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jchandra@repoman.freebsd.org using -f From: "Jayachandran C." Date: Thu, 16 Sep 2010 19:13:55 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/mips/rmi rmi_mips_exts.h src/sys/mips/rmi/dev/nlge if_nlge.c src/sys/mips/rmi/dev/xlr rge.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Sep 2010 19:14:17 -0000 jchandra 2010-09-16 19:13:55 UTC FreeBSD src repository Modified files: sys/mips/rmi rmi_mips_exts.h sys/mips/rmi/dev/nlge if_nlge.c sys/mips/rmi/dev/xlr rge.c Log: SVN rev 212758 on 2010-09-16 19:13:55Z by jchandra Network driver updates. - Move RMI MIPS extension to atomic increment word (LDADDWU) to common header file sys/mips/rmi/rmi_mips_exts.h - Fix xlr_ldaddwu() for 64 bit, it is a 32 bit operation, use unsigned int* instead of unsigned long* argument - Provide dummy xlr_enable_kx/xlr_restore_kx for n32 and n64. - Provide xlr_paddr_ld() instead of xlr_paddr_lw(), so that the descriptor formats are same for 32 and 64 bit - update nlge and rge for the changes These changes are also needed by the security driver which will be added later. Revision Changes Path 1.8 +33 -52 src/sys/mips/rmi/dev/nlge/if_nlge.c 1.17 +11 -55 src/sys/mips/rmi/dev/xlr/rge.c 1.4 +80 -24 src/sys/mips/rmi/rmi_mips_exts.h