From: Helge Deller <deller@gmx.de>
To: Thomas Marteau <marteaut@esiee.fr>,
Puffin Group <parisc-linux@thepuffingroup.com>
Subject: Re: [parisc-linux] Mouse driver for PS/2
Date: Tue, 28 Nov 2000 18:21:34 +0100 [thread overview]
Message-ID: <00112818213403.13860@P100> (raw)
In-Reply-To: <3A23CA18.1171E884@esiee.fr>
On Tuesday 28 November 2000 16:07, Thomas Marteau wrote:
> Hi all,
Hi Thomas,
>
> We appreciate if someone can explain where we can find request_irq
#include <linux/sched.h> and /arch/parisc/kernel/irq.c
request_irq() binds the given interrupt-number to a function (if possible).
> and
> request_region
#include <linux/ioport.h>
request_region only marks (and tests) an I/O-region as used by a driver and
makes this information visible via /proc/iomem and /proc/ioports.
> in hp_psaux.c and also,
> what are they doing?
>
> Thanks,
> ESIEE Team
next prev parent reply other threads:[~2000-11-28 17:19 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2000-11-27 20:31 [parisc-linux] Include trouble Thomas Marteau
2000-11-28 4:59 ` Alan Modra
2000-11-28 9:19 ` Alan Modra
2000-11-28 17:37 ` John David Anglin
2000-11-28 19:27 ` Paul Bame
2000-11-28 20:02 ` Alan Cox
2000-11-28 21:21 ` Paul Bame
2000-11-28 21:58 ` Alan Cox
2000-11-28 20:24 ` John David Anglin
2000-11-28 20:33 ` John David Anglin
2000-11-28 23:27 ` Alan Modra
2000-11-28 15:07 ` [parisc-linux] Mouse driver for PS/2 Thomas Marteau
2000-11-28 17:21 ` Helge Deller [this message]
2000-11-28 19:30 ` Thomas Marteau
2000-11-28 20:41 ` Helge Deller
2000-11-28 17:49 ` Grant Grundler
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=00112818213403.13860@P100 \
--to=deller@gmx.de \
--cc=marteaut@esiee.fr \
--cc=parisc-linux@thepuffingroup.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.