<[EMAIL PROTECTED]>の記事において
[EMAIL PROTECTED]さんは書きました。

I havta admit I never checked em on SCSI equipped machines but

>> At Tue, 04 Feb 2003 20:26:16 +0900,
>> [EMAIL PROTECTED] wrote:
>> > +#elif defined(__QNXNTO__)
>> > +  /* QNX RTP */
>> > +  sprintf (name, "/dev/hd%d", unit);
>> 
>> If QNX doesn't distinguish SCSI from IDE, why this piece of code is
>> required for both SCSI and IDE? I think your code would count one disk
>> doubly.

You're right.  Only get_ide_disk_name() patch is needed.
(It's cheesy to attach SCSI on sd0 but casual users won't do that)

Another issue could be that QNXRTP hd<n> mapping almost always 
does NOT match the BIOS order besides IDE but whoever uses GRUB
won't have such complex configuration. No problem for now.
-- 
kabe


_______________________________________________
Bug-grub mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-grub

Reply via email to