public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "David S. Miller" <davem@redhat.com>
To: Greg KH <greg@kroah.com>
Cc: viro@parcelfarce.linux.theplanet.co.uk, milang@tal.org,
	linux-kernel@vger.kernel.org, sparclinux@vger.kernel.org
Subject: Re: Linux 2.4.23-rc1
Date: Tue, 11 Nov 2003 22:36:30 -0800	[thread overview]
Message-ID: <20031111223630.6f2bf759.davem@redhat.com> (raw)
In-Reply-To: <20031112015433.GA20145@kroah.com>

On Tue, 11 Nov 2003 17:54:33 -0800
Greg KH <greg@kroah.com> wrote:

> Then how is the ir-usb driver supposed to be able to set a baud rate of
> 4000000 in a portable manner?

You just won't get support for it on Sparc, nor any other
platform that does not have the B4000000 macro defined.
Ie.

#ifdef B4000000
		case B4000000:
			....
#endif

If, some day, I figure out a clever way to encode these higher
speeds on Sparc and other platforms figure out how to do so as
well, we can remove the ifdef.

For now, the ifdef allows the thing to build properly on all
platforms.

  reply	other threads:[~2003-11-12  6:42 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-10 19:28 Linux 2.4.23-rc1 Marcelo Tosatti
2003-11-11  0:20 ` J.A. Magallon
2003-11-11 15:09 ` Willy Tarreau
2003-11-11 21:27 ` Kaj-Michael Lang
2003-11-11 22:18   ` Kaj-Michael Lang
2003-11-11 22:57     ` David S. Miller
2003-11-11 23:10       ` viro
2003-11-11 23:08         ` David S. Miller
2003-11-12  1:54           ` Greg KH
2003-11-12  6:36             ` David S. Miller [this message]
2004-01-05 22:39               ` Greg KH
2003-11-12  6:19   ` Willy Tarreau
2003-11-12  6:49     ` glee
2003-11-12  8:59       ` Dave Jones
2003-11-12  9:10       ` Willy Tarreau
2003-11-12  9:30         ` glee

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=20031111223630.6f2bf759.davem@redhat.com \
    --to=davem@redhat.com \
    --cc=greg@kroah.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=milang@tal.org \
    --cc=sparclinux@vger.kernel.org \
    --cc=viro@parcelfarce.linux.theplanet.co.uk \
    /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