[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] cdrom access patch
From: |
Pavel Roskin |
Subject: |
Re: [PATCH] cdrom access patch |
Date: |
Mon, 17 Mar 2008 00:31:03 -0400 |
On Sat, 2008-03-15 at 15:34 +0800, Bean wrote:
> Ok, the new patch add (cd0) alias for cdrom device, the corresponding
> (hdN) is also present.
...
> (grub_biosdisk_call_hook): Only handle (hdN) device name.
I still don't understand this part. Maybe you could split your patch
into smaller parts?
Suppose we hard drives at 0x80 and 0x82 and a CD at 0x90. We can call
grub_biosdisk_get_cdinfo_int13_extension() and figure out that 0x90 is
the boot CD, so we call it (cd0). Then we go through the drives and
call them (hd0), (hd1).
If it's OK to have an alias, why not suppress of hide the original name?
At what point do we need to use the _name_ to calculate the BIOS number?
Why cannot we simply store that number into some field?
--
Regards,
Pavel Roskin
- Re: [PATCH] cdrom access patch, (continued)
- Re: [PATCH] cdrom access patch, Christian Franke, 2008/03/13
- Re: [PATCH] cdrom access patch, Bean, 2008/03/14
- Re: [PATCH] cdrom access patch, Pavel Roskin, 2008/03/14
- Re: [PATCH] cdrom access patch, Bean, 2008/03/14
- Re: [PATCH] cdrom access patch, Bean, 2008/03/14
- Re: [PATCH] cdrom access patch, Vesa Jääskeläinen, 2008/03/14
- Re: [PATCH] cdrom access patch, Bean, 2008/03/15
- Re: [PATCH] cdrom access patch, Vesa Jääskeläinen, 2008/03/15
- Re: [PATCH] cdrom access patch, Bean, 2008/03/15
- Re: [PATCH] cdrom access patch, Christian Franke, 2008/03/15
- Re: [PATCH] cdrom access patch,
Pavel Roskin <=
- Re: [PATCH] cdrom access patch, Bean, 2008/03/17
- Re: [PATCH] cdrom access patch, Pavel Roskin, 2008/03/19
- Re: [PATCH] cdrom access patch, Bean, 2008/03/20
- Re: [PATCH] cdrom access patch, Bean, 2008/03/24
- Re: [PATCH] cdrom access patch, Christian Franke, 2008/03/14
[PATCH] cdrom access patch, Kalamatee, 2008/03/06
Re: [PATCH] cdrom access patch, Kalamatee, 2008/03/08