Re: IOCTL to the character driver is failing

2000-06-15 Thread NandaKumar P.K.
Hi, Thanks for that suggestions. I changed my character driver a little bit to take care of the more than 4K IOCTLs. My firmware download needs more than 4K size of IOCTL since i have to download a file of around 1MB. Regards Nandan --- Mike Smith <[EMAIL PROTECTED]> wrote: > > [moved to -hacke

Re: IOCTL to the character driver is failing

2000-06-09 Thread Mike Smith
> [moved to -hackers; this is an in-depth technical question] > > On Friday, 9 June 2000 at 0:28:04 -0700, NandaKumar P.K. wrote: > > Hi, > > > > I am in the process of debugging my character driver > > interface to the RAID controller card. Lots of my > > IOCTLs i sent from the user code works

Re: IOCTL to the character driver is failing

2000-06-09 Thread Greg Lehey
[moved to -hackers; this is an in-depth technical question] On Friday, 9 June 2000 at 0:28:04 -0700, NandaKumar P.K. wrote: > Hi, > > I am in the process of debugging my character driver > interface to the RAID controller card. Lots of my > IOCTLs i sent from the user code works with the driver