public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* IDE?
@ 2002-08-16 21:00 Martin J. Bligh
  2002-08-16 21:28 ` IDE? Linus Torvalds
  0 siblings, 1 reply; 20+ messages in thread
From: Martin J. Bligh @ 2002-08-16 21:00 UTC (permalink / raw)
  To: linux-kernel

So did Linus get disk corruption or is something else afoot?

9 hours  axboe  1.456.34.40  Delete 2.5 IDE core
9 hours  axboe  1.456.34.41  Add 2.4 IDE core, based on late 2.4.19-pre-acX version  


^ permalink raw reply	[flat|nested] 20+ messages in thread
* Re: IDE?  IDE-TNG driver
@ 2002-08-26 19:17 David Balazic
  0 siblings, 0 replies; 20+ messages in thread
From: David Balazic @ 2002-08-26 19:17 UTC (permalink / raw)
  To: andre, linux-kernel

Andre Hedrick (andre@linux-ide.org) wrote :
> I will hand it to you guys on a silver platter IDE-TNG. 
> 
> Below yields modular chipsets and channel index registration. 
> Selectable IOPS for arch independent Taskfile Transport layers. 
> Now to finish the job with device class link lists to address fully 
> modular subdrivers. It also includes 1st generation of device open and 
> select calls of subdrivers. 

Will it support DISCONNECT/RECONNECT ( of course named differently
in ATA, "overlapped command feature" if I'm not mistaken ) ?

If not, consider this as a request for implementation :-)
I can offer (beta)testing ( I have two ATAPI CD-ROMs ( one is a
rewriter ) and a HD , that all claim ( according to hdparm -I output )
to support overlapped commands ) and maybe money, if everything else
fails :-)

I expect this to improve performance ( latency actually ) on the ATA
channel when slow devices are involved ( and even fast devices can have
slow moments, like a read of a slightly broken sector ).

Best regards,
david balazic

 
> You have ide-cd registered on a cdrw and you want to burn a cd? 
> open(/dev/hdX) transform_subdriver_scsi close(/dev/hdX) 
> open(/dev/sg) and burn baby burn. 
> close(/dev/sg) releases transform_subdriver_scsi 
> open(/dev/hdX) load native atapi transport. 
> 
> Will do it for TAPE-FLOPPY-DVDCD/RW ... 
> 
> Uniform Multi-Platform E-IDE driver Revision: 6.31 
> ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx 
> SiI680: IDE controller on PCI bus 00 dev 90 
> SiI680: chipset revision 1 
> SiI680: not 100% native mode: will probe irqs later 
> SiI680: BASE CLOCK == 133 
>     ide0: MMIO-DMA at 0xe080df00-0xe080df07, BIOS settings: hda:pio, hdb:pio 
>     ide1: MMIO-DMA at 0xe080df08-0xe080df0f, BIOS settings: hdc:pio, hdd:pio 
> hda: Maxtor 4G160J8, ATA DISK drive 
> hdb: Maxtor 4G160J8, ATA DISK drive 
> ide0 at 0xe080df80-0xe080df87,0xe080df8a on irq 9 
> hda: host protected area => 1 
> hda: 320173056 sectors (163929 MB) w/2048KiB Cache, CHS=19929/255/63, UDMA(133) 
> hdb: host protected area => 1 
> hdb: 320173056 sectors (163929 MB) w/2048KiB Cache, CHS=19929/255/63, UDMA(133) 
> hdc: Maxtor 4G160J8, ATA DISK drive 
> hdd: Maxtor 4G160J8, ATA DISK drive 
> ide1 at 0xe080dfc0-0xe080dfc7,0xe080dfca on irq 9 
> hdc: host protected area => 1 
> hdc: 320173056 sectors (163929 MB) w/2048KiB Cache, CHS=19929/255/63, UDMA(133) 
> hdd: host protected area => 1 
> hdd: 320173056 sectors (163929 MB) w/2048KiB Cache, CHS=19929/255/63, UDMA(133) 
> PIIX3: IDE controller on PCI bus 00 dev 39 
> PIIX3: chipset revision 0 
> PIIX3: not 100% native mode: will probe irqs later 
>     ide2: BM-DMA at 0xffa0-0xffa7, BIOS settings: hde:DMA, hdf:DMA 
>     ide3: BM-DMA at 0xffa8-0xffaf, BIOS settings: hdg:pio, hdh:pio 
> hde: ATAPI 44X CDROM, ATAPI CD/DVD-ROM drive 
> hdf: CREATIVEDVD5240E-1, ATAPI CD/DVD-ROM drive 
> ide2 at 0x1f0-0x1f7,0x3f6 on irq 14 
> hde: ATAPI 40X CD-ROM drive, 128kB Cache, (U)DMA 
> Uniform CD-ROM driver Revision: 3.12 
> hdf: ATAPI 32X DVD-ROM drive, 512kB Cache, DMA 
> Partition check: 
>  /dev/ide/host0/bus0/target0/lun0: p1 
>  /dev/ide/host0/bus0/target1/lun0: p1 
>  /dev/ide/host0/bus1/target0/lun0: p1 
>  /dev/ide/host0/bus1/target1/lun0: p1 
> 
> If this is what you want, this is what I have to put on the table. 
> If you do not I will delete the code. 
> 
> Regards, 
> 
> Andre Hedrick 
> LAD Storage Consulting Group

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

end of thread, other threads:[~2002-08-26 19:14 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-08-16 21:00 IDE? Martin J. Bligh
2002-08-16 21:28 ` IDE? Linus Torvalds
2002-08-17 11:52   ` IDE? Matthias Andree
2002-08-17 12:06     ` IDE? IDE-TNG driver Andre Hedrick
2002-08-17 13:56       ` Skip Ford
2002-08-17 15:23         ` Matthew D. Pitts
2002-08-17 20:07           ` Alan Cox
2002-08-17 17:16       ` Ruth Ivimey-Cook
2002-08-17 18:03         ` Andre Hedrick
2002-08-17 22:57           ` Ruth Ivimey-Cook
2002-08-17 23:06             ` Andre Hedrick
2002-08-18  3:01               ` Erik Andersen
2002-08-18  0:28             ` Scott Bronson
2002-08-18  3:47               ` Scott Bronson
2002-08-18  4:07                 ` Thomas Molina
2002-08-18  4:20                 ` CaT
2002-08-19  0:03               ` David Lang
2002-08-19  9:11               ` Helge Hafting
2002-08-17 12:08     ` IDE? Russell King
  -- strict thread matches above, loose matches on Subject: below --
2002-08-26 19:17 IDE? IDE-TNG driver David Balazic

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