Date: Thu, 16 Sep 2010 19:13:55 +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 src/sys/mips/rmi/dev/xlr rge.c Message-ID: <201009161914.o8GJEGbh050228@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009161914.o8GJEGbh050228>
