gethostbyaddr_r

2003-02-28 Thread Timur Maryin
Hello configure script of some program finds $subj on system Actually, this function present at lib/libc/net/gethostnamadr.c but not present as /usr/include/ and we get during compile: client.cpp: In static member function `static void* SIMClient::resolve_thread(void*)': client.cpp:1007:

i386 -current make release available for testing

2003-02-28 Thread John De Boskey
Hi, I have built a i386 specific install for -current. It is available as: ftp://releng4.freebsd.org/pub/FreeBSD/snapshots/i386/5.0-20030228-CURRENT Floppies are in the typical place. It was built using the patch below passed in as LOCAL_PATCH to the make release process. I'll leave

Re: PATCH: typo in socreate() or i'm missing something

2003-02-28 Thread Bruce Evans
On Thu, 27 Feb 2003, Maksim Yevmenkin wrote: Please find the attached patch for socreate() in uipc_socket.c. I think the code was supposed to call soalloc(0) rather then soalloc(M_NOWAIT). Note M_NOWAIT defined as 1. Is that a real typo or i'm missing something here? soalloc(1) was intended

Re: i386 -current make release available for testing

2003-02-28 Thread Ruslan Ermilov
On Fri, Feb 28, 2003 at 05:46:55AM -0500, John De Boskey wrote: Hi, I have built a i386 specific install for -current. It is available as: ftp://releng4.freebsd.org/pub/FreeBSD/snapshots/i386/5.0-20030228-CURRENT

Re: Installtion of 4.7-Release over network

2003-02-28 Thread Peter Wu
cfowler [EMAIL PROTECTED] writes: I'm trying to do a 4.7 installation of the Internet. I keep getting errors from the primary site that the installation could not retrieve the bin package. Networking is fine because I tested it. I've been able to log into the ftp site too. Is there a

High % interrupt when building world

2003-02-28 Thread Shizuka Kudo
I recently cvsup-ped -current (I believe it was 27 Feb), and noticed that the system was not responsive as before when building world. Looking at the output of top showed a 30-60% interrupt usage. I believed it is related to my highpoint 370 card running at raid 1. I detached the cards and

Re: [patch] wi: device timeout

2003-02-28 Thread M. Warner Losh
Hmmm. This patch looks backwards to me, but I'll take a look at it. I'm also worried about the 'heart-beat' status querries that we do to the hardware in an timeout context might interrupt other, legit commands causing confusion. Warner To Unsubscribe: send mail to [EMAIL PROTECTED] with

Re: 64 bit endian routines

2003-02-28 Thread Mike Barcroft
Nate Lawson [EMAIL PROTECTED] writes: Both scsi and geom implement unaligned access functions that perform byte ordering. I never intended to supplant them with __bswap*(). What I want is for machine/endian.h to have functions that provide 16-64 bit endian conversions in both aligned and

Re: No more new majors, and help loose the old ones...

2003-02-28 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Mark Murray [EMAIL PROTECTED] writes: : Please help remove entries in sys/conf/majors for which there exists : no software, and convert drivers to use MAJOR_AUTO instead of using : static major numbers. : : What is a good driver to crib this from? I'll

Re: Hyperactive ICH2 sound (with workaround)

2003-02-28 Thread Jun Su
When I load snd_ich module, I got the following output. pcm0: Intel 82801CA (ICH3) port 0x18c0-0x18ff,0x1c00-0x1cff irq 9 at device 31.5 on pci0 pcm0: unknown ac97 codec (id=0x594d4803) pcm0: measured ac97 link rate at 68266 Hz sysctl hw.snd.pcm0 : hw.snd.pcm0.buffersize: 16384

Re: High % interrupt when building world

2003-02-28 Thread Bruce Cran
On Fri, Feb 28, 2003 at 04:21:51AM -0800, Shizuka Kudo wrote: I recently cvsup-ped -current (I believe it was 27 Feb), and noticed that the system was not responsive as before when building world. Looking at the output of top showed a 30-60% interrupt usage. I believed it is related to my

Re: Any ideas why we can't even boot a i386 ?

2003-02-28 Thread John Baldwin
On 28-Feb-2003 Garance A Drosihn wrote: At 3:55 PM -0800 2/27/03, Marcel Moolenaar wrote: On Thu, Feb 27, 2003, Garance A Drosihn wrote: ... JMB wrote: I doubt the usefulness of this. i386 kernels were just accidentally broken for almost a month and a half without anyone

Re: Any ideas why we can't even boot a i386 ?

2003-02-28 Thread John Baldwin
On 28-Feb-2003 Terry Lambert wrote: David Schultz wrote: Thus spake Terry Lambert [EMAIL PROTECTED]: John Baldwin wrote: I doubt the usefulness of this. i386 kernels were just accidentally broken for almost a month and a half without anyone noticing. People who build embedded

Re: High % interrupt when building world

2003-02-28 Thread Bruce Cran
On Fri, Feb 28, 2003 at 03:06:15PM +, Bruce Cran wrote: On Fri, Feb 28, 2003 at 04:21:51AM -0800, Shizuka Kudo wrote: I recently cvsup-ped -current (I believe it was 27 Feb), and noticed that the system was not responsive as before when building world. Looking at the output of top

Re: Any ideas why we can't even boot a i386 ?

2003-02-28 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], John Baldwin writes: I personally think that we should not support the 80386 in 5.x. However when that has been brought up before there were a lot of theoretical objections. Well, unless somebody actually manages to put a -current on an i386 and run the tests I

Re: Any ideas why we can't even boot a i386 ?

2003-02-28 Thread Terry Lambert
John Baldwin wrote: Or you can use PXE at your provisioning center and have the BIOS setup to boot from the hard disk first, which will fail for the initial boot and fall back to PXE. Then once the box is installed you ship it to its destination. This is a possibility; however, there are a

Re: Any ideas why we can't even boot a i386 ?

2003-02-28 Thread The Anarcat
On Fri Feb 28, 2003 at 04:42:14PM +0100, Poul-Henning Kamp wrote: In message [EMAIL PROTECTED], John Baldwin writes: I personally think that we should not support the 80386 in 5.x. However when that has been brought up before there were a lot of theoretical objections. Well, unless

FAST_IPSEC and INET6

2003-02-28 Thread James E. Flemer
The commit message for src/sys/netipsec/ipsec.c r1.1 mentions that FAST_IPSEC and INET6 should not be used together. As far as I can tell from the commit log, nothing has changed that would negate that recommendation since the import. However, when compiling a -current (as of today) kernel with

Re: 64 bit endian routines

2003-02-28 Thread Nate Lawson
Date: Thu, 27 Feb 2003 21:17:13 -0800 From: Marcel Moolenaar [EMAIL PROTECTED] To: Nate Lawson [EMAIL PROTECTED] Cc: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: 64 bit endian routines References: [EMAIL PROTECTED] [EMAIL

Re: PATCH: typo in socreate() or i'm missing something

2003-02-28 Thread Maksim Yevmenkin
Bruce, Please find the attached patch for socreate() in uipc_socket.c. I think the code was supposed to call soalloc(0) rather then soalloc(M_NOWAIT). Note M_NOWAIT defined as 1. Is that a real typo or i'm missing something here? soalloc(1) was intended (and was obtained by misspelling 1 as

xmms audio playing too fast

2003-02-28 Thread James Satterfield
After a cvsup/rebuild of -current yesterday xmms plays audio at in increased rate. I'm building right now in the hopes that it will go away. James. To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: Sis chipset

2003-02-28 Thread Christoph P. Kukulies
On Thu, Feb 27, 2003 at 09:55:25PM -0700, M. Warner Losh wrote: In message: [EMAIL PROTECTED] Martin Blapp [EMAIL PROTECTED] writes: : [EMAIL PROTECTED]:9:0: class=0x02 card=0x chip=0x802910ec rev=0x00 hdr=0x00 : vendor = 'Realtek Semiconductor' :

SCHED_ULE oddities

2003-02-28 Thread James Satterfield
First off, I found SCHED_ULE to be very slow. More importantly, the two times that I rebooted while running it, shutdown failed to sync the disks. On the second reboot, I had just installed a new kernel. The results of this were ugly. /boot/kernel and /boot/kernel.old disappeared. I've since

Re: 64 bit endian routines

2003-02-28 Thread Marcel Moolenaar
On Fri, Feb 28, 2003 at 09:40:35AM -0800, Nate Lawson wrote: On Thu, Feb 27, 2003 at 08:45:44PM -0800, Nate Lawson wrote: Both scsi and geom implement unaligned access functions that perform byte ordering. I never intended to supplant them with __bswap*(). What I

Re: SCHED_ULE oddities

2003-02-28 Thread Mike Edenfield
From: James Satterfield [EMAIL PROTECTED] Sent: Friday, February 28, 2003 2:24 PM First off, I found SCHED_ULE to be very slow. More importantly, the two times that I rebooted while running it, shutdown failed to sync the disks. On the second reboot, I had just installed a new kernel. The

Re: SCHED_ULE oddities

2003-02-28 Thread Kris Kennaway
On Fri, Feb 28, 2003 at 11:24:53AM -0800, James Satterfield wrote: First off, I found SCHED_ULE to be very slow. More importantly, the two times that I rebooted while running it, shutdown failed to sync the disks. On the second reboot, I had just installed a new kernel. The results of this

HPT372 UDMA detection problem on current

2003-02-28 Thread Akinori MUSHA
Hi, Using the latest CURRENT on my box, the ata driver fails to enable UDMA for the ATA133 disks connected to an on-board HPT372 controller. Besides, UDMA is not enabled for the CD/DVD-ROM drive which is capable of UDMA4 either, but this may be a feature or a default, I guess. Any ideas?

Re: Hyperactive ICH2 sound (with workaround)

2003-02-28 Thread Kevin Oberman
From: Jun Su [EMAIL PROTECTED] Date: Fri, 28 Feb 2003 22:19:49 +0800 Sender: [EMAIL PROTECTED] When I load snd_ich module, I got the following output. pcm0: Intel 82801CA (ICH3) port 0x18c0-0x18ff,0x1c00-0x1cff irq 9 at device 31.5 on pci0 pcm0: unknown ac97 codec (id=0x594d4803)

Re: FAST_IPSEC and INET6

2003-02-28 Thread Sam Leffler
The commit message for src/sys/netipsec/ipsec.c r1.1 mentions that FAST_IPSEC and INET6 should not be used together. As far as I can tell from the commit log, nothing has changed that would negate that recommendation since the import. However, when compiling a -current (as of today) kernel

Re: FAST_IPSEC and INET6

2003-02-28 Thread Terry Lambert
James E. Flemer wrote: The commit message for src/sys/netipsec/ipsec.c r1.1 mentions that FAST_IPSEC and INET6 should not be used together. As far as I can tell from the commit log, nothing has changed that would negate that recommendation since the import. However, when compiling a

Re: Any ideas why we can't even boot a i386 ?

2003-02-28 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Poul-Henning Kamp [EMAIL PROTECTED] writes: : In message [EMAIL PROTECTED], John Baldwin writes: : : I personally think that we should not support the 80386 in 5.x. : However when that has been brought up before there were a lot of : theoretical

Re: Any ideas why we can't even boot a i386 ?

2003-02-28 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], M. Warner Losh writes: In message: [EMAIL PROTECTED] Poul-Henning Kamp [EMAIL PROTECTED] writes: : In message [EMAIL PROTECTED], John Baldwin writes: : : I personally think that we should not support the 80386 in 5.x. : However when that has been brought

Re: Any ideas why we can't even boot a i386 ?

2003-02-28 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Poul-Henning Kamp [EMAIL PROTECTED] writes: : In message [EMAIL PROTECTED], M. Warner Losh writes: : In message: [EMAIL PROTECTED] : Poul-Henning Kamp [EMAIL PROTECTED] writes: : : In message [EMAIL PROTECTED], John Baldwin writes: : : : : I

Re: Any ideas why we can't even boot a i386 ?

2003-02-28 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], M. Warner Losh writes: Also, 386-core based chips are still in production (or have been in the last year). It has only been very recently that the embedded chips have transitioned to 486. Calling them, as others have, 10 years obsolete is a bit of an

Re: Any ideas why we can't even boot a i386 ?

2003-02-28 Thread Garrett Wollman
On Fri, 28 Feb 2003 14:06:13 -0700 (MST), M. Warner Losh [EMAIL PROTECTED] said: Also, 386-core based chips are still in production (or have been in the last year). It has only been very recently that the embedded chips have transitioned to 486. Calling them, as others have, 10 years

Re: -O2 considered harmful

2003-02-28 Thread David O'Brien
On Wed, Feb 26, 2003 at 05:31:20PM -0500, Bryan Liesner wrote: I have seen this as well, using -O2 -march=athlon-xp. The generated assembler tried to stuff -129 into a single byte. What about just trying -march=athlon? The only difference is the SSE support, which is quite new and may have

problem with if_em and polling with RXSEQ interrupt? (and patch)

2003-02-28 Thread Don Bowman
In the if_em driver, it appears there is a possibility of a system crash when POLLING is enabled in conjunction with a link change. em_disable_intr leaves the RXSEQ interrupt enabled (which occurs when a link goes up or down). THe em_intr routine, when in polling mode, just returns (with the

Re: -O2 considered harmful

2003-02-28 Thread Bryan Liesner
On Fri, 28 Feb 2003, David O'Brien wrote: On Wed, Feb 26, 2003 at 05:31:20PM -0500, Bryan Liesner wrote: I have seen this as well, using -O2 -march=athlon-xp. The generated assembler tried to stuff -129 into a single byte. What about just trying -march=athlon? The only difference is the

Panic bwrite: buffer is not busy on fresh -CURRENT

2003-02-28 Thread Vladimir Kushnir
Under KDE session, while CVS updating. Uname output: FreeBSD kushnir1.kiev.ua 5.0-CURRENT FreeBSD 5.0-CURRENT #11: Fri Feb 28 08:42:45 EET 2003 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/KUSHNIR i386 / - UFS1; /usr,/var - UFS2, softupdates enabled. Dmesg output, kernel config file and gdb trace are

updated patch for the nVidia drivers

2003-02-28 Thread Maxime Henrion
Hi all, I've updated the patch for the nVidia drivers to fix the VM locking issues. It makes it possible (at least for me) to use this driver even when I compiled the assertions check in my kernel with the INVARIANTS option. I doubt this fixes other bugs than the assertions failing

Re: -O2 considered harmful

2003-02-28 Thread Terry Lambert
I have seen this as well, using -O2 -march=athlon-xp. The generated assembler tried to stuff -129 into a single byte. What about just trying -march=athlon? The only difference is the SSE support, which is quite new and may have latent bugs anyway. I didn't try that, but i did not

Re: Hyperactive ICH2 sound (with workaround)

2003-02-28 Thread Jun Su
Soory for my English. there is a time delay in playback. Thanks. If you need me do any test, I am glad to do. Jun Su On Saturday 01 March 2003 04:01, Kevin Oberman wrote: From: Jun Su [EMAIL PROTECTED] Date: Fri, 28 Feb 2003 22:19:49 +0800 Sender: [EMAIL PROTECTED] When I load

Me Too: HPT372 UDMA detection problem on current (was Re: High % interrupt when building world)

2003-02-28 Thread Shizuka Kudo
--- Bruce Cran [EMAIL PROTECTED] wrote: Just to add to this, when I run the above 'dd' command, I see top reporting 35-40% interrupt usage on the drive on the RAID controller, while it's 3-5% for the drive on the VIA controller, and the drive itself is: 0 READY ad4: 58644MB

Sound problem: ac97 codec invalid or not present

2003-02-28 Thread Hugo D. Valentim
Hi, I am unable to get the sound going on my laptop and I badly need your HELP! 1) Recompiled the Kernel adding «dev pcm» (Via AC'97). 2) Now, these /dev(s) are shown: audio0.0, audio0.1, dsp0.0, dsp.0.1,dspW0.0, dspW0.1, stderr, stdin, stdout etc... 3) I have tried to output

nividia problem

2003-02-28 Thread Luis M. Zuccolo
Hi: I'm runing nvidia with max's patch and it's works, but if I exit and restart X, the system hang. Has anybody have the same problem? Thanks To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

The best Cigar ever made, you must read this

2003-02-28 Thread Karen Dever R.
Y O U S M O K E C I G A R S ? THEN, YOU MUST READ THIS NOW: Introducing the best Cigar ever Made in the world, San Teodoro Cigar is the most awarded Cigar around the world, it has been qualified by the Tobbaconists as well as the worldwide press as the best Puro ever made. San Teodoro is by