Intel EtherExpress card problems

2002-02-27 Thread Girnet Vladimir
Hi I have this ISA card: EtherExpress 10 ISA (TPE) Chip on this card is : 82595 As I found in hardware supported by FreeBSD, this chip is fully supported. But, I cannot install it. Booting with kernel.GENERIC, I got this message: "ex0: manual config... ifmedia_set: no m

WLAN Kernelpatch from dachb0den.com merging into FreeBSD?

2002-02-27 Thread Tilman Linneweh
Hi, The people at dachb0den.com have written the bsd-airtools. http://www.dachb0den.com/projects/bsd-airtools.html With the bsd-airtools tarball comes a kernel-patch against 4.4 to get more information from the wi-Driver. Are there any plans to integrate this patch (or something equivalent) into

Patches to fix MD5 authentication in routed

2002-02-27 Thread Oleg Sharoiko
Hello! Recently I've posted a patch on this list to fix the bug in the MD5 authentication in routed. I got no answers though :( Wold you please be so kind as to check my patch and commit it if it's ok or send me e-mail if this patch is wrong. The patch is attached to the message. -- Oleg Sharoi

DGE-500SX Gigabit Ethernet

2002-02-27 Thread Ferdinand Goldmann
Dear *, A colleague and I have tried getting a DGE-500SX to work under FreeBSD 4.5-STABLE. However, without much success. :-( The card is recognized by the kernel: Feb 25 16:41:05 wid /kernel: lge0: port 0xa800-0xa8ff mem 0xdd80-0xdd8003ff irq 9 at device 13.0 on pci0 Feb 25 16:41:05 wid /

proposed changes to getnameinfo() implementation

2002-02-27 Thread Rob Braun
getnameinfo() takes a struct sockaddr pointer, and a length parameter for the amount of memory pointed to by the struct sockaddr pointer. The current FreeBSD implementation of getnameinfo() does 2 problematic checks against the length parameter. First, it makes sure the length parameter is equ

Re: IPv6-over-IPv4 problems since the upgrade to 4.5

2002-02-27 Thread Edwin Groothuis
Hello Jinmei, On Tue, Feb 26, 2002 at 02:38:28PM +0900, JINMEI Tatuya / ?$B?@L@C#:H?(B wrote: > Finally I figured out the problem. Thanks for these two patches, it works like a charm now! Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org [EMAIL PROTECTED] |

kern.ipc.maxsockets

2002-02-27 Thread Hyong-Youb Kim
The server machine I am working on has 2GB of memory and 1.6G Athlon CPU. It currently runs FreeBSD-4.3-RELEASE. I have been trying to get kern.ipc.maxsockets above 64K. I have tried 128K, 100K, and so on. 80K worked but for all others, the system halted during the boot saying 'pager_swap_zone =

Re: kern.ipc.maxsockets

2002-02-27 Thread Alfred Perlstein
* Hyong-Youb Kim <[EMAIL PROTECTED]> [020227 20:24] wrote: > > > The server machine I am working on has 2GB of memory and 1.6G Athlon CPU. > It currently runs FreeBSD-4.3-RELEASE. > I have been trying to get kern.ipc.maxsockets above 64K. I have tried > 128K, 100K, and so on. 80K worked but for

Re: proposed changes to getnameinfo() implementation

2002-02-27 Thread Hajimu UMEMOTO
Hi, > On Wed, 27 Feb 2002 13:04:59 -0800 > Rob Braun <[EMAIL PROTECTED]> said: bbraun> getnameinfo() takes a struct sockaddr pointer, and a length bbraun> parameter for the amount of memory pointed to by the struct bbraun> sockaddr pointer. No, the second parameter is not the amount o

Re: proposed changes to getnameinfo() implementation

2002-02-27 Thread Rob Braun
On Thursday, Feb 2002 at 15:7:44 Hajimu UMEMOTO wrote: > > RFC2553 defines two types of struct sockaddr, one has sa_len and the > other doesn't has it. Though we *BSD has sa_len, non-BSD doesn't have > it. Regardless of sa_len, the size of the structure is already known by the value of sa

Re: kern.ipc.maxsockets

2002-02-27 Thread Hyong-Youb Kim
> > The server machine I am working on has 2GB of memory and 1.6G Athlon CPU. > > It currently runs FreeBSD-4.3-RELEASE. > > I have been trying to get kern.ipc.maxsockets above 64K. I have tried > > 128K, 100K, and so on. 80K worked but for all others, the system halted > > during the boot sayin

Re: kern.ipc.maxsockets

2002-02-27 Thread Alfred Perlstein
* Hyong-Youb Kim <[EMAIL PROTECTED]> [020227 23:30] wrote: > > > > > The server machine I am working on has 2GB of memory and 1.6G Athlon CPU. > > > It currently runs FreeBSD-4.3-RELEASE. > > > I have been trying to get kern.ipc.maxsockets above 64K. I have tried > > > 128K, 100K, and so on. 80K