Date: Mon, 21 Feb 2011 00:58:50 +0000 (UTC) From: Pyun YongHyeon <yongari@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/re if_re.c Message-ID: <201102210059.p1L0x76X025576@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yongari 2011-02-21 00:58:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/dev/re if_re.c Log: SVN rev 218899 on 2011-02-21 00:58:50Z by yongari MFC r217247,217381-217382,217384-217385: r217247: When driver is not running, do not send DUMP command to controller and just show old (cached) values. Controller will not respond to the command unless MAC is enabled so DUMP request for down interface caused request timeout. r217381: Allow TX/RX checksum offloading to be configured independently. r217382: re_reset() should be called only after setting device specific features. r217384: Make sure to check validity of dma maps before destroying. r217385: If driver is not able to allocate RX buffer, do not start driver. While I'm here move RX buffer allocation and descriptor initialization up to not touch hardware registers in case of RX buffer allocation failure. Revision Changes Path 1.160.2.19 +39 -20 src/sys/dev/re/if_re.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102210059.p1L0x76X025576>