All of lore.kernel.org
 help / color / mirror / Atom feed
From: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
To: Martin Dalecki <dalecki@evision-ventures.com>
Cc: linux-kernel@vger.kernel.org
Subject: HPT366 hangs up at boot
Date: Tue, 21 May 2002 02:02:16 +0900	[thread overview]
Message-ID: <87adquda7b.fsf@devron.myhome.or.jp> (raw)

Hi,

I'm using hpt366. 2.5.15 and 2.5.16 hangs up at the following message.

ATAL: Triones Technologies, Inc. HPT366 / HPT370: onboard version of chipset, pin1=1 pin2=2
ATA: Triones Technologies, Inc. HPT366 / HPT370: controller on PCI slot 00:13.0
ATA: chipset rev.: 1
ATA: non-legacy mode: IRQ probe delayed
    ide2: BM-DMA at 0xdc00-0xdc07, BIOS settings: hde:pio, hdf:pio
ATA: Triones Technologies, Inc. HPT366 / HPT370 (#2): controller on PCI slot 00:13.1
ATA: chipset rev.: 1
ATA: non-legacy mode: IRQ probe delayed
    ide3: BM-DMA at 0xe800-0xe807, BIOS settings: hdg:pio, hdh:pio
hda: IBM-DJNA-351520, ATA DISK drive
hdb: ATAPI 44X CDROM, ATAPI CD/DVD-ROM drive
hde: WDC WD800AB-00CBA0, ATA DISK drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
ide2 at 0xd400-0xd407,0xd802 on irq 18
hda: 30033360 sectors w/430KiB Cache, CHS=29795/16/63, UDMA(33)
hde: 156301488 sectors w/2048KiB Cache, CHS=155061/16/63, UDMA(66)
Partition check:
 hda: [PTBL] [1869/255/63] hda1 hda2 hda3 hda4
 hda4: <bsd: hda5 hda6 hda7 hda8 >
 hde:

Then, I tried this and that. I don't know whether the following change
is right or not. However this works for me. Could you consider the
following?

diff -u /home/hirofumi/hpt366.c.orig /home/hirofumi/hpt366.c
--- /home/hirofumi/hpt366.c.orig	Tue May 21 01:48:58 2002
+++ /home/hirofumi/hpt366.c	Tue May 21 01:49:28 2002
@@ -863,7 +863,7 @@
 	byte ultra66		= eighty_ninty_three(drive);
 	int  rval;
 
-	config_chipset_for_pio(drive);
+//	config_chipset_for_pio(drive);
 	drive->init_speed = 0;
 
 	if ((drive->type != ATA_DISK) && (speed < XFER_SW_DMA_0))

Regards.
-- 
OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>

             reply	other threads:[~2002-05-20 17:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-20 17:02 OGAWA Hirofumi [this message]
2002-05-20 18:29 ` HPT366 hangs up at boot Pierre Rousselet

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=87adquda7b.fsf@devron.myhome.or.jp \
    --to=hirofumi@mail.parknet.co.jp \
    --cc=dalecki@evision-ventures.com \
    --cc=linux-kernel@vger.kernel.org \
    /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 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.