Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Feb 2015 15:59:34 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 197535] [re] [panic] if_re (Realtek 8168) causes memory write after free and kernel panic
Message-ID:  <bug-197535-8-IyB9SBQUVy@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-197535-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-197535-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197535

--- Comment #3 from luca.pizzamiglio@gmail.com ---
More information:
* The chip is recognized as 8168G
* Both Rx and Tx don't works
* debugging the driver, I discovered that the 0x3201c040 is the value of the
rl_desc->cmd_stat
* the rx can get 256 Rx descriptor, then there're no more packets
(RL_RDESC_STAT_OWN always on)

It seems to me that the DMA/device is not correctly initialized and the
communication with the device works in an unexpected way.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-197535-8-IyB9SBQUVy>