Re: SB AWE64 not recognised anymore

2000-05-27 Thread Szilveszter Adam
Hello! On Sun, May 28, 2000 at 02:06:03AM +0200, Ollivier Robert wrote: > I just upgraded my home machine from 4.0-R to 5.0-CURRENT and have found > something odd. I have an ISA PnP SB AWE64 in the machine and it is not seen by > the system at all. Are you using the pcm driver or the old voxware

Re: Scheduler changes?

2000-05-27 Thread Jacob A. Hart
On Sat, May 27, 2000 at 12:38:36PM -0700, Doug Barton wrote: > > Try setting the nice value for rc5 to something lower than 20, but > higher than the highest (lowest) value running on your system. There was > a bug with the scheduler in the past that items run at nice 20 were > actually gett

Re: Kernel making problems

2000-05-27 Thread Warner Losh
In message <[EMAIL PROTECTED]> Jaye Mathisen writes: : Wasn't there just a big to-do wrt to 4.0 (then -current), about the right : way to do things is to install a new kernel, then build the world? Yes. That was needed for a while since the new binaries produced code the olkd kernel couldn't ex

Re: Kernel making problems

2000-05-27 Thread Jaye Mathisen
Wasn't there just a big to-do wrt to 4.0 (then -current), about the right way to do things is to install a new kernel, then build the world? I seem to remember Rod championing this method. (Had something to do with some syscall interface changing). On Sat, 27 May 2000, Warner Losh wrote: > In

Re: Kernel making problems

2000-05-27 Thread Otter
Warner Losh wrote: > > In message <[EMAIL PROTECTED]> "David O'Brien" writes: > : On Sat, May 27, 2000 at 11:09:00AM -0400, John Baldwin wrote: > : > You need to build and install a new world before a new kernel. It looks > : > like this needs to go into src/UPDATING. > : > : Actually just the f

Re: Kernel making problems

2000-05-27 Thread Warner Losh
In message <[EMAIL PROTECTED]> "David O'Brien" writes: : On Sat, May 27, 2000 at 11:09:00AM -0400, John Baldwin wrote: : > You need to build and install a new world before a new kernel. It looks : > like this needs to go into src/UPDATING. : : Actually just the following will also fix the proble

SB AWE64 not recognised anymore

2000-05-27 Thread Ollivier Robert
I just upgraded my home machine from 4.0-R to 5.0-CURRENT and have found something odd. I have an ISA PnP SB AWE64 in the machine and it is not seen by the system at all. I found this in dmesg: isab0: at device 7.0 on pci0 isa0: on isab0 ... isa0: unexpected small tag 14 ... unknown: can't as

Re: Kernel making problems

2000-05-27 Thread David O'Brien
On Sat, May 27, 2000 at 11:09:00AM -0400, John Baldwin wrote: > You need to build and install a new world before a new kernel. It looks > like this needs to go into src/UPDATING. Actually just the following will also fix the problem: cd /usr/src/gnu/usr.bin/binutils make obj make de

Re: Internal compiler error: program ld got fatal signal 10

2000-05-27 Thread Steve Kargl
Bob Martin wrote: > > with "unsubscribe freebsd-current" in the body of the message > If you are using an older K6 with more than 32mb of ram, this will > happen from time to time of it's own accord. I have never taken the time > to find out why, but if you search the archives, you will find that

Re: Kernel making problems

2000-05-27 Thread Warner Losh
In message <[EMAIL PROTECTED]> John Baldwin writes: : You need to build and install a new world before a new kernel. It looks : like this needs to go into src/UPDATING. Done. Others have suggested this as well. Warner To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-

Re: kernel compile fails in: ../../dev/vx/if_vx_pci.c

2000-05-27 Thread The Hermit Hacker
On Fri, 26 May 2000, Warner Losh wrote: > In message <[EMAIL PROTECTED]> The Hermit >Hacker writes: > : make depend went through no probs, but a make fails at: > > You may have overlooked this entry in UPDATING: > > 2319: > The ISA and PCI compatability shims have been connected to t

Re: Internal compiler error: program ld got fatal signal 10

2000-05-27 Thread Bob Martin
Steve Kargl wrote: > > First, the error message: > > cc -fpic -DPIC -I/usr/src/lib/libmd -DSHA1_ASM -DELF -DRMD160_ASM -DELF >-I/usr/obj/usr/src/i386/usr/include -c /usr/src/lib/libmd/i386/rmd160.S -o rmd160.So > building shared library libmd.so.2 > cc: Internal compiler error: program ld got

No Subject

2000-05-27 Thread Roger Bacon
subscribe freebsd-current subscribe cvs-all To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Internal compiler error: program ld got fatal signal 10

2000-05-27 Thread Steve Kargl
First, the error message: cc -fpic -DPIC -I/usr/src/lib/libmd -DSHA1_ASM -DELF -DRMD160_ASM -DELF -I/usr/obj/usr/src/i386/usr/include -c /usr/src/lib/libmd/i386/rmd160.S -o rmd160.So building shared library libmd.so.2 cc: Internal compiler error: program ld got fatal signal 10 *** Error code 1

Re: Scheduler changes?

2000-05-27 Thread Doug Barton
"Jacob A. Hart" wrote: > > On Fri, May 26, 2000 at 04:01:05PM +0200, Sheldon Hearn wrote: > > > > > > On Fri, 26 May 2000 13:19:49 +1000, "Jacob A. Hart" wrote: > > > > > For the past couple of weeks I've noticed rc5des isn't playing friendly with > > > the other processes on my system. When run

Re: kernel build error due to dependency on /usr/include?

2000-05-27 Thread Bruce Evans
On Sat, 27 May 2000, Jake Burkholder wrote: > > I got following kernel build error. > > When I run 'make includes', the error has gone away. `make includes' tends to cause errors like this. It updates /usr/include to match the sources. This may make /usr/include inconsistent with /usr/lib. >

Re: kernel build error due to dependency on /usr/include?

2000-05-27 Thread Jake Burkholder
> Hi all, > > I got following kernel build error. > When I run 'make includes', the error has gone away. > > Why does kernel build process depend on installed system files, > such as /usr/include? It shouldn't. This seems to be primarily aic7xxx, although judging from the output of 'find /usr/

Re: Kernel making problems

2000-05-27 Thread John Baldwin
On 27-May-00 Otter wrote: > Matthew Hunt wrote: >> >> On Thu, May 25, 2000 at 10:58:41PM -0400, Otter wrote: >> >> > cc -ffast-math -pipe -march=pentiumpro -O3 -I/usr/include -I. -c >> > aicasm_gram.c >> > In file included from ../../dev/aic7xxx/aicasm_gram.y:40: >> > ../../dev/aic7xxx/aicasm

Re: Kernel making problems

2000-05-27 Thread Otter
Matthew Hunt wrote: > > On Thu, May 25, 2000 at 10:58:41PM -0400, Otter wrote: > > > cc -ffast-math -pipe -march=pentiumpro -O3 -I/usr/include -I. -c > > aicasm_gram.c > > In file included from ../../dev/aic7xxx/aicasm_gram.y:40: > > ../../dev/aic7xxx/aicasm.h:44: syntax error before `struct'

Re: FW: GDB 5.0 is released!

2000-05-27 Thread Doug Rabson
On Fri, 26 May 2000, David O'Brien wrote: > > > > GDB 5.0 is released! > > Do you have any forecasts as to when we will see this baby in the -current? > > Its priority is behind GCC 2.96 Incidentally David, I have some patches which make a pre-release gdb 5.0 work for FreeBSD which I was going

Re: Scheduler changes?

2000-05-27 Thread Jacob A. Hart
On Fri, May 26, 2000 at 04:01:05PM +0200, Sheldon Hearn wrote: > > > On Fri, 26 May 2000 13:19:49 +1000, "Jacob A. Hart" wrote: > > > For the past couple of weeks I've noticed rc5des isn't playing friendly with > > the other processes on my system. When running a CPU intensive task (such > > a