I noticed that if I do this:-
# route add -net 224.0.0.0/4 -iface xl0 -expire 3000
The resultant cloned routes don't get given a lifetime, i.e. they're
totally static and remain in the route table for the lifetime of the kernel.
Either multicast designated receivers or IGMP aware routers are the
Almost forgot:
The BCM5705 also has a new PHY ID, which means an update to brgphy.c
and miidevs is required. So, to test the 5705 driver update, do the
following:
- Download the files from http://www.freebsd.org/~wpaul/Broadcom/5705
- Put if_bge.c and if_bgereg.h into /sys/dev/bge
- Put brgphy.c
On Sun, Jul 13, 2003 at 16:59:56 +0300, Boris Georgiev wrote:
> Hello All,
>
> I've got a Compaq Evo N620c notebook, which comes with a built-in lan network card -
> Broadcom NetXtreme BCM5705M. I researched on the hardware support for this NIC in
> FreeBSD and noticed that there is no hardware
While I still don't have any documentation for the BCM5705, I recently
obtained a Broadcom driver with 5705 support. After scrutinizing it
carefully, it looks like the differences between it and its predecessors
are:
- No jumbo frame support
- RX return ring is limited in size to 512 entries
- No
Hello All,
I've got a Compaq Evo N620c notebook, which comes with a built-in lan network card -
Broadcom NetXtreme BCM5705M. I researched on the hardware support for this NIC in
FreeBSD and noticed that there is no hardware support for it either in the STABLE, or
in the CURRENT distribution. I