Cardbus GbE (Realtek 8169SBL) supported?

Norikatsu Shigemura nork at FreeBSD.org
Tue May 27 17:10:04 UTC 2008


On Thu, 22 May 2008 13:23:09 +0900
Pyun YongHyeon <pyunyh at gmail.com> wrote:
>  > > Would you show me the output of "devinfo -v | grep oui"?
>  > 	Yes, please see attached file.  And I forgot a panic.
> Thanks. Would you try attached patch?

	Humm...  Good works on single user mode.  No PHY timeout, ping is
	ok.  But on multi user mode, re(4) doesn't work, don't link up,
	can't link up, PHY timeout, ping is bad....

>  > 	When I removed RTL8169SBL from cardbus, or/and kldunload if_re,
>  > 	I got a panic.  Please see also panic messages, too.
> This looks different issues to me. Would you show me backtrace info
> of the panic?

	Same position.  I attached two panic textdumps (kldunload or
	pull out the card).  And see also following address2line.

# addr2line -f -e /boot/kernel/kernel.symbols 0xc0571aa2 
resource_list_release
/usr/src/sys/kern/subr_bus.c:2801
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
int
resource_list_release(struct resource_list *rl, device_t bus, device_t child,
    int type, int rid, struct resource *res)
{
	:
==>>	error = BUS_RELEASE_RESOURCE(device_get_parent(bus), child,
	     type, rid, res);
	:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	Thank you.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: textdump.tar.kldunload
Type: application/octet-stream
Size: 71168 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-current/attachments/20080527/12c0b0c7/textdump.tar-0002.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: textdump.tar.pullout
Type: application/octet-stream
Size: 71680 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-current/attachments/20080527/12c0b0c7/textdump.tar-0003.obj


More information about the freebsd-current mailing list