Re: Broadcom NetXtreme BCM5751M Gigabit Ethernet PCI Express and FreeBSD 4.10 [SOLVED]

2005-10-15 Thread Dinesh Nair
On 10/14/05 01:20 Dinesh Nair said the following: has anyone got the above gigabit ethernet working with freebsd 4.10 ? upgrading to 4.11-RELEASE solved the problem. there were more special code handling functions to be added, other than just adding in the PCI IDs into if_bge.c and

Re: How would I go about routing something like this?

2005-10-15 Thread G Bryant
You can either use ipfw fwd command (has to be enabled in the kernel), where you forward all lan incoming packets with destination port 80, to the ip and port that the other proxy is listening on, or (more complicated) you can use squid proxy on your local machine, use ipfw to fwd all lan

Re: ubpf link errer

2005-10-15 Thread Aluminium Oxide
CORRECTION: that should be udbp.o not ubpf.o : ( Don't know what I was thinking then.. spent too long reading pf rules. On Fri, 14 Oct 2005 17:35:05 -0700, Cai, Quanqing [EMAIL PROTECTED] said: Yes, I tried it just now and

Re: ubpf link errer

2005-10-15 Thread Aluminium Oxide
I've moved this to the usb list. Sorry for the inconvenience. -- Aluminium Oxide [EMAIL PROTECTED] -- http://www.fastmail.fm - And now for something completely differentÂ… ___ freebsd-net@freebsd.org mailing list

Broadcom Wireless LAN

2005-10-15 Thread Leandro Garber
Hi, im new in FreeBSD, and installed it yesterday. I have a problem with my BroadCom Wireless NIC. I'm using the last STABLE branch of FreeBSD, i've make installed ndis and then converted my nic's wxp drivers and make installed if_ndis... i kldloaded those modules, and everything was fine. I

Re: Broadcom Wireless LAN

2005-10-15 Thread John Barbieri
Leandro Garber wrote: Hi, im new in FreeBSD, and installed it yesterday. I have a problem with my BroadCom Wireless NIC. I'm using the last STABLE branch of FreeBSD, i've make installed ndis and then converted my nic's wxp drivers and make installed if_ndis... i kldloaded those modules, and

Re: Call for performance evaluation: net.isr.direct (fwd)

2005-10-15 Thread Bruce Evans
On Sat, 15 Oct 2005, Robert Watson wrote: On Sat, 15 Oct 2005, Bruce Evans wrote: ... However, for netisrs I think it is common to process only 1 packet per context switch, at least in the loopback case. The Mach scheduler allows deferred wakeups to be issued -- wake up a thread in the

For advice in tcp implementation

2005-10-15 Thread shafi kamal
Hello, I am wishing to implement tcp minimally .I have taken it as a project work. Is it possible to do that? How much coding capability man-hour may required through your estimation? I think you are the best man for this advice. Any ref. source of information for tcp implementation

For advice in tcp implementation

2005-10-15 Thread shafi kamal
Hello, I am wishing to implement tcp minimally .I have taken it as a project work. Is it possible to do that? How much coding capability man-hour may required through your estimation? I think you are the best man for this advice. Any ref. source of information for tcp implementation

Re: Call for performance evaluation: net.isr.direct (fwd)

2005-10-15 Thread Garrett Wollman
On Sun, 16 Oct 2005 14:06:32 +1000 (EST), Bruce Evans [EMAIL PROTECTED] said: Probably the problem is largest for latency, especially in benchmarks. Latency benchmarks probably have to start cold, so they have no chance of queue lengths 1, so there must be a context switch per packet and