Re: netgraph question

2008-01-13 Thread Lawrence Stewart
Subhash Gopinath wrote: Thanks, looks interesting. But I was looking at processing the packets in userspace. Sorry I didn't mention it clearly. Ah ok. I didn't get that from your initial email. Have you looked at the firewall (ipfw and/or pf) code at all? I believe you can use mechanisms like

Re: Nvidia Driver w/RELENG_7

2008-01-13 Thread lveax
it work right for me: [EMAIL PROTECTED]:1:0:0: #uname -srm FreeBSD 7.0-RC1 i386 ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Nvidia Driver w/RELENG_7

2008-01-13 Thread Yuri Pankov
On Sun, Jan 13, 2008 at 05:22:46PM -0800, Ali Mashtizadeh wrote: > Hi, > > Does anyone have the nvidia video driver working with releng 7? What I am > seeing is that the kernel module compiles and loads fine, but it will not > detect any video card. I've tried removing the agp device from my BSD k

Re: Nvidia Driver w/RELENG_7

2008-01-13 Thread Daniel O'Connor
On Mon, 14 Jan 2008, Ali Mashtizadeh wrote: > Does anyone have the nvidia video driver working with releng 7? What > I am seeing is that the kernel module compiles and loads fine, but it > will not detect any video card. I've tried removing the agp device > from my BSD kernel and using nvidia's. L

Re: Nvidia Driver w/RELENG_7

2008-01-13 Thread Xin LI
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ali Mashtizadeh wrote: > Hi, > > Does anyone have the nvidia video driver working with releng 7? What I am > seeing is that the kernel module compiles and loads fine, but it will not > detect any video card. I've tried removing the agp device from my

Nvidia Driver w/RELENG_7

2008-01-13 Thread Ali Mashtizadeh
Hi, Does anyone have the nvidia video driver working with releng 7? What I am seeing is that the kernel module compiles and loads fine, but it will not detect any video card. I've tried removing the agp device from my BSD kernel and using nvidia's. -- Ali Mashtizadeh علی مشتی زاده __

Re: mutex lock for filesystem list.

2008-01-13 Thread Julian Elischer
Ed Schouten wrote: And of course I forgot to answer all the questions. * Fernando Apesteguía <[EMAIL PROTECTED]> wrote: In addition I'd like to know if there is a book similar to the Understanding the Linux kernel, but for freebsd. What is the best information source to get introduced in the fr

Re: mutex lock for filesystem list.

2008-01-13 Thread Ed Schouten
And of course I forgot to answer all the questions. * Fernando Apesteguía <[EMAIL PROTECTED]> wrote: > In addition I'd like to know if there is a book similar to the > Understanding the Linux kernel, but for freebsd. What is the best > information source to get introduced in the freebsd kernel pro

Re: mutex lock for filesystem list.

2008-01-13 Thread Ed Schouten
* Fernando Apesteguía <[EMAIL PROTECTED]> wrote: > I'm trying to write a patch to add a file to the linprocfs. This file > provides the list of filesystems present in the kernel. > > Though I was able to create the file and traverse the list, it's > clearly unsafe. I would like to know wich semaph

mutex lock for filesystem list.

2008-01-13 Thread Fernando Apesteguía
Hi all, I'm trying to write a patch to add a file to the linprocfs. This file provides the list of filesystems present in the kernel. Though I was able to create the file and traverse the list, it's clearly unsafe. I would like to know wich semaphore I should lock cause I can't find it in the ker

NDIS debugging

2008-01-13 Thread Diego Giagio
Hi, Recently i've bought a new laptop (Dell Precision M2300) which came with Intel 4965 Wifi chipset. Since there's no native driver available yet, I've been trying to get it to work throught Project Evil (NDIS Windows Driver NETw4x64). At first, the driver complained for "no match for Initialize

Re: NDIS debugging

2008-01-13 Thread Diego Giagio
I forgot to mention: # uname -a FreeBSD 8.0-CURRENT FreeBSD 8.0-CURRENT #4: Sun Jan 13 12:46:48 BRST 2008[EMAIL PROTECTED]:/usr/src/sys/amd64/compile/GENERICamd64 # uname -m amd64 # I'm using CURRENT as of 11/Jan/08. On Jan 13, 2008 12:52 PM, Diego Giagio <[EMAIL PROTECTED]> wrote:

Three questions about FreeBSD kernel internals

2008-01-13 Thread Ed Schouten
Hello everyone, I've got three small questions about some of the source code in the FreeBSD kernel, based on some of the source code and the manpages. I didn't send it to questions@, because of their technical nature. >>> Question 1: Sleepqueues and turnstiles are allocated on thread creation. W