public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* RE: Generic Disk Driver in Linux
@ 2006-08-24 18:19 Aleksey Gorelov
  2006-08-24 18:36 ` Arjan van de Ven
  2006-08-25 10:21 ` Helge Hafting
  0 siblings, 2 replies; 17+ messages in thread
From: Aleksey Gorelov @ 2006-08-24 18:19 UTC (permalink / raw)
  To: jengelh, daniel.rodrick
  Cc: linux-kernel, kernelnewbies, linux-newbie, satinder.jeet

>From: linux-kernel-owner@vger.kernel.org 
>[mailto:linux-kernel-owner@vger.kernel.org] On Behalf Of Jan Engelhardt
>>
>> I was curious that can we develop a generic disk driver that could
>> handle all the kinds of hard drives - IDE, SCSI, RAID et al?
>
>ide_generic
>sd_mod
>
>All there, what more do you want?

Unfortunately, not _all_. DMRAID does not support all fake raids yet. Moreover, there is usually
some gap for bleeding edge hw support.

>
>> I thought we could use the BIOS interrupt 13H for this purpose,
>>
>I fail to see a BIOS on non-x86 computers.
>
>> but ran into a LOT of real mode / protected mode issues.
>>
>Sure. We are not real mode.
>Ever heard of BIOS limitations? If no, first check out 
>http://www.pcguide.com/ref/hdd/bios/sizeGB8-c.html
  This is not really relevant. They actually answer it right in the article - BIOS extensions, aka
EDD.

  I'd say the performance issue is more in int13 non-dma vs. dma data transfers, and tricks
associated with vm86. Although most 'on board' BIOSes support dma just fine for single drives,
faik raid and 'plug-in' card option ROMS usually lacks any dma support. Plus, there is no way to
tell whether BIOS will do dma or pio upfront.
  Another problem here is that BIOSes usually support legacy PIC interrupt model, and modern OSes
use IO APIC and resteer the interrups.

Aleks.

>
>
>
>Jan Engelhardt
>-- 
>-
>To unsubscribe from this list: send the line "unsubscribe 
>linux-kernel" in


^ permalink raw reply	[flat|nested] 17+ messages in thread
[parent not found: <fa.RkJMFmeAVY9kZAODCPJ1Yc8Vtww@ifi.uio.no>]
* Generic Disk Driver in Linux
@ 2006-08-24 12:47 Daniel Rodrick
  2006-08-24 13:10 ` Jan Engelhardt
  2006-08-24 16:54 ` Ralf Baechle
  0 siblings, 2 replies; 17+ messages in thread
From: Daniel Rodrick @ 2006-08-24 12:47 UTC (permalink / raw)
  To: linux-kernel, kernelnewbies, linux-newbie; +Cc: satinder.jeet

Hi List,

I was curious that can we develop a generic disk driver that could
handle all the kinds of hard drives - IDE, SCSI, RAID et al?

I thought we could use the BIOS interrupt 13H for this purpose, but
ran into a LOT of real mode / protected mode issues.

Any other ideas?

Thanks,

Dan.

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

end of thread, other threads:[~2006-08-28 10:50 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-24 18:19 Generic Disk Driver in Linux Aleksey Gorelov
2006-08-24 18:36 ` Arjan van de Ven
2006-08-24 19:40   ` Aleksey Gorelov
2006-08-24 20:03     ` Arjan van de Ven
2006-08-24 22:21       ` Aleksey Gorelov
2006-08-25  8:03         ` Arjan van de Ven
2006-08-25 16:50           ` Aleksey Gorelov
2006-08-24 20:36     ` Phillip Susi
2006-08-24 22:27       ` Aleksey Gorelov
2006-08-25 10:21 ` Helge Hafting
2006-08-25 17:05   ` Aleksey Gorelov
2006-08-25 18:19     ` Greg Freemyer
2006-08-28 10:46     ` Helge Hafting
     [not found] <fa.RkJMFmeAVY9kZAODCPJ1Yc8Vtww@ifi.uio.no>
2006-08-25  0:12 ` Robert Hancock
  -- strict thread matches above, loose matches on Subject: below --
2006-08-24 12:47 Daniel Rodrick
2006-08-24 13:10 ` Jan Engelhardt
2006-08-24 16:54 ` Ralf Baechle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox