driver support for Belkin F5D7050 v 5xxx ?

2008-11-16 Thread Kayven Riese
I just purchased a wireless connection device that connects to my ASUS M6800N laptop dual booting Vista and KV_BSD# uname -a FreeBSD KV_BSD 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC i386 KV_BSD# via USB. While booting on

Re: driver support for Belkin F5D7050 v 5xxx ?

2008-11-16 Thread Paul B. Mahol
On 11/16/08, Kayven Riese <[EMAIL PROTECTED]> wrote: > I just purchased a wireless connection device that connects to my ASUS > M6800N laptop dual > booting Vista and > > KV_BSD# uname -a > FreeBSD KV_BSD 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC > 2008 [EMAIL PROTECTED]:/usr/

Re: HW VLAN Filtering on FreeBSD 6.3 + 7.0

2008-11-16 Thread Yony Yossef
> > > I would like to enable my NIC HW VLAN filtering, is there any way for > my > > driver to access the OS vlan table? (something like vlan_group_get_device > on > > linux) > > > > I understood from previous investigation that on FreeBSD 6.3 and 7.0 > there's > > no ioctl informing the driver of

HW VLAN Filtering on FreeBSD 6.3 + 7.0

2008-11-16 Thread Yony Yossef
Hi All, I would like to enable my NIC HW VLAN filtering, is there any way for my driver to access the OS vlan table? (something like vlan_group_get_device on linux) I understood from previous investigation that on FreeBSD 6.3 and 7.0 there's no ioctl informing the driver of vlan addition/removal.

Re: HW VLAN Filtering on FreeBSD 6.3 + 7.0

2008-11-16 Thread Jeremy Chadwick
On Sun, Nov 16, 2008 at 02:27:36PM +0200, Yony Yossef wrote: > > > I would like to enable my NIC HW VLAN filtering, is there any way for > > my > > > driver to access the OS vlan table? (something like vlan_group_get_device > > on > > > linux) > > > > > > I understood from previous investigation t

Re: HW VLAN Filtering on FreeBSD 6.3 + 7.0

2008-11-16 Thread Jeremy Chadwick
On Sun, Nov 16, 2008 at 02:03:54PM +0200, Yony Yossef wrote: > I would like to enable my NIC HW VLAN filtering, is there any way for my > driver to access the OS vlan table? (something like vlan_group_get_device on > linux) > > I understood from previous investigation that on FreeBSD 6.3 and 7.0 t

Re: TCP and syncache question

2008-11-16 Thread Hartmut Brandt
Rui Paulo wrote: On 15 Nov 2008, at 20:08, Hartmut Brandt wrote: Hi, in tcp_syncache.c:syncache_expand() there is a test that the acknowledgement number and the sequence number of an incoming ACK segment are in the expected range. If they are not, syncache_expand() returns 0 and tcp_input

Re: kern/128833: [bge] Network packets corrupted when bge card is in 64-bit PCI slot

2008-11-16 Thread Marius Strobl
The following reply was made to PR kern/128833; it has been noted by GNATS. From: Marius Strobl <[EMAIL PROTECTED]> To: =?unknown-8bit?Q?Aur=E9lien_M=E9r=E9?= <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Subject: Re: kern/128833: [bge] Network packets corrupted when bge card is in 64-bit PCI slot Da

Realtek 8139 with rl(4) driver -> Poor performance

2008-11-16 Thread Gabriel Lavoie
Hello, I recently built a new system to use as a home server. This system has an Intel Pentium Dual Core E5200, 4GB RAM and an Asus P5KPL-CM motherboard which has an Atheros L1E network adapter, not yet supported on FreeBSD. For now, I use a Realtek 8139 PCI adapter that uses the rl(4) driver,

Re: TCP and syncache question

2008-11-16 Thread Rui Paulo
On 16 Nov 2008, at 12:55, Hartmut Brandt wrote: Rui Paulo wrote: On 15 Nov 2008, at 20:08, Hartmut Brandt wrote: Hi, in tcp_syncache.c:syncache_expand() there is a test that the acknowledgement number and the sequence number of an incoming ACK segment are in the expected range. If they

Re: HW VLAN Filtering on FreeBSD 6.3 + 7.0

2008-11-16 Thread Pyun YongHyeon
On Sun, Nov 16, 2008 at 02:27:36PM +0200, Yony Yossef wrote: > > > > > I would like to enable my NIC HW VLAN filtering, is there any way for > > my > > > driver to access the OS vlan table? (something like vlan_group_get_device > > on > > > linux) > > > > > > I understood from previous inv

Re: Realtek 8139 with rl(4) driver -> Poor performance

2008-11-16 Thread Pyun YongHyeon
On Sun, Nov 16, 2008 at 06:01:58PM -0500, Gabriel Lavoie wrote: > Hello, > I recently built a new system to use as a home server. This system has > an Intel Pentium Dual Core E5200, 4GB RAM and an Asus P5KPL-CM motherboard > which has an Atheros L1E network adapter, not yet supported on Fr

Re: Realtek 8139 with rl(4) driver -> Poor performance

2008-11-16 Thread Gabriel Lavoie
I guess I'll have to try both solutions! Thanks for your help. Gabriel 2008/11/16 Pyun YongHyeon <[EMAIL PROTECTED]> > On Sun, Nov 16, 2008 at 06:01:58PM -0500, Gabriel Lavoie wrote: > > Hello, > > I recently built a new system to use as a home server. This system > has > > an Intel Pen

Re: Realtek 8139 with rl(4) driver -> Poor performance

2008-11-16 Thread Pyun YongHyeon
On Sun, Nov 16, 2008 at 06:26:34PM -0800, bf wrote: > > > There was a bus_dma(9) bug in rl(4) and it was fixed in HEAD. > > How about rl(4) in HEAD? I guess it would build with minor > > modification. > > > > -- > > Regards, > > Pyun YongHyeon > > I meant to ask about this: I think you

Re: Realtek 8139 with rl(4) driver -> Poor performance

2008-11-16 Thread bf
> There was a bus_dma(9) bug in rl(4) and it was fixed in HEAD. > How about rl(4) in HEAD? I guess it would build with minor > modification. > > -- > Regards, > Pyun YongHyeon I meant to ask about this: I think you are referring to r184240-3 committed around Oct. 25, partly in response to PR ker

Re: Realtek 8139 with rl(4) driver -> Poor performance

2008-11-16 Thread Gabriel Lavoie
All right! rl(4) from HEAD solved my problem! I now get a solid 11.2 MB/sec file transfer, on both directions. I found about this problem because my Samba share was too slow. The Samba problem is solved. Thanks! 2008/11/16 Pyun YongHyeon <[EMAIL PROTECTED]> > On Sun, Nov 16, 2008 at 06:26:34PM -

bridged networking disappears ...

2008-11-16 Thread Marc G. Fournier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm playing with bridges right now, under FreeBSD 7.x, to connect a QEMU env to the internet ... works like a charm, except periodically the network just becomes unpingable ... I've setup a cron within the QEMU environment to ping once a minute, wh

Re: Realtek 8139 with rl(4) driver -> Poor performance

2008-11-16 Thread Pyun YongHyeon
On Sun, Nov 16, 2008 at 10:03:15PM -0500, Gabriel Lavoie wrote: > All right! rl(4) from HEAD solved my problem! I now get a solid 11.2 MB/sec > file transfer, on both directions. I found about this problem because my > Samba share was too slow. The Samba problem is solved. > Glad to hear that

Re: re weird bug

2008-11-16 Thread Pyun YongHyeon
On Sat, Nov 15, 2008 at 09:13:15AM +0100, Milan Obuch wrote: > On Tuesday 04 November 2008 02:46:04 Pyun YongHyeon wrote: > > On Mon, Nov 03, 2008 at 11:39:06PM +0100, Milan Obuch wrote: > > > On Monday 03 November 2008 04:59:08 Pyun YongHyeon wrote: > > > > > > [ snip ] > > > > > > > I

Re: driver support for Belkin F5D7050 v 5xxx ?

2008-11-16 Thread Weongyo Jeong
On Sun, Nov 16, 2008 at 12:35:23PM +0100, Paul B. Mahol wrote: > On 11/16/08, Kayven Riese <[EMAIL PROTECTED]> wrote: > > I just purchased a wireless connection device that connects to my ASUS > > M6800N laptop dual > > booting Vista and > > > > KV_BSD# uname -a > > FreeBSD KV_BSD 7.0-RELEASE FreeB