From: Andreas Schwab <schwab@suse.de>
To: "W. Michael Petullo" <mike@flyn.org>
Cc: gniibe@mri.co.jp, linux-kernel@vger.kernel.org
Subject: Re: patch for PLIP and slow, interrupt-less computers
Date: 14 Apr 2001 19:44:33 +0200 [thread overview]
Message-ID: <jeeluvtlz2.fsf@hawking.suse.de> (raw)
In-Reply-To: <20010412164653.A10864@dragon.flyn.org>
In-Reply-To: <20010412164653.A10864@dragon.flyn.org>
"W. Michael Petullo" <mike@flyn.org> writes:
|> Here is the patch:
|>
|> ================================================================================
|>
|> --- plip.c Tue Feb 13 16:15:05 2001
|> +++ /tmp/linux/drivers/net/plip.c Thu Apr 12 16:07:07 2001
|> @@ -137,10 +137,10 @@
|> #define PLIP_DELAY_UNIT 1
|>
|> /* Connection time out = PLIP_TRIGGER_WAIT * PLIP_DELAY_UNIT usec */
|> -#define PLIP_TRIGGER_WAIT 500
|> +static unsigned long trigger_wait = 500;
^^^^^^^^^^^^^
|>
|> /* Nibble time out = PLIP_NIBBLE_WAIT * PLIP_DELAY_UNIT usec */
|> -#define PLIP_NIBBLE_WAIT 3000
|> +static unsigned long nibble_wait = 3000;
^^^^^^^^^^^^^
|> @@ -1297,6 +1297,8 @@
|>
|> MODULE_PARM(parport, "1-" __MODULE_STRING(PLIP_MAX) "i");
|> MODULE_PARM(timid, "1i");
|> +MODULE_PARM(trigger_wait, "i");
|> +MODULE_PARM(nibble_wait, "i");
^^^
The types don't match.
Andreas.
--
Andreas Schwab "And now for something
SuSE Labs completely different."
Andreas.Schwab@suse.de
SuSE GmbH, Schanzäckerstr. 10, D-90443 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
prev parent reply other threads:[~2001-04-14 17:45 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-04-12 20:46 patch for PLIP and slow, interrupt-less computers W. Michael Petullo
2001-04-14 17:44 ` Andreas Schwab [this message]
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=jeeluvtlz2.fsf@hawking.suse.de \
--to=schwab@suse.de \
--cc=gniibe@mri.co.jp \
--cc=linux-kernel@vger.kernel.org \
--cc=mike@flyn.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.