Date: Fri, 27 May 2011 20:21:12 +0000 (UTC) From: Pyun YongHyeon <yongari@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/xl if_xl.c if_xlreg.h Message-ID: <201105272021.p4RKLXn8005102@repoman.freebsd.org>
index | next in thread | raw e-mail
yongari 2011-05-27 20:21:12 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8)
sys/dev/xl if_xl.c if_xlreg.h
Log:
SVN rev 222382 on 2011-05-27 20:21:12Z by yongari
MFC r221557-221558,221560-221561,221571:
r221557:
Remove unnecessary htole32/le32toh dance.
r221571:
Remove unneeded use of variable status.
r221558:
Set status word once instead of twice. For 3C90xB/3C90xC, frame
length of status word is ignored. While here move bus_dmamap_sync()
up where DMA map is loaded.
r221560:
Call bus_dmamap_sync() only after TX DPD update.
r221561:
Updating status word should be the last operation of UPD structure
renewal. Disable instruction reordering by adding volatile to
xl_list_onefrag structure.
Revision Changes Path
1.8.2.10 +15 -20 src/sys/dev/xl/if_xl.c
1.1.2.3 +2 -2 src/sys/dev/xl/if_xlreg.h
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105272021.p4RKLXn8005102>
