HOW TO RETREIVE DATA FROM KERNEL.

2003-08-31 Thread Sandeep Kumar Davu
that. Sandeep. Sandeep Kumar Davu, M.S. (Computer Science), Kent State University, OH. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Dell fast ethernet 3ccfe575bt-d

2003-08-26 Thread Sandeep Kumar Davu
Hi, I was intalling freebsd on laptop and could not find the drivers for 3ccfe575bt-d fast ethernet 10/100base-tx ethernet card. Could anyone please enligten me where can I find the driver for this card. cheers. Sandeep. ___ [EMAIL PROTECTED] mailing

kernel hacking

2003-07-08 Thread Sandeep Kumar Davu
Hi, I was making changes to 4.5 source code. I tried to recompile the kernel. it compiles well but is not able to link it. I used the function inet_aton in uipc_socket.c This is the error i got. uipc_socket.o(.text+0xid8): undefined refernce to '__inet_aton' I added all the header files that wer

Writing a new (socket ) system call

2003-07-01 Thread Sandeep Kumar Davu
Hi, I am scanning throug the freeBSD source code and wanted to know somethin about the bind system call. I could follow through the code till sobind and after that pru_bind routine is called in uipc_socket.c. Then suddenly in tcp_usrreq.c there is tcp_usr_bind. I am wondering how these 2 can be

[no subject]

2003-07-01 Thread Sandeep Kumar Davu
related. I think i am missing something. i wanted it because I am writing a new system call that has to navigate to the tcp_usrreq.c. Can anyone help me out with this. It would be of great help if u can do so. Thanks. Sandeep. Sandeep Kumar Davu, M.S. (Computer Science), Kent State University