RE: Patch to mapping up to 128 SCSI Disk Devices

2006-11-27 Thread Loh, Joe
Corinna Vinschen wrote: On Nov 14 11:52, Loh, Joe wrote: [...] We have converted all comments to use C-style /**/ and attached the patch as a file instead. Your copyright assignment has arrived and got signed, so I took the opportunity to apply your patch. Thanks. Looking forward to

Re: Patch to mapping up to 128 SCSI Disk Devices

2006-11-14 Thread Brian Dessent
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

Re: Patch to mapping up to 128 SCSI Disk Devices

2006-11-14 Thread Corinna Vinschen
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,

Re: Patch to mapping up to 128 SCSI Disk Devices

2006-11-14 Thread Loh, Joe
+ 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 that and to get

Patch to mapping up to 128 SCSI Disk Devices

2006-11-13 Thread Loh, Joe
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. ChangeLog for winsup/cygwin: 2006-11-13 Joe Loh joel at pivot3 dot com