Re: 3dfx Driver?

1999-10-12 Thread Stephen Hocking
>>Has anyone ported the linux 3DFx Driver to FreeBSD? > >Don't think so. > >Why? You volunteering? =) I made a start on it earlier this year, but the final step (mapping the card memory) I got wrong, which then locked up the machine. The box the code is on is the other side of the world at th

FreeBSD version of DRM?

1999-01-16 Thread Stephen Hocking
Now that a working version of the Direct Rendering Manager (along with an open source version of glide 3) has been released for Linux on a decent consumer level card, is anyone interested in porting it over to FreeBSD? It could well displace my TNT2U. Stephen To Unsubscribe: send

Last changes to SDL made smpeg not work

2000-04-23 Thread Stephen Hocking
The mpeg player smpeg doesn't work (catches a signal then just hangs) when you compile & link against the SDL which uses the native threads - however when you compile against one that uses linux threads, then it does. I've seen some problems with sdl test apps that mix sound & video when we use

Joystick has stopped working

2000-04-23 Thread Stephen Hocking
For sometime now, the analogue joy stick driver hasn't been working - it seems to persistently return totally wild deviations when being read. Also, trying to use it as a kld doersn't seem to work. Has anyone else had similar probs? Stephen -- The views expressed above are not those

Can we please have a current that compiles?

2000-05-12 Thread Stephen Hocking
For the past few days, current has not compiled, owing to problems (in no particular order) with more, vinum and various INET options in the GENERIC kernel. Can people please check things before they commit them? I like a working compile at least *once* a week. Stephen -- The views

Re: Can we please have a current that compiles?

2000-05-12 Thread Stephen Hocking
> This is the first I've heard of a problem in Vinum. > > > Can people please check things before they commit them? I like a > > working compile at least *once* a week. > > I'm wondering if you haven't had some other problem. I haven't heard > anybody else with problems. > I have a number of

cvs-cur.6450.gz Fatal error: Bytecount too large.

2000-07-01 Thread Stephen Hocking
After some absence from the net (my machines were in a box between Australia & Houston) I've finaaly connected up and am updating my cvs repository via CTM again. However, when I attempt to apply cvs-cur.6450.gz I get the above error. Anybody got a good one? Stephen -- The views ex

What's up with ftp.freebsd.org

2000-07-05 Thread Stephen Hocking
It doesn't seem to be allowing anon logings - nobody released some fancy new game, have they? 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 Works of Shakespeare; now, t

Interesting SpecWeb benchmarks

2000-07-05 Thread Stephen Hocking
http://linuxtoday.com/news_story.php3?ltsn=2000-07-05-001-04-OP -- 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 Works of Shakespeare; now, thanks to the Internet, we know this is not t

Compilation failure in current as of cvs-cur 6562

2000-07-28 Thread Stephen Hocking
Anyone else seen this? chmod 755 /usr/obj/usr/src/gnu/usr.bin/perl/perl/lib/auto/DynaLoader/DynaLoader .a cc -O -pipe -I/usr/src/gnu/usr.bin/perl/perl/../../../../contrib/perl5 -I/usr/obj/usr/src/gnu/usr.bin/perl/perl -DPERL_CORE -I/usr/obj/usr/src/i386/usr/include -Wl,-E -L/usr/obj/usr/src/g

More compile errors in current (if_dc.c)

2000-08-02 Thread Stephen Hocking
cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -g -nostdinc -I- -I. -I../.. -I../../../include -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2 ../../pci/if_dc.

Re: More compile errors in current (if_dc.c)

2000-08-02 Thread Stephen Hocking
Yeah - I was just trying to express my irritation without being overly nasty. Beats me why thing are commited without being compiled though. Stephen -- The views expressed above are not those of PGS Tensor. "We've heard that a million monkeys at a million keyboards could produc

When Good DIMMS go Bad (or how I fixed my sig11)

2000-08-04 Thread Stephen Hocking
About a week ago, I complained of mysterious Sig 11s during a make world. After some experimentation, a PC100 DIMM was found to be better suited for a 66MHz memory bus in another machine, who obligingly donated a DIMM in return that actually works with a 100MHz bus. I think the trip from Austra

hintmode not found.

2000-08-27 Thread Stephen Hocking
Someone stashed a refewrence to an extern int hintmode in /sys/kern/subr_bus.c a couple of days ago - where's it actually defined? Mr Grep cant seem to find in /sys. Stephen -- The views expressed above are not those of PGS Tensor. "We've heard that a million monkeys at a milli

Problems with sym device driver?

2000-08-29 Thread Stephen Hocking
I just updated my sources after a few days and reconfiged, recompiled & booted a machine with with a NCR810a card. It panicked partway through the boot messages (prior to mounting filesystems) saying that it couldn't allocate space for sym1's data. The previous kernel correctly found only one s

Re: Problems with sym device driver?

2000-08-29 Thread Stephen Hocking
> > > WARNING: / was not properly dismounted > > > pid 271 (ldconfig), uid 0: exited on signal 11 (core dumped) > > > > Er, why is ldconfig dumping core? > > > it's the linux ldconfig and it hasn't been brandelf'd after obrien > made a change that required that. > > Yup - that's right. I've

Heap colliding with mmaped areas?

2000-08-29 Thread Stephen Hocking
I have a situation where some device files are being mmaped (to the tune of a couple of hundred megs) and then there's some memory allocation happening. The memory allocation ends up failing, even though the amount it appears to be requesting would make the process a long way off its maximum al

Problems with current's AGP device?

2000-09-06 Thread Stephen Hocking
I've been seeing some problems with modules (such as XFree86's mga dri modules) that are consumers of the services of agp. They seem to beleive that they cant find it - then X fires up and the machine crashes. I'll be pulling out a debug dump later today. Stephen -- The views exp

Strange problems with AGP driver & sound.

2000-09-06 Thread Stephen Hocking
With very recent current sources, the agp driver doesn't probe when loaded as a module, but works OK when compiled into the kernel. However, when compiled into the kernel, it seems to mess up the sound driver (pcm, crystal cs23x) such that no sound or garbled sound at a low volume comes out.

Re: Strange problems with AGP driver & sound.

2000-09-06 Thread Stephen Hocking
> > > > With very recent current sources, the agp driver doesn't probe when loaded as > > a module, but works OK when compiled into the kernel. > > Oh. I thought that was only a problem in 4.x. Can I see a verbose bootlog > for a kernel where this is a problem. > OK - I'm away from the machi

Re: Strange problems with AGP driver & sound.

2000-09-06 Thread Stephen Hocking
Ok, here's the two dmesg listing from verbose boots, one with the agp code as a module, and the other built in. Stephen Copyright (c) 1992-2000 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of Cali

AMD X86-64 simulator available

2000-10-06 Thread Stephen Hocking
Those of you who peruse slashdot will've already seen this - it's a Linux binary, and requires humungous amounts of memory & disk, 384MB & 4GB respectively. http://www.x86-64.org/downloads/ Stephen -- The views expressed above are not those of PGS Tensor. "We've heard that a mi

Where has cvs-cur gone?

2000-10-10 Thread Stephen Hocking
Last one I can find in the FTP repository is cvs-cur.6772.gz. Where are the more recent ones? 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 Works of Shakespeare; now, t

cvs-cur snapshots have stopped again.

2000-10-14 Thread Stephen Hocking
Could someone please restart them? 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 Works of Shakespeare; now, thanks to the Internet, we know this is not true."

cvs-cur.6925.gz appears to be corrupt

2000-12-06 Thread Stephen Hocking
With # ctm -b /cvs cvs-cur.6925.gz I get FR: /cvs/CVSROOT/history md5 mismatch. cvs-cur.6925.gz Fatal error: Corrupt patch. Expected "\n" but didn't find it {20}. ctm: exit(96) Anybody like to comment? -- The views expressed above are not those of PGS Tensor. "We've heard th

Re: cvs-cur.6925.gz appears to be corrupt

2000-12-07 Thread Stephen Hocking
> It's fine with me. > BTW, I got my cvs delta through ctm-cvs-cur mailing list, and here's > the check sum for it. > > $ ls -l cvs-cur.6925.gz > -rw-r--r-- 1 daemon wheel 24114 Dec 6 19:34 cvs-cur.6925.gz > $ md5 cvs-cur.6925.gz > MD5 (cvs-cur.6925.gz) = 7751af95fb0821338f3bc

Voodoo3 + XFree4 + DRM - simple_lock ? :-)

2001-01-30 Thread Stephen Hocking
Hey, I've been fooling with this (and Glide3) but under FBSD 4.2. Didn't have the time or inclination to do it under the latest current. Good to see someone's been crazy^Wbrave enough to try. It'd bee really nice if someone could make the kernel modules part of the current tree, the same way t

smmsp user check in Makefile.inc1

2002-05-02 Thread Stephen Hocking
For those of us using NIS, it'd be nice if the check would be made against the passwd and group maps if the local passwd and group don't have these users. Stephen -- The views expressed above are not those of PGS Tensor. "We've heard that a million monkeys at a million keyboard

Currnet build problems

1999-09-01 Thread Stephen Hocking-Senior Programmer PGS Perth
Partway through a make world, I'm seeing the following, I've applied up to cvs-cur.5622.gz and int-cvs-cur.0118.gz. Is this likely to be fixed sometime soon? Stephen cc -O -pipe -mpentiumpro -fschedule-insns2 -DKLUDGELINEMODE -DUSE_TERMIO -DENV_HACK -DSKEY -DENCRYPTION -DAUTHENTICAT

Failure of new PCM code to pickup my CS4236.

1999-09-02 Thread Stephen Hocking-Senior Programmer PGS Perth
A dmesg from it is as follows - note that the old PCM code used to find it. The voxware stuff needs a couple of delays inserted to find it. Copyright (c) 1992-1999 The FreeBSD Project. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights rese

Why I hate RealTek ethernet cards

1999-10-21 Thread Stephen Hocking-Senior Programmer PGS Perth
After much to-ing & fro-ing ealier this year, I ended up using a Realtek on an otherwise respectable machine. For the most part it seemed alright. Then just before I went on an extended overseas trip 7 weeks ago, it started doing odd things. Small transfers worked OK, but larger ones just trick

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

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-

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

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

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

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 -

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

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

Crash on current at cvs-cur.6182

2000-03-21 Thread Stephen Hocking-Senior Programmer PGS SPS Perth
The back trace reads ... #0 boot (howto=260) at ../../kern/kern_shutdown.c:304 #1 0xc013d7e5 in panic (fmt=0xc0273514 "from debugger") at ../../kern/kern_shutdown.c:554 #2 0xc01265bd in db_panic (addr=-1071292651, have_addr=0, count=-1, modif=0xc5ec6ce4 "") at ../../ddb/db_command.c:

Another current crash (cvs-cur.6183

2000-03-21 Thread Stephen Hocking-Senior Programmer PGS SPS Perth
cvs-cur.6183 appeared to fix the crash I reported under disk activity & NFS but another one has reared its face, when using java with tya15 jit, running the Together java IDE. #0 boot (howto=256) at ../../kern/kern_shutdown.c:304 #1 0xc013d7e5 in panic (fmt=0xc0273534 "from debugger") at .

Updating examples /usr/share/examples/ld

2000-03-25 Thread Stephen Hocking-Senior Programmer PGS SPS Perth
Can someone please update the examples in /usr/share/examples/kld? It's a bit confusing when it doesn't even compile. Stephen To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Latest kernel hangs on mounting /dev/ad0a

2000-03-29 Thread Stephen Hocking-Senior Programmer PGS SPS Perth
As at cvs-cur.6207 -- 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 Works of Shakespeare; now, thanks to the Internet, we know this is not true."Robert Wilensky, University

Versions of gas that support 3dnow!?

2000-04-07 Thread Stephen Hocking-Senior Programmer PGS SPS Perth
I've been following the GLX stuff for Matrox G400s and noticed that there's now a version of gas that supports 3dnow! instructions without bugs. It's one of the snapshots by H.J. Lu - 2.9.5.0.34, found at ftp://ftp.varesearch.com/pub/support/hjl/binutils/ Any chance of this making its way into

Netscape 6 Linux pre-release, got it going.

2000-04-10 Thread Stephen Hocking-Senior Programmer PGS SPS Perth
It needed the libjpeg & libgtk rpms from the RedHat 6.1 CD (perhaps these could be added to Linux_base?) and a whole lot of memory, but otherwise wasn't too bad. Rather slow in some circumstances, but I hope that's owing to a bunch of debug code being in place. Stephen -- The views

ATAPI disk utilisation oddity

2000-04-19 Thread Stephen Hocking-Senior Programmer PGS SPS Perth
I have a system with 2 UDMA33 disks attached, each on a seperate controller. When hitting them both hard, the utilisation (as measured by systat) never adds up to more than 100%. I thought this limitation only held when they were both on the same controller - what gives? Stephen --

DEVFS - what's happening with it?

2000-04-26 Thread Stephen Hocking-Senior Programmer PGS SPS Perth
Haven't seen any discussion for quite some time. The Linux people seem to be getting into a lather about it as well. Rehashing the issues like device persistence, et cetera. Is anyone doodling around with a sysctlfs? Stephen -- The views expressed above are not those of PGS Tensor

Re: Undocumented tape devices in pax(1)

2000-05-07 Thread Stephen Hocking-Senior Programmer PGS SPS Perth
The Pyramid series of machines used to have block tape devices, such that one was able to boot a repair kernel and ro root fs off the 1600bpi reel-to-reel deck. Not unaturally, one was discouraged from doing a recursive find on that fs. Stephen (who used to have thoughts of doing the

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

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

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

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

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

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

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: 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: 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-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:

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: 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

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

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

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

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.

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

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

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

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

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

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: 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

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