All of lore.kernel.org
 help / color / mirror / Atom feed
* HighPoint 374
@ 2003-10-19 19:57 Svetoslav Slavtchev
  2003-10-19 20:30 ` Andre Hedrick
  2003-10-19 21:51 ` Tomi Orava
  0 siblings, 2 replies; 50+ messages in thread
From: Svetoslav Slavtchev @ 2003-10-19 19:57 UTC (permalink / raw)
  To: linux-kernel

i have the same problems with epox 8k9a3+,
and may be even strange ones
(like fs coruption when soft raid & / or lvm is used)

and i never had the problems with 8k5a3+,
the drives were actually taken from the 8k5a3+
when it died (me silly tried to update to XP2700)

really strange, isn't it

both boards should be the same, except
8k5a3+ uses kt333
8k9a3+ uses kt400

only mainboard change -> hell of a lot unresolved problems


svetljo
kernels used 2.4.21-2.4.23-pre3 2.6.0-test3-test7bk8

and a nice log when i try to enable TCQ

all Trace: [<c0235ee3>]  [<c022e834>]  [<c025b0ef>]  [<c026e0ed>] 
[<c025c7e2>]  [<c026e080>]  [<c010df03>]  [<c010e233>]  [<c010c7d8>]
Badness in as_remove_dispatched_request at drivers/block/as-iosched.c:1022
Call Trace: [<c0235ee3>]  [<c022e834>]  [<c025b0ef>]  [<c026e0ed>] 
[<c025c7e2>]  [<c026e080>]  [<c010df03>]  [<c010e233>]  [<c010c7d8>]
Badness in as_remove_dispatched_request at drivers/block/as-iosched.c:1022
Call Trace: [<c0235ee3>]  [<c022e834>]  [<c025b0ef>]  [<c026e0ed>] 
[<c025c7e2>]  [<c026e080>]  [<c010df03>]  [<c010e233>]  [<c010c7d8>]
Badness in as_remove_dispatched_request at drivers/block/as-iosched.c:1022
Call Trace: [<c0235ee3>]  [<c022e834>]  [<c025b0ef>]  [<c026e0ed>] 
[<c025c7e2>]  [<c026e080>]  [<c010df03>]  [<c010e233>]  [<c010c7d8>]


-- 
NEU FÜR ALLE - GMX MediaCenter - für Fotos, Musik, Dateien...
Fotoalbum, File Sharing, MMS, Multimedia-Gruß, GMX FotoService

Jetzt kostenlos anmelden unter http://www.gmx.net

+++ GMX - die erste Adresse für Mail, Message, More! +++


^ permalink raw reply	[flat|nested] 50+ messages in thread
* Re: HighPoint 374
@ 2003-10-21  9:23 Jindrich Makovicka
  2003-10-21 16:59 ` Tomi Orava
  0 siblings, 1 reply; 50+ messages in thread
From: Jindrich Makovicka @ 2003-10-21  9:23 UTC (permalink / raw)
  To: Tomi.Orava, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 348 bytes --]

With my EPoX 8K9A3+, I had to hack the kernel to get the HPT374 running 
at all, as it reported slightly higher PCI clock than 33MHz, although 
the machine wasn't overclocked, but it seems to run fine. The current 
driver supports only 33MHz clock, which is probably the reason HPT374 
isn't even initialized in some cases.

-- 
Jindrich Makovicka

[-- Attachment #2: hpt366.c.patch2 --]
[-- Type: text/plain, Size: 404 bytes --]

--- hpt366.c.orig	2003-08-26 15:08:59.000000000 +0200
+++ hpt366.c	2003-08-26 15:09:46.000000000 +0200
@@ -808,6 +808,8 @@
 		printk("HPT37X: using 33MHz PCI clock\n");
 	} else if (freq < 0xb0) {
 		pll = F_LOW_PCI_40;
+		if (hpt_minimum_revision(dev,8))
+			pci_set_drvdata(dev, (void *) thirty_three_base_hpt374);
 	} else if (freq < 0xc8) {
 		pll = F_LOW_PCI_50;
 		if (hpt_minimum_revision(dev,8))

^ permalink raw reply	[flat|nested] 50+ messages in thread
* Re: HighPoint 374
@ 2003-10-19 19:42 Christian Guggenberger
  2003-10-19 19:54 ` Tomi Orava
  0 siblings, 1 reply; 50+ messages in thread
From: Christian Guggenberger @ 2003-10-19 19:42 UTC (permalink / raw)
  To: linux-kernel, tomi.orava

>>
>>> What's the current status of HPT 374 support? Is it working in any
>>> kernel
>>> version?
>>
>> In 2.4.21 and 2.4.22 it's working great for me.  I'm using the
>> "experimental" IDE Raid with two disks on a HPT 374 controller with the
>> drivers that come with the kernel.
>
>I have tried these versions in the past as well without success.
>However, I don't use HPT-raid features at all ie. I'm using the
>disks as JBOD. What hardware do you have and have you enabled
>ACPI/local-apic/io-apic ? What brand & model of disk-drives you
>are using with HPT374 controller ? And finally what does
>the /proc/interrupts show for you ?
>
>There really must be some explanation why some of us are
>having really huge problems with HPT374-contollers while for
>others it's working just fine. I haven't exactly heard anyone
>been too succesfull for example with Epox 8K9A3+ motherboard
>even on this mailing-list based on previous questions seen here.

well, it's not an Epox 8k9a3+ here, but an 8k5a3+ with two HPT374 onboard
and it is working well with recent 2.6.0-test* kernels.
I also just use JBOD - only one disk connected as /dev/hde to the first HPT 374, 
an IBM-DTLA-305040, and I really don't see any probs here.

Christian




^ permalink raw reply	[flat|nested] 50+ messages in thread
* HighPoint 374
@ 2003-10-18  9:44 Carlos Fernandez Sanz
  2003-10-18 10:15 ` Måns Rullgård
                   ` (2 more replies)
  0 siblings, 3 replies; 50+ messages in thread
From: Carlos Fernandez Sanz @ 2003-10-18  9:44 UTC (permalink / raw)
  To: linux-kernel

What's the current status of HPT 374 support? Is it working in any kernel
version?

I know HP provides binaries, but that's no good, I need to use other kernel
builds.

2.4.20-8 detects the card and provides the devices but data corruptions
happens all the time. Using the HP drivers everything works fine (note that
access is via /dev/sd* instead of /dev/hd*)...except that I can't replace
the kernel.

Thanks.


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

end of thread, other threads:[~2003-10-21 18:50 UTC | newest]

Thread overview: 50+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-19 19:57 HighPoint 374 Svetoslav Slavtchev
2003-10-19 20:30 ` Andre Hedrick
2003-10-19 20:46   ` Svetoslav Slavtchev
2003-10-19 20:51   ` Bartlomiej Zolnierkiewicz
2003-10-19 20:54     ` Svetoslav Slavtchev
2003-10-20  6:48     ` Jens Axboe
2003-10-20  7:43       ` Tomi Orava
2003-10-20  8:10       ` Svetoslav Slavtchev
2003-10-20  8:21         ` Nick Piggin
2003-10-20  8:30           ` Svetoslav Slavtchev
2003-10-19 21:51 ` Tomi Orava
2003-10-19 22:00   ` Svetoslav Slavtchev
2003-10-19 22:11   ` Svetoslav Slavtchev
2003-10-19 22:24     ` Tomi Orava
2003-10-20  7:53       ` Svetoslav Slavtchev
2003-10-20  8:03         ` Tomi Orava
2003-10-20  9:03           ` Svetoslav Slavtchev
2003-10-20 17:02             ` Carlos Fernandez Sanz
2003-10-20 19:14               ` Svetoslav Slavtchev
2003-10-20 20:23                 ` Carlos Fernandez Sanz
2003-10-20 21:07               ` Svetoslav Slavtchev
2003-10-20 21:25                 ` Bartlomiej Zolnierkiewicz
2003-10-20 21:25                   ` Svetoslav Slavtchev
2003-10-21 18:43                   ` Tomi Orava
2003-10-21 18:50                   ` Tomi Orava
  -- strict thread matches above, loose matches on Subject: below --
2003-10-21  9:23 Jindrich Makovicka
2003-10-21 16:59 ` Tomi Orava
2003-10-19 19:42 Christian Guggenberger
2003-10-19 19:54 ` Tomi Orava
2003-10-18  9:44 Carlos Fernandez Sanz
2003-10-18 10:15 ` Måns Rullgård
2003-10-19 12:13 ` Tomi Orava
2003-10-19 16:48   ` Carlos Fernandez Sanz
2003-10-19 17:16     ` Tomi Orava
2003-10-19 17:39       ` Carlos Fernandez Sanz
2003-10-19 19:27         ` Tomi Orava
2003-10-19 19:35           ` Carlos Fernandez Sanz
2003-10-19 15:59 ` Joel Smith
2003-10-19 17:24   ` Tomi Orava
2003-10-19 17:42     ` Måns Rullgård
2003-10-19 19:14       ` Tomi Orava
2003-10-19 19:27         ` Carlos Fernandez Sanz
2003-10-19 19:39           ` Tomi Orava
2003-10-19 20:12             ` Carlos Fernandez Sanz
2003-10-19 19:39         ` Måns Rullgård
2003-10-19 19:54           ` David B. Stevens
2003-10-20  8:38         ` Geller Sandor
2003-10-19 21:12     ` Joel Smith
2003-10-19 17:28   ` Carlos Fernandez Sanz
2003-10-19 21:35     ` Joel Smith

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.