From: Matt Porter <porter@cox.net>
To: davidm@hpl.hp.com
Cc: linux-kernel@vger.kernel.org, mgreer@mvista.com, steiner@sgi.com,
davidm@napali.hpl.hp.com
Subject: Re: can we drop early_serial_setup()?
Date: Fri, 20 Sep 2002 16:33:57 -0700 [thread overview]
Message-ID: <20020920163357.A30546@home.com> (raw)
In-Reply-To: <200209200459.g8K4xJcW011057@napali.hpl.hp.com>; from davidm@napali.hpl.hp.com on Thu, Sep 19, 2002 at 09:59:19PM -0700
On Thu, Sep 19, 2002 at 09:59:19PM -0700, David Mosberger wrote:
> int __init early_register_port (struct uart_port *port)
> {
> if (port->line >= ARRAY_SIZE(serial8250_ports))
> return -ENODEV;
>
> serial8250_isa_init_ports(); /* force ISA defaults */
> serial8250_ports[port->line].port = *port;
> serial8250_ports[port->line].port.ops = &serial8250_pops;
> return 0;
> }
serial8250_ports and serial8250_pops are not static structs
in your tree?
--
Matt Porter
porter@cox.net
This is Linux Country. On a quiet night, you can hear Windows reboot.
next prev parent reply other threads:[~2002-09-20 23:12 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-09-20 4:59 can we drop early_serial_setup()? David Mosberger
2002-09-20 23:33 ` Matt Porter [this message]
2002-09-20 23:23 ` David Mosberger
2002-09-21 13:45 ` Matt Porter
2002-09-23 19:02 ` David Mosberger
2002-09-23 22:44 ` Mark A. Greer
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=20020920163357.A30546@home.com \
--to=porter@cox.net \
--cc=davidm@hpl.hp.com \
--cc=davidm@napali.hpl.hp.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mgreer@mvista.com \
--cc=steiner@sgi.com \
/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