ich watchdog vs intel smm code

2009-01-19 Thread Andriy Gapon
Some time earlier I reported that ichwd driver doesn't produce any effect on my system with Intel DG33TL motherboard when watchdog timer is allowed to expire. I did some investigation and also discussed the issue with a maintainer of Linux iTCO_wdt driver, Wim Van Sebroeck. He told me that the

Re: ich watchdog vs intel smm code

2009-01-19 Thread Pegasus Mc Cleaft
- Original Message - From: Andriy Gapon a...@icyb.net.ua To: freebsd-hackers@freebsd.org; freebsd-a...@freebsd.org Sent: Monday, January 19, 2009 12:11 PM Subject: ich watchdog vs intel smm code Some time earlier I reported that ichwd driver doesn't produce any effect on my system

Re: ich watchdog vs intel smm code

2009-01-19 Thread Andriy Gapon
on 19/01/2009 14:27 Pegasus Mc Cleaft said the following: - Original Message - From: Andriy Gapon a...@icyb.net.ua [snip] So, if we globally disable SMI, then the watchdog in ICH9 does indeed cause a reboot. Evidently this happens after the timer expires twice in row. [snip]

Re: panic: Going nowhere without my init!

2009-01-19 Thread Ed Schouten
* Garrett Cooper yanef...@gmail.com wrote: I still don't understand why adding a [C, etc] `comment' would cause these problems. I guess if you break getpid() to not return 1 in the case of init(8), it will just say init: already running and quit. This causes this panic to occur. -- Ed

Wi-Fi support - which iface works better?

2009-01-19 Thread igor krasnoselski
Hi world, I'm up to build a little Wi-Fi network at my home. So I need to know, what Wi-Fi NIC is working better under FreeBSD 7.1, from the next little list: ZyXEL G-302 EE D-link DWA-510 ASUS WL-138g V2 TRENDnet TEW-423PI P.S. Digging the 7.1 Hardware Notes on the Web gave me no information

Re: Wi-Fi support - which iface works better?

2009-01-19 Thread Ashish SHUKLA
igor krasnoselski writes: Hi world, I'm up to build a little Wi-Fi network at my home. So I need to know, what Wi-Fi NIC is working better under FreeBSD 7.1, from the next little list: ZyXEL G-302 EE D-link DWA-510 ASUS WL-138g V2 TRENDnet TEW-423PI P.S. Digging the 7.1 Hardware Notes on

Re: Wi-Fi support - which iface works better?

2009-01-19 Thread Yuri
igor krasnoselski wrote: I'm up to build a little Wi-Fi network at my home. So I need to know, what Wi-Fi NIC is working better under FreeBSD 7.1, from the next little list: ZyXEL G-302 EE D-link DWA-510 ASUS WL-138g V2 TRENDnet TEW-423PI P.S. Digging the 7.1 Hardware Notes on the Web gave me

Re: panic: Going nowhere without my init!

2009-01-19 Thread Dag-Erling Smørgrav
Ed Schouten e...@80386.nl writes: I guess if you break getpid() to not return 1 in the case of init(8), it will just say init: already running and quit. This causes this panic to occur. Who knows? We have no idea what the OP actually did, because he didn't bother to tell us. DES --

Re: threaded, forked, rethreaded processes will deadlock

2009-01-19 Thread Brian Fundakowski Feldman
On Fri, Jan 16, 2009 at 02:36:06PM -0800, Jason Evans wrote: Brian Fundakowski Feldman wrote: Could you, and anyone else who would care to, check this out? It's a regression fix but it also makes the code a little bit clearer. Thanks! Index: lib/libc/stdlib/malloc.c Why does malloc

Re: panic: Going nowhere without my init!

2009-01-19 Thread Kamlesh Patel
Hi All, Sorry for late reply, i was out of work for a week. I made wrong comment in Getpid(): Getpid() { /* .. /* ... */ */ return() } I removed it and now it is working fine. Thanks --- On Mon, 1/19/09, Dag-Erling Smørgrav d...@des.no wrote: From: Dag-Erling Smørgrav