MAC address change on 21040 "Tulip" Ethernet Adapter does not work

2004-09-06 Thread paul
Hello, On a FreeBSD 4.9 machine I want to change the MAC address on a DecChip 21040 "Tulip" Ethernet Adapter. So I type the following: # ifconfig de0 down # ifconfig de0 link 00:00:00:12:34:56 # ifconfig de0 de0: flags=8802 mtu 1500 ether 00:00:00:12:34:56 media: Ethernet autosele

Re: bridge callbacks in if_ed.c?

2004-09-06 Thread Sam Leffler
On Sunday 05 September 2004 02:53 pm, Andre Oppermann wrote: > Gleb Smirnoff wrote: > > On Sun, Sep 05, 2004 at 02:20:36PM -0700, Luigi Rizzo wrote: > > L> > I see that bridge callbacks are still living in if_ed.c > > L> > from FreeBSD 2.x times. See if_ed.c:2816. I think this is > > L> > not corre

problem

2004-09-06 Thread huko
Sorry to steal your time. But I have a problem and I don´t know how to fiksed it. I have a problem by the installation. The installation proceds normaly, but when I am going to configure my grafick card and my monitor then stops all. The monitor paints black and the computer don´t responses anymor

pthread_mutex_trylock and glib-2

2004-09-06 Thread Pascal Hofstee
After a few hours of digging through both the glib-2 as well as the beep-media-player sources i finally managed to figure out why beep-media-player apprently crashes on startup when using libpthread, but not when using libc_r. i filed a bugreport against this problem on bugzilla.gnome.org ... in t

Re: Request for Review: UFS2 Snapshot Management Environment

2004-09-06 Thread Chris Dillon
On Fri, 3 Sep 2004, Matthew N. Dodd wrote: On Fri, 3 Sep 2004, Ralf S. Engelschall wrote: ... | $ cat /snap/home:hourly.1/rse/foo.txt /snap/home:hourly.0/rse/foo.txt foo.txt Now you just need to hack sys/kern/vfs_lookup.c to do the right thing when you ask for /path/.snapshot. I recently set up a

Binding process to a fixed processor

2004-09-06 Thread Dennis George
Hi all, I am working on a intel based multi processor system. I like to know how can I bind one process permanently to one processor. and other one for general use. thanks in advance Dennis - Do you Yahoo!? Win 1 of 4,000 free doma

Re: Binding process to a fixed processor

2004-09-06 Thread Julian Elischer
Dennis George wrote: Hi all, I am working on a intel based multi processor system. I like to know how can I bind one process permanently to one processor. and other one for general use. thanks in advance Dennis which version of the system are you using? --

Support for SMT in latest FreeBSD

2004-09-06 Thread Dennis George
Hi all, I looking for SMT capability in freeBSD.. And found the following extract in a document... saying that 4.3 BSD has no support for SMT. does the current/latest version of freeBSCD (5.2 or 6.0) has the support for SMT ?? >>It (4.3 BSD) has no support for processor affinity or

Re: Binding process to a fixed processor

2004-09-06 Thread Dennis George
Hi, I am working on freeBSD 5.2. Dennis Julian Elischer <[EMAIL PROTECTED]> wrote: Dennis George wrote: > Hi all, > > I am working on a intel based multi processor system. I like to know > how can I bind one process permanently to one processor. and other > one for general use.

Re: pthread_mutex_trylock and glib-2

2004-09-06 Thread Stijn Hoop
Hi, thanks for digging at this! On Mon, Sep 06, 2004 at 03:12:08PM -0700, Pascal Hofstee wrote: > After a few hours of digging through both the glib-2 as well as the > beep-media-player sources i finally managed to figure out why > beep-media-player apprently crashes on startup when using libpthr

Re: Support for SMT in latest FreeBSD

2004-09-06 Thread Julian Elischer
Dennis George wrote: Hi all, I looking for SMT capability in freeBSD.. And found the following extract in a document... saying that 4.3 BSD has no support for SMT. does the current/latest version of freeBSCD (5.2 or 6.0) has the support for SMT ?? yes.. it's the current area of developm

Re: Binding process to a fixed processor

2004-09-06 Thread Julian Elischer
Dennis George wrote: Hi, I am working on freeBSD 5.2. Dennis Julian Elischer <[EMAIL PROTECTED]> wrote: Dennis George wrote: Hi all, I am working on a intel based multi processor system. I like to know how can I bind one process permanently to one processor. and other one for ge

Re: Binding process to a fixed processor

2004-09-06 Thread Dennis George
Actually I am looking for some command or system call which I can execute from my user level program so that I can bind one of my process to a processor. like pbind command in Linux.. Or do I have to write a system call to do that ?? Dennis Julian Elischer <[

Re: Support for SMT in latest FreeBSD

2004-09-06 Thread Dennis George
Hi, Acutally I was wondering if there is no support for SMT / SMP then can freeBSD support dual processors. Or can I utlize dual-processor in its fullness ? Dennis Julian Elischer <[EMAIL PROTECTED]> wrote: Dennis George wrote: > Hi all, > > I looking for SMT capability in freeBS