Re: KINDLY HELP : error while kldloading a pci,character driver

2005-09-21 Thread rashmi ns
Hi, Amazing, Thanks a lot it really works . Now i have to read what D_VERSION does :-) Thanks , Rashmi.N.S ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe,

Re: KINDLY HELP : error while kldloading a pci,character driver

2005-09-21 Thread Daniel O'Connor
On Wednesday 21 September 2005 15:38, rashmi ns wrote: Amazing, Thanks a lot it really works . Now i have to read what D_VERSION does :-) It's just there to mark what cdevsw API version the module was compiled with so if it changes it will prevent you loading modules

help required on writing Network device driver

2005-09-21 Thread rashmi ns
Hello All, Regarding the details of the device for which i'm trying to write a driver is a hdlc controller This is the output of pciconf for that device [EMAIL PROTECTED]:11:0:class=0x028000 card=0x chip=0x313413ea rev=0x01 hdr=0x00 vendor =

Re: Filesystem access from a KLD causes vrele: negative ref cnt panic

2005-09-21 Thread Andrey Simonenko
On Tue, Sep 20, 2005 at 07:49:53PM +0200, Sebastien wrote: I have a random panic vrele: negative ref cnt when I shutdown the system. Am I double-freeing something in my code ? The fact that the panic is caused randomly suggests there is a synchronization problem - but the above code is

Server death (RELENG_5_4)

2005-09-21 Thread Schi Zoo
Hello everyone... I hope some will give me a few clues where to look... 5.4-STABLE-p7 panics here Nice panic screens: http://www.divo.ru/~lesha/pfault.jpg http://www.divo.ru/~lesha/pfault2.jpg Dmesg: http://www.divo.ru/~lesha/dmesg.txt (note ram is limited with hw.physmem=1900M) after

BGP reverse dns

2005-09-21 Thread Steve Suhre
I have a client who's using BGP on their own network but use our mail servers. They're having trouble sending mail because the server here can't resolve the IP address back to their network. And if I run the IP through DNSStuff.com it returns an infinite loop error. They claim they aren't

Re: KINDLY HELP : error while kldloading a pci,character driver

2005-09-21 Thread Scott Long
rashmi ns wrote: Hi, Amazing, Thanks a lot it really works . Now i have to read what D_VERSION does :-) Thanks , Rashmi.N.S You also need to remove .d_maj. /dev entries are created dynamically now, and you application should have no knowledge of the major and

nfsstat-like tool for vfs?

2005-09-21 Thread Eric Anderson
Does anyone know of a tool, or someone writing a tool to produce output similar to nfsstat for vfs? This would be a very handy tool. Eric -- Eric AndersonSr. Systems AdministratorCentaur Technology

IPFW NATD = NAT POOL

2005-09-21 Thread Daniel Dias Gonçalves
Exists the possibility to make NAT POOL with IPFW + NATD ? -- daniel ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to [EMAIL PROTECTED]