New kernel crashes as of yesterday

1999-08-24 Thread Stephen Hocking-Senior Programmer PGS Tensor Perth
After the vm subsystem changes that went in yesterday, I expierence crashes under heavy load situations (typically when running quake2 in OpenGL mode). A kernel built on the 23rd works fine. A kernel backtrace follows # gdb -k kernel.debug /var/crash/vmcore.12 GNU gdb 4.18 Copyright 1998 Free S

Re: Interesting NFS hangs under current

1999-08-04 Thread Stephen Hocking-Senior Programmer PGS Tensor Perth
> Could you print out *p and *uap in frame 18? > > frame 18 > print *p > print *uap > > Also, do: > > ps -axl -N /sys/compile/bleep/kernel.debug -M /var/crash/vmcore.2 > > This is very odd. There is no way it should be looping in supervisor > mode in tha

Interesting NFS hangs under current

1999-08-04 Thread Stephen Hocking-Senior Programmer PGS Tensor Perth
On my home network, I make world on one machine and install it (from an NFS mounted directory) on another. Some time ago (I've griped about this before - the problem's been around for a while) it started to occasionally hang just after or during installing libc.so.3. It will then hang solidly -

Assembler capable of supporting 3dnow!

1999-07-31 Thread Stephen Hocking-Senior Programmer PGS Tensor Perth
I'm messing around with the latest mesa and have discovered (suprise)that our assembler doesn't support 3dnow instructions. Are there any plans to update to a version of binutils that does? Linux's stuff appears to support it. Stephen -- The views expressed above are not those of PG

Re: MTRR stuff

1999-07-09 Thread Stephen Hocking-Senior Programmer PGS Tensor Perth
> What exactly are the ranges? You haven't given me enough info yet. I wrote the > K6-* MTRR driver, so I'd like to help. > OK, the Linux 3dfx driver attempts to set up a write combining range starting at the card's base address and 0x40 bytes long. After doing this it then sets up a rang

Re: MTRR stuff

1999-07-09 Thread Stephen Hocking-Senior Programmer PGS Tensor Perth
> > Spits the dummy? And do you mean memcontrol? It (memcontrol, I was typing the name from memory at work) complains. I was trying to set up the MTRRs like the Linux voodoo device driver does. I hadn't thought of doing it the way you suggest, as the documentation says that the size has to b

Dirty pages & low memory hangs with mmap

1999-07-08 Thread Stephen Hocking-Senior Programmer PGS Tensor Perth
I've been seeing an interesting problem when doing a make installworld on a 486 with 16MB of memory. Immediately after installing libc.so.3, it will hang. DDB gives a backtrace to a mmap related call (sorry, the box is at home at the memoment and this email was prompted by something on freebsd-

MTRR stuff

1999-07-08 Thread Stephen Hocking-Senior Programmer PGS Tensor Perth
For some video cards (to wit, the voodoo stuff), the MTRRs should be set up as follows write-combining +--+ +---+ uncacheable i.e. the two regions have the same starting area, but the small chunk for the registers should be un

Finding out what function an interrupt is tied to..

1999-06-02 Thread Stephen Hocking-Senior Programmer PGS Tensor Perth
I'm having some problems since when the newbus code went in, in that my sound card doesn't seem to be interrupting anymore (PAS16, Voxware drivers). So what I'd like to do is look at the kernel and see if an interrupt actually has a function associated with it, and if it's being masked out. Any i

Re: pcm still broken in -current (at least for me)

1999-05-27 Thread Stephen Hocking-Senior Programmer PGS Tensor Perth
> The same happens with snd0 instead of pcm. It looks like it can't > register the interrupt handler - is it now supposed to be registered in > a different way (perhaps via nexus)? > I'm seeing the exact same problem, only with the Voxware driver and a PAS16. I've held off upgrading the soun

Hacking objcopy

1999-05-25 Thread Stephen Hocking-Senior Programmer PGS Tensor Perth
Would anyone have any objections to me hacking objcopy so that it could do the following - a) Change symbol names from one thing to another b) Add/remove dependencies on other shared objects. If I submit these changes, what chance do I have of getting them made "official"? Stephen

Re: MTRR support for AMD K6-2?

1999-05-20 Thread Stephen Hocking-Senior Programmer PGS Tensor Perth
> > > > Do we have MTRR support for the AMD K6-2, and how's it done (e.g., if I > > want > > to allow mtrr support for my Voodoo Banshee) > > It's being worked on. The K6 is a problematic device, as it only > supports two memory ranges, as opposed to the eight the P6 does. > OK - give me a

SGI to release XFS under Open Source license

1999-05-19 Thread Stephen Hocking-Senior Programmer PGS Tensor Perth
Some of you may already know this - I'm wondering about the pain involved in fitting it to our architecture. Journaling. Hmmm. http://www.news.com/News/Item/0,4,36807,00.html?owv -- The views expressed above are not those of PGS Tensor. "We've heard that a million monkeys at a million k

MTRR support for AMD K6-2?

1999-05-19 Thread Stephen Hocking-Senior Programmer PGS Tensor Perth
Do we have MTRR support for the AMD K6-2, and how's it done (e.g., if I want to allow mtrr support for my Voodoo Banshee) Stephen -- The views expressed above are not those of PGS Tensor. "We've heard that a million monkeys at a million keyboards could produce the Complete

Some interrupt bogons still around.

1999-05-12 Thread Stephen Hocking-Senior Programmer PGS Tensor Perth
An old 486 of mine still cant see its IDE driver with versions of ata-all.c later than 1.8, and my soundcard (PAS16) still doesn't seem to generate interrupts since the nexus stuff went in. Stephen -- The views expressed above are not those of PGS Tensor. "We've heard that a mil

Sound still not quite working (Voxware)

1999-05-06 Thread Stephen Hocking-Senior Programmer PGS Tensor Perth
I get DMA / interrupt timeouts on programs such as mpg123 or NAS. Those programs that mmap the DMA buffer and set it cycling through (quake & friends) work fine. Stephen -- The views expressed above are not those of PGS Tensor. "We've heard that a million monkeys at a million k

Re: New ATA drivers problem? (Was: New kernels won't boot)

1999-05-02 Thread Stephen Hocking-Senior Programmer PGS Tensor Perth
Soren, I did a bit of experimenting with my CVS archive and found that version 1.8 of ata-all.c was the last one that worked on my problem box. 1.9 spewed out errors about unexpected interrupts whilst probing and eventually hung, and 1.10 gave the unable to mount wd0s2a errors we all love.

New kernels won't boot

1999-04-27 Thread Stephen Hocking-Senior Programmer PGS Tensor Perth
On my machine, a kernel newer than one built on the 22nd will not complete booting, panicing about not being able to mount root. Another machine with a very similar config is fine. The main difference is that the faulty machine has its FreeBSD partition in an odd spot on the disk. Below is the

Further on tape & CAM problems

1999-04-12 Thread Stephen Hocking-Senior Programmer PGS Tensor Perth
When the tape hangs with an unkillable process, its relevant PS flags are "physstrat" and "DL+". It doesn't hang forever, just a very long time, like someone's confused milliseconds with microseconds, or some such. Also, when writing to the 2nd tape in a CPIO archive, it doesn't actually write

Re: DoS from local users (fwd)

1999-04-11 Thread Stephen Hocking-Senior Programmer PGS Tensor Perth
Mikhail Teterin wrote: > What about a new login-class capability specifying the maximum > percentage of CPU time a class of users can utilize? With standard > class having 90% (or 95%)? The machine would appear (to most of > the users) as if it had 10% slower CPU, with the remaining usable > by th

Re: ATTENTION PLEASE: g77 in base system.

1999-04-10 Thread Stephen Hocking-Senior Programmer PGS Tensor Perth
Thus spake Brian Handy >On Fri, 9 Apr 1999, The Hermit Hacker wrote: > >> [g77 in the source tree] > >>I have to agree here...I personally know noone that actually uses >>Fortran...having it as an option to turn off would be nice...one less >>thing to compile on a buildworld... > >I know *lots* of

CAM changes causing prob?

1999-04-08 Thread Stephen Hocking-Senior Programmer PGS Tensor Perth
After the last lot of CAM changes, I occasionally get processes hanging attempting to access my QIC-525 tape drive. They can't be killed, so doing backups can be a mite troublesome. Sometimes it works, sometimes it doesn't. There seems to be some relation to how recently the last lot of tape act

Re: Patched RealTek driver -- please test

1999-04-07 Thread Stephen Hocking-Senior Programmer PGS Tensor Perth
This version survived for a little longer, but hung (on the 486 box) whilst doing a recursive ls of a large directory tree. Again, no messages, except for one which came up as the box was booting, whilst it was starting squid. The box was OK for about 4 minutes after this message, which was "rl0:

Re: Patched RealTek driver -- please test

1999-04-06 Thread Stephen Hocking-Senior Programmer PGS Tensor Perth
OK - I've banged on the new version with extra debug messages and it still locks up, but without any messages! I can only conclude that the 486MB BIOS is iffy. I haven't tried any other slots in the MB, but have tried various PCI settings, all to no avail. I have swapped the de0 and the rl0 bet

Re: Patched RealTek driver -- please test

1999-04-05 Thread Stephen Hocking-Senior Programmer PGS Tensor Perth
Well, I nipped home over my lunch break & gave it a try - some progress, of a sort. My NFS problems have gone away (at least under light activity), but it now seems rather sensitive to sending lots of stuff. The symptoms observed are a hard hang of the whole machine, no response to pings or keyb

Re: egcs

1999-04-05 Thread Stephen Hocking-Senior Programmer PGS Tensor Perth
>> What will become of f77 which is in "src/gnu/usr.bin/cc/f77"? This >> seems to be a good time to decide what will happen with Fortran in the >> base FreeBSD system. > >VERY good question. I have no opinion in the matter, but will follow the >wishes of others (or Core, or committers, or who ever

Re: More on rl0 woes

1999-04-05 Thread Stephen Hocking-Senior Programmer PGS Tensor Perth
> > I can't believe I'm getting so worked up because you cheap bastards > insist on buying the absolute worst network adapter in the world. Go > buy an ASIX card for crying out loud. They're cheap, and they actually > work worth a damn. Weeelll... I'm a cheap bastard & I actually expected it to

More on rl0 woes

1999-04-04 Thread Stephen Hocking-Senior Programmer PGS Tensor Perth
On the offchance that mty problems were chipset related, I swapped the RealTek with the de0 card in my other machine, a 233MHz k6. It being a socket 7 mboard presumably has a later PCI bios. Still the same symptoms - hangs on NFS access. These can be interrupted and other network traffic continue

RealTek driver woes

1999-03-25 Thread Stephen Hocking-Senior Programmer PGS Tensor Perth
I'm running a RealTek ethernet card in a 486dx4-100 machine and am having some problems. Firstly, doing an ls on a nfs mounted directory exported from the RealTek machine hangs. According to tcpdump it is receiving the readdir packets. Secondly, it will hange solidly when acting as the receiver

Re: bmake/contrib framework for egcs

1999-03-14 Thread Stephen Hocking-Senior Programmer PGS Tensor Perth
>> BTW, do you plan to include egcs' g77 as well? >Current, the g77 driver is built. But the f771 isn't. From previous >talk, I've gotten the impression g77 should be a port vs. in the base >system. I'm Ok either way -- I leave the decision to the lists and Core. >- -- >- -- David(obr...@n

Successfully cross-compiling Linux code!

1999-03-04 Thread Stephen Hocking-Senior Programmer PGS Tensor Perth
Well, after unpacking various RPMs from my RedHat 5.23 CD, making a number of hardlinks within the library directories under /compat/linux, I've finally got this going. Who do I contact to put together an official Linux development port that'll work? Stephen -- The views expressed

Linux devel doesn't work with glibc libs

1999-02-02 Thread Stephen Hocking-Senior Programmer PGS Tensor Perth
When trying to link, it complains about libc.os.6 vs libc.so.5. This makes life rather difficult when trying to test glide programs against my version of the /dev/3dfx driver. Can someone commit the RedHat dev system (. egcs )? Stephen -- The views expressed above are not th