RE: retrive data from mbuf chain

2008-02-07 Thread Singh, Vijay
>From the entire chain. best regards, Vijay > -Original Message- > From: Biks N [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 07, 2008 1:38 PM > To: Sam Leffler > Cc: freebsd-hackers@freebsd.org > Subject: Re: retrive data from mbuf chain > > On Feb 7, 2008 3:26 PM, Sam Leffler

Disabling Tx intrerrupts in bge

2006-04-26 Thread Singh, Vijay
Hi hackers, how do I disable Tx interrupts in the bge driver? I guess it should be by changing some bit in this mask: #define BGE_MBX_IRQ0_LO 0x0204 Any help is appreciated. wbr Vijay Singh NetApp ___ freebsd-hackers@freebsd.org ma

RE: correct use of bus_dmamap_sync

2005-10-25 Thread Singh, Vijay
man bus_dma(9) > -Original Message- > From: Dinesh Nair [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 25, 2005 7:03 AM > To: Dinesh Nair > Cc: freebsd-hackers@freebsd.org > Subject: Re: correct use of bus_dmamap_sync > > > > On 10/25/05 21:15 Dinesh Nair said the following: > > t

RE: cc1: internal compiler error: Abort trap: 6

2005-06-04 Thread Singh, Vijay
mailto:[EMAIL PROTECTED] > Sent: Friday, June 03, 2005 11:12 AM > To: Singh, Vijay > Cc: freebsd-hackers@freebsd.org > Subject: Re: cc1: internal compiler error: Abort trap: 6 > > On Thu, Jun 02, 2005 at 03:59:35PM -0700, Singh, Vijay wrote: > > Hello, while doing a mak

cc1: internal compiler error: Abort trap: 6

2005-06-03 Thread Singh, Vijay
Hello, while doing a make buildkernel on a FreeBSD 6.0 system, I get a compile failure in pf (depend): ===> pf (depend) @ -> /usr/src/sys machine -> /usr/src/sys/i386/include echo "#define DEV_PF 1" > opt_pf.h echo "#define DEV_PFLOG 1" >> opt_pf.h echo "#define INET 1" > opt_inet.h echo "#define

RE: watching a file for ownership change

2005-05-24 Thread Singh, Vijay
If you're hacking the kernel, you could embed the pid in the VNODE filter data value, or perhaps copy it to the user udata (breaking semantics). vijay -Original Message- From: Marco Molteni [mailto:[EMAIL PROTECTED] Sent: Monday, May 23, 2005 1:23 PM To: [EMAIL PROTECTED] Subject: Re: wa