X-Spam-Check-By: sourceware.org Date: Mon, 6 Nov 2006 14:46:24 +0100 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: Mapping of \device\harddisk12 and beyond Message-ID: <20061106134624.GA17275@calimero.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2i Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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/