> > + else if (drive < 112) // /dev/sdcs -to- /dev/sddh
> > +{
> > + base = DEV_SD6_MAJOR;
> > + drive -= 96;
> > +}
> > + // NOTE: This will cause multiple /dev/sddx entries in
> > + // /proc/partitions if there are more than 128 devices
>
> Any problem to fix
On Nov 13 16:42, Loh, Joe wrote:
>
> This is a modified patch for up to 128 SCSI Disk Devices as discussed in
> http://cygwin.com/ml/cygwin/2006-11/msg00060.html.
>
> As suggested by Eric Blake, we have snail mailed the copyright
> assignment to Rose Naftaly.
This will take a couple of days, pro
On Nov 14 02:25, Brian Dessent wrote:
> Corinna Vinschen wrote:
>
> > I must admit that I don't quite understand why that happens, but
> > when I save your patch into a file, all '=' characters are converted
> > into a '=3D' sequence. This is a bit weird given that you're using
> > us-ascii encod
Corinna Vinschen wrote:
> I must admit that I don't quite understand why that happens, but
> when I save your patch into a file, all '=' characters are converted
> into a '=3D' sequence. This is a bit weird given that you're using
> us-ascii encoding. Does anybody know why this happens?
That's