On Nov 2 18:29, Loh, Joe wrote: > --- cygwin-1.5.19-4/winsup/cygwin/dtable.cc 2006-01-16 > 11:14:35.000000000 -0600 > +++ src/winsup/cygwin/dtable.cc 2006-11-02 18:13:13.154011100 -0600 > @@ -378,6 +378,7 @@ > case DEV_FLOPPY_MAJOR: > case DEV_CDROM_MAJOR: > case DEV_SD_MAJOR: > + case DEV_SD1_MAJOR: > fh = cnew (fhandler_dev_floppy) (); > break; > case DEV_TAPE_MAJOR:
Thanks, I applied this patch to CVS and created a ChangeLog for it. > In addition, if anyone is interested in patching for more SCSI device > mapping up to 64, here are the changes we did [...] Besides the missing ChangeLog and sending the patch to cygwin-patches... as Eric already mentioned, this change doesn't fall under the trivial patch rule anymore. If you'd like to get this into the Cygwin DLL (which would be fine with me), please see if you can fill out and send the copyright assignment form at http://cygwin.com/contrib.html. Thanks, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

