From: Ulrich Schwab <schwab@domain.hid>
To: xenomai@xenomai.org
Subject: [Xenomai-core] SMI update
Date: Wed, 9 Aug 2006 18:37:54 +0200 [thread overview]
Message-ID: <200608091837.55424.schwab@domain.hid> (raw)
[-- Attachment #1: Type: text/plain, Size: 724 bytes --]
I saw some bad latency behaviour on a new system, it is a
P4 with ICH7 chipset. It showed more than 300 us max. latency without any
load.
This chipset was not detected as SMI generating and SMI disable was not done.
Finally I figured out where to add this DEVICE_ID
to the SMI detection in smi.c
It is done in the attached patch.
Now, the max. latency values on this new system are below 10 us.
Although, not tested very long.
Regards,
Ulrich Schwab
--
====================================================
inmess GmbH
Frankfurter Str. 74
D - 64521 Gross-Gerau
Phone: +49 6152 97790
Fax : +49 6152 977920
mail : info@domain.hid
web: www.inmess.de
====================================================
[-- Attachment #2: smi-ICH7-patch --]
[-- Type: text/x-diff, Size: 580 bytes --]
diff -urp xenomai-2.2.0/ksrc/arch/i386/smi.c xenomai-2.2-patched/ksrc/arch/i386/smi.c
--- xenomai-2.2.0/ksrc/arch/i386/smi.c 2006-07-03 08:44:33.000000000 +0200
+++ xenomai-2.2-patched/ksrc/arch/i386/smi.c 2006-08-09 18:20:57.000000000 +0200
@@ -45,6 +45,7 @@ static struct pci_device_id rthal_smi_pc
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ICH6_0) },
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ICH6_1) },
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ICH6_2) },
+{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ICH7_0) },
{ 0, },
};
next reply other threads:[~2006-08-09 16:37 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-08-09 16:37 Ulrich Schwab [this message]
2006-08-09 22:44 ` [Xenomai-core] SMI update Jan Kiszka
2006-08-10 7:44 ` Ulrich Schwab
2006-08-10 8:27 ` Jan Kiszka
2006-08-10 12:54 ` Ulrich Schwab
2006-08-12 20:30 ` Gilles Chanteperdrix
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=200608091837.55424.schwab@domain.hid \
--to=schwab@domain.hid \
--cc=xenomai@xenomai.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.