bug-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [grub #39] [PATCH] port to QNX 6.x


From: kabe
Subject: Re: [grub #39] [PATCH] port to QNX 6.x
Date: Mon, 17 Feb 2003 20:55:10 +0900 (JST)

<address@hidden>の記事において
address@hidden(B

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

>> At Tue, 04 Feb 2003 20:26:16 +0900,
>> address@hidden 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]