Re: something wrong with fxp driver ?

2003-06-28 Thread Ying-Chieh Liao
On Fri, Jun 27, 2003 at 15:40:22 -0700, Doug White wrote: On Fri, 27 Jun 2003, Ying-Chieh Liao wrote: On Fri, Jun 27, 2003 at 09:28:31 -0400, Robert Watson wrote: You might compare the dmesg output from before/after and see if there are any obvious changes in IRQ allocation, shared

Re: something wrong with fxp driver ?

2003-06-27 Thread Ying-Chieh Liao
On Thu, Jun 26, 2003 at 23:40:24 -0700, Kris Kennaway wrote: Check that it's negotiating the media type and options correctly. On the gohan machines it has been failing to negotiate full-duplex mode for the past few months, leading to LAN transfer speeds on the order of 20kps unless I set the

Re: something wrong with fxp driver ?

2003-06-27 Thread Ying-Chieh Liao
On Fri, Jun 27, 2003 at 13:27:28 +0800, Ying-Chieh Liao wrote: my previous kernel is about May 10, and the fxp works fine for me but I cvsuped and make world/kernel yesterday (6/26), and then terrible thing happens... the connection becomes v...e...r...y... s...l...o...w... my ping time

Re: something wrong with fxp driver ?

2003-06-27 Thread Ying-Chieh Liao
On Fri, Jun 27, 2003 at 09:28:31 -0400, Robert Watson wrote: You might compare the dmesg output from before/after and see if there are any obvious changes in IRQ allocation, shared interrupts, etc. Perhaps the changes in interrupt routing have resulted in some new behavior. I lost my old

Re: something wrong with fxp driver ?

2003-06-26 Thread Ying-Chieh Liao
On Fri, Jun 27, 2003 at 07:36:51 +0200, Kirill Ponomarew wrote: On Fri, Jun 27, 2003 at 01:27:28PM +0800, Ying-Chieh Liao wrote: my previous kernel is about May 10, and the fxp works fine for me but I cvsuped and make world/kernel yesterday (6/26), and then terrible thing happens

something wrong with fxp driver ?

2003-06-26 Thread Ying-Chieh Liao
my previous kernel is about May 10, and the fxp works fine for me but I cvsuped and make world/kernel yesterday (6/26), and then terrible thing happens... the connection becomes v...e...r...y... s...l...o...w... my ping time to the gateway is about 8000ms (but sometimes 20ms) I've browse the mail

isnan() with gcc 3.2.2 on FreeBSD 5.0-C

2003-03-30 Thread Ying-Chieh Liao
the following code snippet works fine with gcc 2.95.4 on RELENG_4 but failed on my -current code #include iostream #include cmath using namespace std; int main(void) { cout isnan(1.0) endl; return 0; } /code err test.cpp: In function `int main()': test.cpp:8: `isnan' undeclared

Re: Setiathome?

2002-12-08 Thread Ying-Chieh Liao
On Sun, Dec 08, 2002 at 14:54:24 -0700, Sean LeBlanc wrote: I hope this isn't a dumb question, or worse, a FAQ... Is there a version of setiathome that works under current? you have to load aout module (setiathome is an aout bin) -- self-producing in perl : $_=q(print\$_=q($_);eval;);eval;

Re: installworld fail

2002-11-25 Thread Ying-Chieh Liao
On Fri, Nov 22, 2002 at 00:06:59 +0800, Ying-Chieh Liao wrote: I'm in DP2, and cvsup and then make world... error messages if [ -L /usr/share/examples/sunrpc ]; then rm -f /usr/share/examples/sunrpc; fi if [ -L /usr/share/examples/worm ]; then rm -f /usr/share/examples/worm; fi mtree -deU

Re: KSE not ready ?

2002-09-23 Thread Ying-Chieh Liao
On Mon, Sep 23, 2002 at 11:30:30 -0700, Julian Elischer wrote: it was fixed almost immediatly oh really ? I must be VERY LUCKY :~ -- Testing can show the presence of bugs, but not their absence. --- Edsger W. Dijkstra msg43290/pgp0.pgp

mergemaster + MFS = panic ??

2002-08-20 Thread Ying-Chieh Liao
my /tmp is a MFS, and /var/tmp is a soft-link to /tmp every time I run mergemaster, it panics after msg ./share/zoneinfo missing (created) ./share/zoneinfo/Africa missing (created) ./share/zoneinfo/America missing (created) ./share/zoneinfo/America/Indiana missing (created)

Re: make install failed on XFree86-4-client (with 6/10 -current)

2002-06-23 Thread Ying-Chieh Liao
On Mon, Jun 17, 2002 at 12:09:14 +0800, Ying-Chieh Liao wrote: make build all ok, but failed on install should I rebuild world first ? after adding -lstdc++ , it's all ok and I find that everything link with libGL* must link to stdc++, too (at least ports/x11-toolkits/gtkglarea) maybe

Re: make install failed on XFree86-4-client (with 6/10 -current)

2002-06-23 Thread Ying-Chieh Liao
On Sun, Jun 23, 2002 at 12:46:25 -0700, David O'Brien wrote: It is not OK. One should NEVER be explicity adding -lstdc++. Please use the right compiler which takes care of all this for you. I dont know how to make a patch against X (it's too complex :/ ) but I do know that it works (for me

Re: PNP and new bootloader with ELF kernel

1999-01-21 Thread Ying-Chieh Liao
On Thu, Jan 21, 1999 at 23:03:45 +, Tim wrote: How do I set up the CSN now as I get CSN 1 disabled and CSN 2 disabled on boot. you can put this pnp information in /kernel.config and, in your /boot/boot.conf, put load /kernel load -t userconfig_script /kernel.config boot this works fine on