Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jun 2002 12:11:59 -0700
From:      Steve Kargl <sgk@troutmask.apl.washington.edu>
To:        freebsd-current@freebsd.org
Subject:   someone broke if_rl or miibus or ...
Message-ID:  <20020623121159.A53498@troutmask.apl.washington.edu>

next in thread | raw e-mail | index | archive | help

A kernel from yesterday probes my network card as follows:

rl0: <RealTek 8139 10/100BaseTX> port 0x8800-0x88ff mem 0xe2800000-0xe28000ff\
    irq 15 at device 13.0 on pci0
rl0: Realtek 8139B detected. Warning, this may be unstable in autoselect mode
rl0: Ethernet address: 00:00:c5:b3:45:24
miibus0: <MII bus> on rl0
rlphy0: <RealTek internal media interface> on miibus0
rlphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto


A kernel from today probes the network card as follows:

rl0: <RealTek 8139 10/100BaseTX> port 0x8800-0x88ff mem 0xe2800000-0xe28000ff\
     irq 15 at device 13.0 on pci0
rl0: Realtek 8139B detected. Warning, this may be unstable in autoselect mode
rl0: Ethernet address: 00:00:c5:b3:45:24
rl0: MII without any phy!
device_probe_and_attach: rl0 attach returned 6


I can't find a change to the code that is used
to produce if_rl.ko or the miibus.ko, which would
account for this problem.  Any pointers?

-- 
Steve

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020623121159.A53498>