All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Axel Beierlein" <belatronix@domain.hid>
To: "Xenomai-help@domain.hid" <Xenomai-help@domain.hid>
Subject: [Xenomai-help] rtdm driver Problems
Date: Mon, 27 Aug 2007 13:14:49 +0200	[thread overview]
Message-ID: <op.txptjeaot06gyn@domain.hid> (raw)

Hello,

i try to port a standard serial Driver into an RTDM one following Jan´s  
example 16550A.c.
When i try to initialize the rx/tx timeouts in my set_config routine with:

	if (testbits(config->config_mask, RTSER_SET_TIMEOUT_RX))
            ctx->config.rx_timeout = config->rx_timeout;

and call an rt_dev_open("sername",0) in my testapplikation i get an  
"floating point used in kernel ...." on my ppc.
I use all the structures that Jan have defined.
Could it bee that the uint64_t var´s rx_timeout / tx_timeout are the  
reasons (especially the <unsigned long long int> typedef for an ppc)?

Axel



             reply	other threads:[~2007-08-27 11:14 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-27 11:14 Axel Beierlein [this message]
2007-08-27 11:23 ` [Xenomai-help] rtdm driver Problems Wolfgang Grandegger
     [not found]   ` <op.txpuqax7t06gyn@domain.hid>
2007-08-27 12:38     ` Wolfgang Grandegger

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=op.txptjeaot06gyn@domain.hid \
    --to=belatronix@domain.hid \
    --cc=Xenomai-help@domain.hid \
    /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.