Re: a little bit of c++ in kernel [module]

2009-02-10 Thread Aniruddha Bohra
You can see Click: http://read.cs.ucla.edu/click/ It does not run on FreeBSD >4. I have an old diff which builds on the work by Marko Zec and Bruce Simpson, that allows me to load the click module. http://www.cs.rutgers.edu/~bohra/click-1.5.0.diff Hope this helps Aniruddha ___

taskqueue (9)

2009-02-10 Thread Alexej Sokolov
Hello, the structure task(9) contain field ta_priority. Which role plays this priority if the task will wake up for run. Or it is used only for order of task in waitqueue while pending ? Thanks Alexej ___ freebsd-hackers@freebsd.org mailing list http://

Re: How to troubleshoot why ath0 can't connect to a passwordless wireless network?

2009-02-10 Thread Yuri
Quoting "Sam Leffler" : You seem to say your network is open (no security). If not you need to show your network configuration. That's right, network is open (no security). tcpdump can be used to tap traffic at 3 layers: 802.3, 802.11, and driver. It can be used to identify where packets

a little bit of c++ in kernel [module]

2009-02-10 Thread Andriy Gapon
I've detected so far several postings on the lists where people ask about such a small nits of having c++ kernel code that some people already have some code in [subset of] c++ working kernel. I wonder if there is any howto about that or maybe somebody is willing to share his experience. What in

Re: How to troubleshoot why ath0 can't connect to a passwordless wireless network?

2009-02-10 Thread Sam Leffler
Yuri wrote: I have a several wireless networks without password that my linux box easily connects to. On FreeBSD 'ifconfig ath0 up scan' command shows it. 'ifconfig ath0 ssid up' brings interface to 'associated' state. But dhclient fails to set it up. I have another device on the same syst

Re: How to troubleshoot why ath0 can't connect to a passwordless wireless network?

2009-02-10 Thread Sean C. Farley
On Mon, 9 Feb 2009, Yuri wrote: I have a several wireless networks without password that my linux box easily connects to. What version of wpa_supplicant does the Linux box run? On FreeBSD 'ifconfig ath0 up scan' command shows it. 'ifconfig ath0 ssid up' brings interface to 'associated' stat

superio and "shared" io port

2009-02-10 Thread Andriy Gapon
Here I am with Super I/O question again. There is a certain Super I/O that is configured to use the same port for entering/exiting configuration mode as the one that is used by fdc in the same Super I/O. This is port 0x3f0. I guess the hardware works by examining a value written to this port and f