Subject: Re: Is Broadcom BCM5721 works with NetBSD-2?
To: None <Mustafa.Dogan@politics.ankara.edu.tr>
From: Havard Eidnes <he@netbsd.org>
List: netbsd-users
Date: 07/16/2005 23:04:52
> Hi,
> We have an IBM xServer 346 with Broadcom BCM5721. I installed NetBSD =
> 2.0.2 on it and ethernet didn't work.
> Can I make BCM5721 work with bge driver by adding PCI IDs to pcidevs,=
or =
> how can I do it?
As Christos replied, you could try.
Later versions of the driver in our tree have this chip
supported, through application of the following revisions:
sys/dev/pci/if_bge.c 1.80
sys/dev/pci/pcidevs 1.679
and then regenerate the pcidevs*.h files by
% cd sys/dev/pci
% make -f Makefile.pcidevs
%
Regards,
- H=E5vard