Subject: Re: mountd fails
To: None <netbsd-users@netbsd.org>
From: Patrick Welche <prlw1@newn.cam.ac.uk>
List: netbsd-users
Date: 09/05/2005 18:33:41
On Mon, Sep 05, 2005 at 01:28:04PM -0400, Jan Schaumann wrote:
> Patrick Welche <prlw1@newn.cam.ac.uk> wrote:
>  
> > That bge network card doesn't happen to be a
> > 
> > bge0 at pci2 dev 0 function 0: Broadcom BCM5751 Gigabit Ethernet
> > bge0: interrupting at irq 11
> > bge0: ASIC BCM5750 A1 (0x4001), Ethernet address 00:11:43:7c:6c:94
> > brgphy0 at bge0 phy 1: BCM5750 1000BASE-T media interface, rev. 0
> > brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto
> > 
> > does it?
> 
> Well, it's:
> 
> bge0 at pci2 dev 8 function 0: Broadcom BCM5700 Gigabit Ethernet
> bge0: interrupting at ioapic0 pin 19 (irq 15)
> bge0: ASIC BCM5700 B1 (0x7102), Ethernet address 00:04:76:3b:65:92
> brgphy0 at bge0 phy 1: BCM5401 1000BASE-T media interface, rev. 3
> brgphy0: using BCM5401 DSP patch
> brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT,
> 1000baseT-FDX, auto
> 
> But, again, this is entirely irrelevant to the problem at hand (well, at
> least to _my_ problem :-).  Booting the older kernel doesn't fix the
> problem -- mount(2) still fails.

So nfs isn't going across that network card?

(I thought bge0 was entirely irrelevant too until I found kern/30851 - I
thought ipnat was broken. You think that nfs is broken. It turns out bge
is broken.)

Does it work with another network card?

Cheers,

Patrick