All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rusty Lynch <rusty@linux.co.intel.com>
To: p_gortmaker@yahoo.com
Cc: lkml <linux-kernel@vger.kernel.org>
Subject: [PATCH][Trvial 2.5.59] rtc.c is requesting more ioports then it really uses
Date: 07 Feb 2003 14:40:55 -0800	[thread overview]
Message-ID: <1044657656.1132.19.camel@vmhack> (raw)

I need to enable a device that talks to port 0x79h, but for some
reason the rtc is requesting move bytes then it really uses.  Here
is a patch that makes the rtc only request what it uses.

    --rustyl

--- drivers/char/rtc.c.orig	2003-02-07 14:35:31.000000000 -0800
+++ drivers/char/rtc.c	2003-02-07 13:25:45.000000000 -0800
@@ -47,7 +47,7 @@
 
 #define RTC_VERSION		"1.11"
 
-#define RTC_IO_EXTENT	0x10	/* Only really two ports, but...	*/
+#define RTC_IO_EXTENT	0x2
 
 /*
  *	Note that *all* calls to CMOS_READ and CMOS_WRITE are done with




             reply	other threads:[~2003-02-07 22:36 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-07 22:40 Rusty Lynch [this message]
2003-02-07 23:18 ` [PATCH][Trvial 2.5.59] rtc.c is requesting more ioports then it really uses Randy.Dunlap
2003-02-09  8:47   ` Paul Gortmaker

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=1044657656.1132.19.camel@vmhack \
    --to=rusty@linux.co.intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=p_gortmaker@yahoo.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 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.