Re: A question about "WARNING: attempt to domain_add(xyz) after domainfinalize()"

2011-01-12 Thread Julian Elischer
On 1/12/11 5:26 AM, Svatopluk Kraus wrote: Hi, I'd like to add a new network domain into kernel (and never remove it) from loadable module. In fact, I did it, but I got following warning from domain_add(): "WARNING: attempt to domain_add(xyz) after domainfinalize()". Now, I try to figure out wha

Re: NFS: file too large

2011-01-12 Thread Rick Macklem
> I'm getting 'File too large' when copying via NFS(v3, tcp/udp) a file > that is larger than 1T. The server is ZFS which has no problem with > large > files. > > Is this fixable? > As I understand it, there is no FreeBSD VFSop that returns the maximum file size supported. As such, the NFS server

Re: Unable to compile drm.ko on powerpc

2011-01-12 Thread Super Bisquit
My graphics port is agp and not pci. It's a Quicksilver 2002 with a 4x agp slot. Now, how do I make it work? That's the problem I've been recently asking about. Forgive me for bringing the next part here. The PowerPC snapshot 9 for the 32bit ppc needs updating. The ports tarball is behind. On 1/

Re: Unable to compile drm.ko on powerpc

2011-01-12 Thread Nathan Whitehorn
On 01/12/11 02:39, Super Bisquit wrote: http://slexy.org/view/s2NSVy7aTU The build also fails looking for machine/specialreg.h. This file is only found on i386/amd64 processors. Drm.ko is needed by agp.ko. DRM is not required by AGP, rather the reverse, and DRM does not presently work on powe

How do I change the default graphics card on a Powermac G4 Quicksilver?

2011-01-12 Thread Super Bisquit
The last email I sent stated that the drm kernel module could not be built because specialreg.h is an i386 only function. I am also aware that the agp module needs drm to run. Why did I ask for help? The PowerMac G4 Quicksilver has an agp graphics slot. I also know that OpenFirmware is related to O

A question about "WARNING: attempt to domain_add(xyz) after domainfinalize()"

2011-01-12 Thread Svatopluk Kraus
Hi, I'd like to add a new network domain into kernel (and never remove it) from loadable module. In fact, I did it, but I got following warning from domain_add(): "WARNING: attempt to domain_add(xyz) after domainfinalize()". Now, I try to figure out what is behind the warning, which seems to becom

NFS: file too large

2011-01-12 Thread Daniel Braniss
I'm getting 'File too large' when copying via NFS(v3, tcp/udp) a file that is larger than 1T. The server is ZFS which has no problem with large files. Is this fixable? Cheers, danny ___ freebsd-hackers@freebsd.org mailing list http://lists.fr

Unable to compile drm.ko on powerpc

2011-01-12 Thread Super Bisquit
http://slexy.org/view/s2NSVy7aTU The build also fails looking for machine/specialreg.h. This file is only found on i386/amd64 processors. Drm.ko is needed by agp.ko. ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/f