IRQs' Dispatch problem

2003-03-21 Thread Jun Su
Hi All, Since the sound in my lap (SONY R505) doesn't work, I did some troubleshooting. This problem was reported several times in the -mobile. The sound has delay normally. Most interesting thing is when the I move usb mouse fast or has a high network load, the sound become better. I think the pr

Re: libm problem

2003-03-21 Thread David Schultz
Thus spake Till Riedel <[EMAIL PROTECTED]>: > I now know the thing that makes it break. > > cc -O2 -pipe -mcpu=pentiumpro -c /usr/src/lib/msun/src/e_pow.c > works fine! > cc -O0 -pipe -march=pentium4 -c /usr/src/lib/msun/src/e_pow.c > ... works > but... > cc -O -pipe -march=pentium4 -c /usr/src/li

RE: mdconfig/mdmfs problems -> kernel panic

2003-03-21 Thread John Stockdale
Ok, I tried to recompile with the max users set to 256 to see if that would help things and while I was copying over the /src/sys tree to /mnt (the md0 device, 512MB) I got: panic: kmem_malloc(4096): kmem_map too small: 296222720 total allocated cpuid = 3; lapic.id = 07000 Debugger("panic") A

Re: IP over IEEE1394?

2003-03-21 Thread Rossam Souza Silva
On Sat, 22 Mar 2003, Dag-Erling Smørgrav wrote: > Rossam Souza Silva <[EMAIL PROTECTED]> writes: > > Hi, I don't know about the Mac's implementation, but yes, Windows has IP > > over Firewire, like NetBSD. The good reason for IP over Firewire: > > because it's a standard, you can connect Macs, Wi

Re: [acpi-jp 2106] RE: ACPI-CA import/new diff?

2003-03-21 Thread Jun Sue
I tested it in my laptop. Everything works however just as the previous version. I didn't see any bug in my machine fixed. Anyway I think it is worth to check in. Jun Su _ Do You Yahoo!? 更多惊喜,同样精彩,NetVista A30 热卖 http://ad.cn.doubleclick.ne

Re: libm problem

2003-03-21 Thread Till Riedel
On Sat, Mar 22, 2003 at 01:54:35AM +0100, Till Riedel wrote: > cc -O -pipe -march=pentium4 -c /usr/src/lib/msun/src/e_pow.c OK, I found PR 43299. Why do I never find them in first place. till To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the mess

Re: libm problem

2003-03-21 Thread Till Riedel
I now know the thing that makes it break. cc -O2 -pipe -mcpu=pentiumpro -c /usr/src/lib/msun/src/e_pow.c works fine! cc -O0 -pipe -march=pentium4 -c /usr/src/lib/msun/src/e_pow.c ... works but... cc -O -pipe -march=pentium4 -c /usr/src/lib/msun/src/e_pow.c breaks it. Hey its only gcc :-), nothing

Re: IP over IEEE1394?

2003-03-21 Thread Dag-Erling Smørgrav
Rossam Souza Silva <[EMAIL PROTECTED]> writes: > Hi, I don't know about the Mac's implementation, but yes, Windows has IP > over Firewire, like NetBSD. The good reason for IP over Firewire: > because it's a standard, you can connect Macs, Win Boxes and BSDs! :) Gee, well, I guess we can all get ri

Re: libm problem

2003-03-21 Thread Bruce Evans
On Sat, 22 Mar 2003, Till Riedel wrote: > > > res=pow((float)base,(float)dim); > this is actually not a smart thing. it was cut and paste from libvorbis. > pow is a function for doubles. if you i use powf everything works fine. This should work OK. The casts to float should have no effect exce

Re: libm problem

2003-03-21 Thread Till Riedel
> > res=pow((float)base,(float)dim); this is actually not a smart thing. it was cut and paste from libvorbis. pow is a function for doubles. if you i use powf everything works fine. res=pow((double)base,(double)dim) however still gives 1 > the output of 'print/x {int}&res' right after the call to

Re: freebsd 5.0 on hp netserver lf

2003-03-21 Thread Matthew N. Dodd
On Fri, 21 Mar 2003, Brian J. Kirk wrote: > but the dmesg and installer still don't list the scsi controller, and > hence no drives. set hw.eisa_slots="12" from the loader. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245

Re: freebsd 5.0 on hp netserver lf

2003-03-21 Thread Sergey A. Osokin
On Fri, Mar 21, 2003 at 06:15:01PM -0500, Brian J. Kirk wrote: > set hw.eisa_slots=12 works, it recognizes the controller and drives, then panics. I > think I'll settle for 4.7 on here fow now. Try disable ACPI with unset acpi_load at boot prompt. Maybe its help you. > On Fri, Mar 21, 2003 at

Re: freebsd 5.0 on hp netserver lf

2003-03-21 Thread Brian J. Kirk
set hw.eisa_slots=12 works, it recognizes the controller and drives, then panics. I think I'll settle for 4.7 on here fow now. thanks for your help, Brian On Fri, Mar 21, 2003 at 06:00:29PM -0500, Matthew Emmerton wrote: > > - Original Message - > From: "Brian J. Kirk" <[EMAIL PROTECT

Re: IP over IEEE1394?

2003-03-21 Thread Rossam Souza Silva
On 21 Mar 2003, Chris Fowler wrote: > I'm not sure I understand the motivations of running IP over firewire > vs. ethernet. Sure I think its cool but will the speed be there with > firewire2? On Windows, It is P-t-P is it not? I would prefer a real > live network. Hi, I don't know about the Ma

Re: Apache Portable Runtime testcase hangs -current

2003-03-21 Thread Sergey A. Osokin
On Fri, Mar 21, 2003 at 06:00:35PM -0500, Craig Rodrigues wrote: > > I am using a system which I cvsup'd a few weeks ago: > > FreeBSD 5.0-CURRENT FreeBSD 5.0-CURRENT #18: Mon Feb 24 06:06:47 EST 2003 [EMAIL > PROTECTED]:/usr/obj/usr/src/sys/MYKERNEL1 i386 > > > I tried to compile the late

Re: freebsd 5.0 on hp netserver lf

2003-03-21 Thread Matthew Emmerton
- Original Message - From: "Brian J. Kirk" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 21, 2003 5:45 PM Subject: freebsd 5.0 on hp netserver lf > Folks, > > I posted a question earlier on freebsd-questions concerning this, and have since discovered a bit more. Sorry

Apache Portable Runtime testcase hangs -current

2003-03-21 Thread Craig Rodrigues
Hi, I am using a system which I cvsup'd a few weeks ago: FreeBSD 5.0-CURRENT FreeBSD 5.0-CURRENT #18: Mon Feb 24 06:06:47 EST 2003 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/MYKERNEL1 i386 I tried to compile the latest beta version of the Apache Portable Runtime library. As part of the conf

freebsd 5.0 on hp netserver lf

2003-03-21 Thread Brian J. Kirk
Folks, I posted a question earlier on freebsd-questions concerning this, and have since discovered a bit more. Sorry about the cross posting. I'm trying to get 5.0 running on an old hp netserver lf. quoting some random website: "How come FreeBSD does not detect my HP Netserver's SCSI controlle

Re: IPDIVERT problem?

2003-03-21 Thread Kevin S. Brackett
On Fri, 21 Mar 2003, Fred Souza wrote: > > ipfw: opcode 50 size 1 wrong > > getsockopt(IP_FWD_ADD): something something > > I had this experience a few days ago too. It turned out as being an > outdated /sbin/ipfw. cvsup'ing and then `cd /usr/src/sbin/ipfw && make > all install clean` solved

Re: IPDIVERT problem?

2003-03-21 Thread Fred Souza
> ipfw: opcode 50 size 1 wrong > getsockopt(IP_FWD_ADD): something something I had this experience a few days ago too. It turned out as being an outdated /sbin/ipfw. cvsup'ing and then `cd /usr/src/sbin/ipfw && make all install clean` solved it. Notice that if you did NOT run a make world

Re: question on profiling code

2003-03-21 Thread Bruce Evans
Long ago, On Mon, 17 Feb 2003, Jake Burkholder wrote: [I quoted everything since this thread is so old. My main point is at the end. It restarts and older part of this thread.] > > Can you explain how fuswintr() and suswintr() work on sparc64's? They > > seem to cause traps if the user counter

Re: IPDIVERT problem?

2003-03-21 Thread Simon L. Nielsen
On 2003.03.21 14:51:18 -0500, Kevin S. Brackett wrote: > ipfw: opcode 50 size 1 wrong > getsockopt(IP_FWD_ADD): something something Are you really sure that your kernel/world is in sync? This is the kind of error you can get if they are not in sync. -- Simon L. Nielsen pgp0.pgp Description

Re: IPDIVERT problem?

2003-03-21 Thread Kevin S. Brackett
On Fri, 21 Mar 2003, Tod Oace wrote: > Same here. Was it working before or is this a new setup? Have you > verified natd is running, natd_interface is defined to your public > interface and all that? Everything was working fine a few weeks ago, and the system has been running 5 about a month prio

Re: IPDIVERT problem?

2003-03-21 Thread Tod Oace
On Friday, March 21, 2003, at 11:51 AM, Kevin S. Brackett wrote: Mar 19 13:05:23 hades kernel: ipfw2 initialized, divert enabled, rule-based forwarding enabled, default to accept, logging limited to 100 packets/entry by default Mar 19 13:05:23 hades kernel: DUMMYNET initialized (011031) Mar 19 13

MIDI on SB Live! ?

2003-03-21 Thread der_julian
Hello, just out of curiosity: Is someone working in MIDI support for Creative EMU10K1 based sound cards (aka Soundblaster Live!) ? Regards, Julian Stecklina To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

IPDIVERT problem?

2003-03-21 Thread Kevin S. Brackett
The system is running FreeBSD 5-current, cvsup'd yesterday. dmesg: Mar 19 13:05:23 hades kernel: ipfw2 initialized, divert enabled, rule-based forwarding enabled, default to accept, logging limited to 100 packets/entry by default Mar 19 13:05:23 hades kernel: DUMMYNET initialized (011031) Mar 19

Re: Updated if_* attach/detach patches

2003-03-21 Thread Matthew N. Dodd
On Fri, 21 Mar 2003, Nate Lawson wrote: > Perhaps I should add a comment mentioning my assumption: mtx_init is > one of the first things called and since detach unconditionally locks > the mtx, it should never be called unless the mutex is initialized. This isn't the case for all drivers and the

Re: Updated if_* attach/detach patches

2003-03-21 Thread Nate Lawson
On Fri, 21 Mar 2003, Matthew N. Dodd wrote: > On Wed, 19 Mar 2003, Nate Lawson wrote: > > Patches are at: > > http://www.root.org/~nate/freebsd/if_pci/ > > I'd like to see calls to mtx_destroy() protected by a test for > mtx_initialized(). > > In most cases this isn't strictly necessary but i

ᨡ¿ÃÕ ! ˹ѧÊ×ͤÙèÁ×ͤ¹à¤Â¨¹ ÊÓËÃѺ¼Ùéʹã¨....

2003-03-21 Thread FreeBooklet
·Ó§Ò¹·ÕèÂÒ¡·ÕèÊØ´¡è͹ >>¼ÁÂÔè§ÁÕªÕÇÔµÍÂÙè¹Ò¹à·èÒäËÃè ¼ÁÂÔè§ÁÑè¹ã¨ÁÒ¡¢Öé¹à·èÒ¹Ñé¹ >>ÇèÒ¤ÇÒÁᵡµèÒ§ÍѹÂÔè§ãË­èÃÐËÇèÒ§Á¹ØÉÂì... >>ÃÐËÇèÒ¤¹·ÕèÍè͹áÍáÅФ¹·ÕÍÓ¹Ò¨... >>ÃÐËÇèÒ§¤¹·ÕèÂÔè§ãË­èáÅФ¹·ÕèäÁèÊӤѭ ¡ç¤×Í >>àÃÕèÂÇáç¢Í§¤ÇÒÁµÑé§ã¨á¹èÇá¹è·ÕèäÁèÍÒ¨·ÓÅÒÂä´é >>¨Ø´»ÃÐʧ¤ì·ÕèàÁ×è͵Ñé§

Re: Problem with fsck on -current and ufs1

2003-03-21 Thread Nikolay Y. Orlyuk
On Fri, Mar 21, 2003 at 06:06:53PM +0300, Zherdev Anatoly wrote: > I try make fsck under -current for ufs1 file system (created under > -stable) and fsck print out this: > > > >fsck -y /dev/ad0s1a > fsck: exec /usr/sbin/fsck_4.2BSD for /dev/ad0s1a: No such file or > directory > > fsck search /us

Problem with fsck on -current and ufs1

2003-03-21 Thread Zherdev Anatoly
I try make fsck under -current for ufs1 file system (created under -stable) and fsck print out this: >fsck -y /dev/ad0s1a fsck: exec /usr/sbin/fsck_4.2BSD for /dev/ad0s1a: No such file or directory fsck search /usr/sbin/fsck_4.2BSD , but system has only /sbin/fsck_4.2bsd Need change pathnames.

Re: Updated if_* attach/detach patches

2003-03-21 Thread Matthew N. Dodd
On Wed, 19 Mar 2003, Nate Lawson wrote: > Patches are at: > http://www.root.org/~nate/freebsd/if_pci/ I'd like to see calls to mtx_destroy() protected by a test for mtx_initialized(). In most cases this isn't strictly necessary but its not bad practice. -- | Matthew N. Dodd | '78 Datsun 28

[no subject]

2003-03-21 Thread M. Warner Losh
devd_enable=yes would be a good start. Warner To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: ACPI-CA import/new diff?

2003-03-21 Thread Attila Nagy
Hello, > Do you have "option MAXMEM" set in your kernel config file? No. --[ Free Software ISOs - http://www.fsn.hu/?f=download ]-- Attila Nagy e-mail: [EMAIL PROTECTED] Free Software Network (FSN.HU)phone @work: +361 210 1415 (194)

[no subject]

2003-03-21 Thread Patrick Stinson
what's the sitch on pccardd, if adaptors on, /dev/pccard* on 5.0-R? I've got an intel anypoint 2 wireless pcmcia card that is detected as pccard1 by the kernel, but where is the missing link that tells the kernel or rc that it's an ehternet adaptor? As I understand it, pccardd and pccard.conf are

sparc64 tinderbox failure

2003-03-21 Thread Mike Barcroft
Tinderbox FAQ: http://people.FreeBSD.org/~mike/tinderbox.html -- >>> Rebuilding the temporary build tree -- >>> stage 1: bootstrap tools -

ÊËÃѰ ú¡ÑºÍÔÃÑ¡ àÈÃɰ¡Ô¨Ð´Õ¢Ö鹨ÃÔ§ ¤ÇÒÁÁÑ蹤§ã¹§Ò¹ÁÕ¨ÃÔ§ËÃ×Í?

2003-03-21 Thread Economic2003
ÊÀÒ¾¤ÇÒÁà»ç¹¨ÃÔ§¢Í§§Ò¹»ÃШӤ×ÍäÁèÁÕ¤ÇÒÁÁÑ蹤§ ã¤Ã¡ÅéÒÂ×¹Âѹ áÁéÇèÒ ÊËÃѰ ú¡ÑºÍÔÃÑ¡ àÈÃɰ¡Ô¨Ð´Õ¢Ö鹨ÃÔ§ ¤ÇÒÁÁÑ蹤§ã¹§Ò¹ÁÕ¨ÃÔ§ËÃ×Í? - â´ÂÊÀÒÇзÑèÇ仹Ñé¹ §Ò¹»ÃШӨж١¨Ó¡Ñ´´éÇ¢ÑèÇâÁ§·Ó§Ò¹·ÕèÂÒÇ - ·Ñé§¹ÕéÂѧ¨Ó¡Ñ´ÃÒÂä´é·ÕèµèÓàÁ×èÍà·Õº¡Ñº¤ÇÒÁ·ØèÁà··ÕèàÃÒãËéá¡è§Ò¹ - ÍÕ¡·Ñ駼ŧҹ¡ç¶Ù¡ÇÔ¹Ô¨©ÑÂâ´Âà¨éÒ¹

Re: installworld -> /usr/share/info/dir problems

2003-03-21 Thread Ruslan Ermilov
On Fri, Mar 21, 2003 at 09:39:44AM +0100, Rasmus Skaarup wrote: > > Hello, > > I'm having diffculties performing an installworld of the newest sources. > > *** > ===> lib/libcom_err/doc > install-info --quiet --defsection="Programming & development tools." > --defentry="* libcom_err: (com_err).

Re: Port breakage (isnan undeclared)

2003-03-21 Thread David Schultz
Thus spake Tim Robbins <[EMAIL PROTECTED]>: > On Thu, Mar 20, 2003 at 12:55:22AM -0800, Kris Kennaway wrote: > > > Several ports have become broken recently with the following error: > > > > ../../../include/osg/Math:149: `isnan' undeclared (first use this function) > > > > http://bento.freebsd.

installworld -> /usr/share/info/dir problems

2003-03-21 Thread Rasmus Skaarup
Hello, I'm having diffculties performing an installworld of the newest sources. *** ===> lib/libcom_err/doc install-info --quiet --defsection="Programming & development tools." --defentry="* libcom_err: (com_err).A Common Error Description Library for UNIX." com_err.info /usr/share/inf

Re: [acpi-jp 2106] RE: ACPI-CA import/new diff?

2003-03-21 Thread Soeren Schmidt
It seems Takanori Watanabe wrote: > Would you try it? > > http://people.freebsd.org/~takawata/acpi-20030321.diff > http://people.freebsd.org/~takawata/acpica-freebsd-20030321.tar.gz Just did here, ASUS P4S8X board, With the CVS version power off doesnt work, it prints the "