ethernet phy link state info

2001-04-06 Thread Bernhard Bender
Hi all, where do I find information about the current link state of the ethernet PHY (e.g. 100mbit/s full duplex) ? Something like /proc/sys/net/* ? Thanks Bernhard - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More ma

PIDs limited to 15 significant bits

2000-09-27 Thread Bernhard Bender
Hi, looking at my process list after a week or so of uptime I discoverd that PIDs seem to wrap arround at 32767 (aka. 2^15 - 1). I found the relevant code doing this in kernel/fork.c:get_pid() where a mask (0x8000) is used to limit the PID of a new process to 15 significant bits. (I am runni

Re: Re: [RFC] Wine speedup through kernel module

2000-09-07 Thread Bernhard Bender
David Howells <[EMAIL PROTECTED]> schrieb / wrote am / at : 07.09.2000 16:25:29 > > Hold on a moment... You said "between the test bit and set bit"... this is a > single CPU instruction! With the lock prefix, there should be no between. > > Also, a quote from asm/bitops.h: > - /* > - * These hav