From: Christian Franke <Christian.Franke@t-online.de>
To: The development of GNU GRUB <grub-devel@gnu.org>
Subject: Re: On gratuitous modularization
Date: Sun, 07 Feb 2010 13:01:23 +0100 [thread overview]
Message-ID: <4B6EAB93.7090102@t-online.de> (raw)
In-Reply-To: <4B6E0B4F.9030209@gmail.com>
Vladimir 'φ-coder/phcoder' Serbinenko wrote:
> Christian Franke wrote:
>
>> Hi Robert,
>>
>> Robert Millan wrote:
>>
>>
>>> Please be careful when adding modules. I see that too often new modules
>>> are added without any real need to host this code separately.
>>>
>>> ...
>>> kern/disk.c: struct grub_disk_ata_pass_through_parms *);
>>>
>>> this seems unnecessary. ata_pthru is very small. If it's only used
>>> by hdparm,
>>> why not just merge it? This also avoids the additional code in kernel.
>>>
>>>
>>>
>> The module ata_pthru.mod exists only to keep ata.mod small, see:
>> http://lists.gnu.org/archive/html/grub-devel/2009-02/msg00091.html
>>
>> Keeping the ata.mod specific pass-through function separate from
>> hdparm.mod was intentional. Merging this function into hdparm.mod
>> would only make sense if ata.mod will the only ATA access module with
>> pass-through functionality in the future. Hdparm.mod would then depend
>> on ata.mod. A 'hdparm -h' would load ata.mod and disable biosdisk access.
>>
>> I hope we will eventually have an ahci.mod :-)
>>
>>
> Are the parameters of current ata_pass_through ATA-specific or would
> they be the same on AHCI?
>
Like e.g. the Linux HDIO_DRIVE_TASKFILE ioctl, the ata_pass_through()
parameters are not controller or transport specific. It should work with
any possible future implementation of ATA pass-through functionality, e.g.
- native AHCI driver
- other native drivers
- SAT (ANSI INCITS 431-2007) ATA pass through command for:
-- SATA drives behind USB-bridges with SAT support, or:
-- SATA drives in SAS enclosures
Merging ata_pthru.mod into hdparm.mod would make hdparm specific to one
(outdated) class of controllers: the traditional IDE-controller (T13/1510D).
>> BTW: I agree that using a global function pointer
>> 'grub_disk_ata_pass_through' is a hack. A cleaner design would be
>> possible with a grub_disk_dev.ioctl(.) call.
>>
>>
Such an ioctl() call would IMO be the best way to handle such device
class specific extra functionality.
--
Christian Franke
prev parent reply other threads:[~2010-02-07 12:13 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-01-25 8:06 On gratuitous modularization Robert Millan
2010-01-25 20:13 ` Christian Franke
2010-01-26 16:54 ` Robert Millan
2010-02-07 0:37 ` Vladimir 'φ-coder/phcoder' Serbinenko
2010-02-07 12:01 ` Christian Franke [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4B6EAB93.7090102@t-online.de \
--to=christian.franke@t-online.de \
--cc=grub-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.