All of lore.kernel.org
 help / color / mirror / Atom feed
* Mylex/Compaq RAID controller placement in config
@ 2001-11-06 14:22 Roy Sigurd Karlsbakk
  2001-11-06 15:15 ` Alan Cox
  0 siblings, 1 reply; 12+ messages in thread
From: Roy Sigurd Karlsbakk @ 2001-11-06 14:22 UTC (permalink / raw)
  To: linux-kernel

hi

I apologize if this is a well-stressed question, but why is the Mylex and
Compaq RAID controllers placed under 'Block devices' rather than under
'SCSI'?

thanks

roy

---
Roy Sigurd Karlsbakk, MCSE, MCNE, CLS, LCA

Computers are like air conditioners.
They stop working when you open Windows.


^ permalink raw reply	[flat|nested] 12+ messages in thread
* RE: Mylex/Compaq RAID controller placement in config
@ 2001-11-06 16:01 Dana Lacoste
  2001-11-06 16:16 ` Alan Cox
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Dana Lacoste @ 2001-11-06 16:01 UTC (permalink / raw)
  To: linux-kernel; +Cc: 'Alan Cox', roy

> Well we could simplify it further by putting all
> configuration options under a single menu called
> "things". The controllers under block  dont have
> drives appearing as /dev/sd*

I can understand the initial complaint, but I think it
comes down to a problem of user vs. developer :

For example : All of the SCSI devices are block devices,
aren't they?  So how come they're not under "block devices"
in the menu?

All of the devices under "block devices" are storage controllers
(or ways of accessing storage in linux) so how come they're not
listed as such in the menuconfig options?

and then you hit the whole I20 problem.  Half my raid controllers
aren't under either of those two menus.

Maybe ESR's config method would allow for a way of presenting the
menus in different ways?  One for developers (who care more about
the subsystems and how they're connected) and one for users, who
care more about what the device does then how it's written?

--
Dana Lacoste       Linux Developer
Peregrine Systems   Ottawa, Canada

^ permalink raw reply	[flat|nested] 12+ messages in thread
* Re: Mylex/Compaq RAID controller placement in config
@ 2001-11-06 20:08 Stephen Cameron
  0 siblings, 0 replies; 12+ messages in thread
From: Stephen Cameron @ 2001-11-06 20:08 UTC (permalink / raw)
  To: linux-kernel

Venkatesh Ramamurthy wrote:

> > I know it might seem silly, but as to make things clearer for most
> > users/admins, wouldn't it be better to just call them SCSI controllers, as
> > they all indeed connect SCSI drives to the host?
> 
> Eventhough they connect SCSI Drives, the fact is that they are totally
> different beast from the OS/driver perspective.

Actually, at least in Alan Cox's tree, the cciss driver is BOTH a SCSI driver
and a block driver simultaneously, or can be configured that way anyhow.  That
change was intruduced for the sole purpose of accessing SCSI tape drives via
array controllers.  (nevermind why you'd want to do that, suffice it to say,
some folks want this ability.)  I would consider it mostly a block driver, even
when SCSI tape drive support is compiled in.

In any case, the "drives" (logical volumes) which are presented by the
hardware/firmware and eventually by the driver to the OS do not in general
correspond 1-to-1 with physical SCSI drives.  Even the SCSI busses presented by
the cciss driver with SCSI tape support do not necessarily correspond with
physical SCSI busses, so considering these controllers "SCSI controllers" is
not really accurate, though typically they _contain_ what you can think of as
one or more SCSI controllers as part of the back-end, which the firmware uses
to control SCSI devices,.  Though, in some cases it could be a fibre-channel
back-end instead of SCSI.  In any case, the nature of the back-end is
irrelevant to the driver for purposes of doing i/o to logical volumes.

Incidentally, last time I checked, Linus' tree contained the documentation
portion of the patch which allowed a cciss controller to access SCSI tape
drives (Documentation/cciss.txt) but none of the actual code that implemented
that functionality... :-/  oh well.

-- steve (aka steve.cameron@compaq.com)

__________________________________________________
Do You Yahoo!?
Find a job, post your resume.
http://careers.yahoo.com

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2001-11-06 20:08 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-11-06 14:22 Mylex/Compaq RAID controller placement in config Roy Sigurd Karlsbakk
2001-11-06 15:15 ` Alan Cox
2001-11-06 15:15   ` Roy Sigurd Karlsbakk
2001-11-06 15:27     ` Arjan van de Ven
2001-11-06 15:35     ` Alan Cox
2001-11-06 16:00     ` Venkatesh Ramamurthy
2001-11-06 16:37     ` Ricky Beam
  -- strict thread matches above, loose matches on Subject: below --
2001-11-06 16:01 Dana Lacoste
2001-11-06 16:16 ` Alan Cox
2001-11-06 16:21 ` Richard B. Johnson
2001-11-06 16:44 ` Ricky Beam
2001-11-06 20:08 Stephen Cameron

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.