public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Vojtech Pavlik <vojtech@suse.cz>
To: "Bryan O'Sullivan" <bos@serpentine.com>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>,
	Linus Torvalds <torvalds@transmeta.com>,
	linux-kernel@vger.kernel.org
Subject: Re: ide.2.4.1-p3.01112001.patch
Date: Sat, 13 Jan 2001 18:19:14 +0100	[thread overview]
Message-ID: <20010113181914.A1803@suse.cz> (raw)
In-Reply-To: <20010112212427.A2829@suse.cz> <E14HDv7-0005G6-00@the-village.bc.nu> <20010113144528.D1155@suse.cz> <87bstbpefi.fsf@pelerin.serpentine.com>
In-Reply-To: <87bstbpefi.fsf@pelerin.serpentine.com>; from bos@serpentine.com on Sat, Jan 13, 2001 at 09:09:05AM -0800

Hi!

This is not the case I'm looking for. You have a 686b, a chip that is
not supported in 2.4.0 yet. You can try the via 3.11 driver I posted a
while ago, it adds support for this chip, including UDMA100.

Thanks anyway,
		Vojtech

On Sat, Jan 13, 2001 at 09:09:05AM -0800, Bryan O'Sullivan wrote:
> v> I can make one for you, but first I'd like to find out what exactly are
> v> the problem cases.
> 
> I have a VT82C686 motherboard.  It has one UDMA-100 slot and two
> regular IDE slots.  I have an IBM DTTA-371440 (about 18 months old) as
> hda (only fat32 filesystems), and an IBM DTLA-307030 as hde
> (i.e. plugged into the UDMA-100 slot).  I've never seen any problems
> with DMA on the newer drive, but if I turn on DMA and do anything with
> the older drive, I get stuff like this:
> 
>   /dev/ide/host0/bus0/target0/lun0:hda: dma_intr: status=0x51 { DriveReady SeekComplete Error } 
>   hda: dma_intr: error=0x84 { DriveStatusError BadCRC } 
>   hda: dma_intr: status=0x51 { DriveReady SeekComplete Error } 
>   hda: dma_intr: error=0x84 { DriveStatusError BadCRC } 
>   hda: dma_intr: status=0x51 { DriveReady SeekComplete Error } 
>   hda: dma_intr: error=0x84 { DriveStatusError BadCRC } 
>   hda: dma_intr: status=0x51 { DriveReady SeekComplete Error } 
>   hda: dma_intr: error=0x84 { DriveStatusError BadCRC } 
> 
> The driver attempts to reset ide0 a few times, gets more of the above,
> then gives up with an I/O error.
> 
> I've been seeing these problems as long as I've been tracking the 2.3
> series, up to and including 2.4.0.  I can't boot a 2.2 kernel on this
> machine to compare, as it doesn't recognise hde (which is where Linux
> lives).
> 
> Here's the output of lspci under 2.4.0, in case it's useful:
> 
>   00:00.0 Host bridge: VIA Technologies, Inc.: Unknown device 0305 (rev 02)
>   00:01.0 PCI bridge: VIA Technologies, Inc.: Unknown device 8305
>   00:04.0 ISA bridge: VIA Technologies, Inc. VT82C686 [Apollo Super] (rev 22)
>   00:04.1 IDE interface: VIA Technologies, Inc. VT82C586 IDE [Apollo] (rev 10)
>   00:04.2 USB Controller: VIA Technologies, Inc. VT82C586B USB (rev 10)
>   00:04.3 USB Controller: VIA Technologies, Inc. VT82C586B USB (rev 10)
>   00:04.4 Host bridge: VIA Technologies, Inc. VT82C686 [Apollo Super ACPI] (rev 30)
>   00:09.0 CardBus bridge: Texas Instruments PCI1225 (rev 01)
>   00:09.1 CardBus bridge: Texas Instruments PCI1225 (rev 01)
>   00:0a.0 Ethernet controller: Lite-On Communications Inc LNE100TX (rev 20)
>   00:0b.0 Multimedia audio controller: Creative Labs SB Live! EMU10000 (rev 08)
>   00:0b.1 Input device controller: Creative Labs SB Live! (rev 08)
>   00:11.0 Unknown mass storage controller: Promise Technology, Inc.: Unknown device 0d30 (rev 02)
>   01:00.0 VGA compatible controller: nVidia Corporation: Unknown device 0150 (rev a3)
> 
> If you need any more information, I can dig it out.
> 
> 	<b

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

  reply	other threads:[~2001-01-13 18:32 UTC|newest]

Thread overview: 60+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-01-12  8:44 ide.2.4.1-p3.01112001.patch Andre Hedrick
2001-01-12  8:55 ` ide.2.4.1-p3.01112001.patch Andre Hedrick
2001-01-12 17:51   ` ide.2.4.1-p3.01112001.patch Linus Torvalds
2001-01-12 18:13     ` ide.2.4.1-p3.01112001.patch Alan Cox
2001-01-12 18:37       ` ide.2.4.1-p3.01112001.patch Linus Torvalds
2001-01-12 21:26       ` ide.2.4.1-p3.01112001.patch Adrian Bunk
2001-01-12 18:17     ` ide.2.4.1-p3.01112001.patch Andre Hedrick
2001-01-12 18:55       ` ide.2.4.1-p3.01112001.patch Linus Torvalds
2001-01-12 19:46         ` ide.2.4.1-p3.01112001.patch Vojtech Pavlik
2001-01-12 19:57           ` ide.2.4.1-p3.01112001.patch Linus Torvalds
2001-01-12 20:24             ` ide.2.4.1-p3.01112001.patch Vojtech Pavlik
2001-01-12 23:47               ` ide.2.4.1-p3.01112001.patch Alan Cox
2001-01-13 13:45                 ` ide.2.4.1-p3.01112001.patch Vojtech Pavlik
2001-01-13 17:09                   ` ide.2.4.1-p3.01112001.patch Bryan O'Sullivan
2001-01-13 17:19                     ` Vojtech Pavlik [this message]
2001-01-13  0:09               ` ide.2.4.1-p3.01112001.patch Linus Torvalds
2001-01-13  0:25                 ` ide.2.4.1-p3.01112001.patch Alan Cox
2001-01-12 16:43                   ` ide.2.4.1-p3.01112001.patch John Heil
2001-01-13  0:52                     ` ide.2.4.1-p3.01112001.patch Linus Torvalds
2001-01-12 17:09                       ` ide.2.4.1-p3.01112001.patch John Heil
2001-01-13  1:16                         ` ide.2.4.1-p3.01112001.patch Linus Torvalds
2001-01-15 10:15                         ` ide.2.4.1-p3.01112001.patch Matthias Andree
2001-01-13  1:12                       ` ide.2.4.1-p3.01112001.patch Andre Hedrick
2001-01-13  1:18                         ` ide.2.4.1-p3.01112001.patch Linus Torvalds
2001-01-13  1:24                           ` ide.2.4.1-p3.01112001.patch Andre Hedrick
2001-01-13  1:31                             ` ide.2.4.1-p3.01112001.patch Linus Torvalds
2001-01-13  1:48                               ` ide.2.4.1-p3.01112001.patch Andre Hedrick
2001-01-13  1:51                               ` ide.2.4.1-p3.01112001.patch Andre Hedrick
2001-01-13 14:02                       ` ide.2.4.1-p3.01112001.patch Vojtech Pavlik
2001-01-13 14:00                 ` ide.2.4.1-p3.01112001.patch Vojtech Pavlik
2001-01-13 19:46                   ` ide.2.4.1-p3.01112001.patch Alan Cox
2001-01-13 20:00                     ` ide.2.4.1-p3.01112001.patch Andre Hedrick
2001-01-14  3:41                   ` ide.2.4.1-p3.01112001.patch TimO
2001-01-14  8:55                     ` ide.2.4.1-p3.01112001.patch Vojtech Pavlik
2001-01-15 13:06                   ` ide.2.4.1-p3.01112001.patch Stephen Clark
     [not found]               ` <Pine.LNX.4.30.0101130559060.19743-100000@wr5z.localdomain>
2001-01-13 14:22                 ` VIA IDE corruption - anyone experiencing it with 2.4.0? Vojtech Pavlik
2001-01-12 23:43           ` ide.2.4.1-p3.01112001.patch Alan Cox
2001-01-13  2:43             ` ide.2.4.1-p3.01112001.patch davej
2001-01-13 13:42               ` ide.2.4.1-p3.01112001.patch Vojtech Pavlik
2001-01-13  3:03             ` ide.2.4.1-p3.01112001.patch Tkil
2001-01-13 13:44               ` ide.2.4.1-p3.01112001.patch Vojtech Pavlik
2001-01-13 13:35             ` ide.2.4.1-p3.01112001.patch Vojtech Pavlik
2001-01-14 19:38             ` ide.2.4.1-p3.01112001.patch Jamie Lokier
2001-01-14 22:39               ` ide.2.4.1-p3.01112001.patch Vojtech Pavlik
2001-01-15  0:06                 ` ide.2.4.1-p3.01112001.patch Albert Cranford
2001-01-15 23:47                   ` ide.2.4.1-p3.01112001.patch Henrique de Moraes Holschuh
2001-01-15  1:13                 ` ide.2.4.1-p3.01112001.patch Jamie Lokier
2001-01-13 22:06           ` ide.2.4.1-p3.01112001.patch junio
2001-01-13  7:12         ` ide.2.4.1-p3.01112001.patch Andre Hedrick
2001-01-13 16:42         ` ide.2.4.1-p3.01112001.patch David Woodhouse
2001-01-13 17:04           ` ide.2.4.1-p3.01112001.patch Linus Torvalds
2001-01-14 17:22             ` ide.2.4.1-p3.01112001.patch David Woodhouse
2001-01-13 18:54           ` ide.2.4.1-p3.01112001.patch Russell King
2001-01-12  8:56 ` ide.2.4.1-p3.01112001.patch Craig Schlenter
  -- strict thread matches above, loose matches on Subject: below --
2001-01-13 23:40 ide.2.4.1-p3.01112001.patch Andrzej Krzysztofowicz
2001-01-14  8:46 ` ide.2.4.1-p3.01112001.patch Vojtech Pavlik
2001-01-14  3:53 ide.2.4.1-p3.01112001.patch Tony Parsons
2001-01-14  8:31 ` ide.2.4.1-p3.01112001.patch David D.W. Downey
2001-01-14  9:03   ` ide.2.4.1-p3.01112001.patch David D.W. Downey
2001-01-15 10:29   ` ide.2.4.1-p3.01112001.patch Paul Flinders

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=20010113181914.A1803@suse.cz \
    --to=vojtech@suse.cz \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=bos@serpentine.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@transmeta.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox