lkml.org 
[lkml]   [2002]   [Jul]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
SubjectRe: [PATCH] partition fix
    From: Peter Chubb <peter@chubb.wattle.id.au>

With regard to disc geometry... Almost every SCSI low level driver
has identical code for faking the geometry. Is there any good reason
why? Why not provide a generic version, and only set the bios_param
member in the SCSI host template to something special where it's
needed?

> disc?

OK, I see what country you are from.

> Why are fragments of source repeated N times in the kernel?

People copy.

> Why not provide a generic version?

There is a generic version.

> Only set the bios_param member in the SCSI host template
> to something special where it's needed?

Since I intend to remove everything having to do with geometry
from the kernel the question is perhaps no longer of interest.

But as long as we support this phantom, it is not easy to decide
where precisely it is needed since that requires knowledge of the
common DOS drivers.

Some theory [longish]:
(i) IDE and SCSI disks do not have a geometry.
(ii) But MFM and RLL disks did.
So, when addressing MFM and RLL disks one has to know the geometry.
Often that information is supplied by the user in the Setup-CMOS.
Linux got that info at boot time from the BIOS for disks 1 and 2.
(iii) IDE disks can be addressed in two ways: CHS and LBA.
When an IDE disk is addressed using CHS a geometry is needed.
Since an IDE disk does not have a geometry, one tells the drive
what geometry it is supposed to have today. It can be chosen freely.
(iv) For IDE disks using LBA and for SCSI disks geometry does
not play any role.

That is the I/O part of geometry. Unless you have an old MFM disk,
you are not interested.

(v) The DOS-type partition table describes start and size of a
partition in two ways: a) in longs - this is what Linux uses,
b) in a CHS notation - this is what DOS mostly uses.

Unless you have both Linux and DOS/Windows/... on the same disk,
you are not interested. But if you have, you need a geometry.
Not the geometry of the disk - the disk does not have a geometry.
You need the geometry that DOS would use.

So, some voodoo is needed to guess what DOS will use on this disk.
For IDE drives the voodoo can be fairly uniform.
But SCSI drives are connected to a SCSI controller that often
has jumpers or a setup menu to allow the user to specify what
geometry or translation its BIOS is supposed to fake for DOS.
A Linux SCSI driver must therefore know what the corresponding
DOS SCSI driver would do, given jumper settings and setup options.

A few drivers do this correctly. Most don't, usually because
the driver authors did not understand what was expected.

But all of this is hopefully a thing of the past.


Andries
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:22    [W:0.179 / U:1.664 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site