FreeBsd 4.7: scsi target device driver

2004-01-07 Thread Chhavi Kansal
ld be of great help. Thanks in advance, Chhavi Kansal. - Do you Yahoo!? Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freeb

FreeBSD 4.7: kernel routine for open, close, ioctl

2004-01-07 Thread Chhavi Kansal
Hi all, I want to open a "/dev" file from kernel module itself. Is there any interface to perfrom open, close and ioctl call ? I know that on linux filp_open calls exist. I'm looking for the same kind of interface.. Any pointers would be of great help. thanx and regards, Chhavi

Fwd: scsi_target driver on FreeBSD 4.7

2004-01-07 Thread Chhavi Kansal
Note: forwarded message attached. - Do you Yahoo!? Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes--- Begin Message --- Hi all, I want to write a scsi target driver to send some vendor specific commands to the scsi disk. For that I have modifi