Re: Another pmap related panic

2003-08-26 Thread Mark Tinguely
is not * resident, we are creating it here. --Mark Tinguely [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Another pmap related panic

2003-08-26 Thread Mark Tinguely
MY APOLOGIES, I am s embarrassed. I should have placed that in pmap_pte_quick(), not pmap_enter_quick(). --Mark Tinguely [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current

Re: Another pmap related panic

2003-08-26 Thread Mark Tinguely
Thank-you, The fact that pmap_pte_quick() panics on the untrue mutex should indicate that it is possible that 2 processors may enter pmap_pte_quick() at the same time and therefore it is possible to have the one processor invalidate the VA/PA mapping using PADDR1/PMAP1. If that is true then the

Re: Panic with PCCARD

2001-11-02 Thread mark tinguely
it is corrupt. --mark tinguely. To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: hotmail now running win2000

2000-08-09 Thread Mark Tinguely
is not needed, but (trying to justify my time in doing the driver for BSD) the card also has a temperature feature that you could use with a ATX power supply and the FreeBSD 3.x/4.x init to shut off the machine if the internals get to hot. --mark tinguely To Unsubscribe: send mail to [EMAIL PROTECTED

Re: Crossbuild failure on 8-stable

2011-06-30 Thread Mark Tinguely
On 6/30/2011 4:22 AM, Hans Petter Selasky wrote: Hi, Trying to cross build ARM fails in the following way on 8-stable: 8.2-STABLE FreeBSD 8.2-STABLE #1: Wed Jun 29 13:09:23 UTC 2011 make toolchain TARGET=arm Is this perhaps also an issue in 9-current? Any clues? cc -O -pipe -ffreestanding

Re: bind fails with sig11 on start / pthread failure on ARM?

2010-02-19 Thread Mark Tinguely
writers if we move the atomic commands from the ARMv4/ARMv5 ARM_RAS_START/ARM_RAS_END atomic method to ARMv6/ARMv7 ldrex/strex/clrex commands. --Mark Tinguely ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: passwd issue

2002-05-22 Thread mark tinguely
on Tue May 21 13:07:13 2002, Trish Lynch [EMAIL PROTECTED] said: femme:~$ passwd Changing local password for trish Old Password: passwd in free(): error: junk pointer, too high to make sense Abort trap does your log file have a swap space exceeded error? If so, restart your inetd. --mark

Re: Clang cross builds world

2010-09-24 Thread Mark Tinguely
and ARM is not tested nor supported. I am just looking for some clang cross architecture compiling wisdom. --Mark Tinguely ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any