From owner-freebsd-current Sun Jun 23 12:12:21 2002 Delivered-To: freebsd-current@freebsd.org Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by hub.freebsd.org (Postfix) with ESMTP id CF7DD37B400 for ; Sun, 23 Jun 2002 12:11:59 -0700 (PDT) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.12.4/8.12.4) with ESMTP id g5NJBxBM053531 for ; Sun, 23 Jun 2002 12:11:59 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.12.4/8.12.4/Submit) id g5NJBxFO053530 for freebsd-current@freebsd.org; Sun, 23 Jun 2002 12:11:59 -0700 (PDT) Date: Sun, 23 Jun 2002 12:11:59 -0700 From: Steve Kargl To: freebsd-current@freebsd.org Subject: someone broke if_rl or miibus or ... Message-ID: <20020623121159.A53498@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG A kernel from yesterday probes my network card as follows: rl0: 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: on rl0 rlphy0: on miibus0 rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto A kernel from today probes the network card as follows: rl0: 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