Re: [maillist] Kernel-Source outb_p

Hansjoerg Maurer (hansjoerg.maurer@dlr.de)
Mon, 12 Jul 1999 10:18:18 +0200

This is a multi-part message in MIME format.
--------------9E7D7BF3A866262D1E2AC2E1
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit

Frank Kober wrote:

> Ich suche bisher vergeblich die source des Programs outb_p. Es wird an
> verschiedenen Stelllen auf-
> gerufen- aber den Programmcode finde ich nicht.
> Kann mir jemand helfen?
>
> Frank Kober

Hi,

ich weiss nicht, ob Dir das hilft, aber in

/usr/include/asm/io.h

wird die Funktion (oder das Makro?) defniert als:

#define outb_p(val,port) \
((__builtin_constant_p((port)) && (port) < 256) ? \
__outbc_p((val),(port)) : \
__outb_p((val),(port)))

Grüsse

hansjörg

--
--------------------------------------------------------

Based on 100% recycled and unbleached electrons

---------------------------------------------------------

--------------9E7D7BF3A866262D1E2AC2E1 Content-Type: text/x-vcard; charset=us-ascii; name="hansjoerg.maurer.vcf" Content-Transfer-Encoding: 7bit Content-Description: Card for Hansjoerg Maurer Content-Disposition: attachment; filename="hansjoerg.maurer.vcf"

begin:vcard n:Maurer;Hansjörg x-mozilla-html:TRUE version:2.1 email;internet:Hansjoerg.Maurer@dlr.de title:Dipl.-Phys. tel;fax:+49 08153 / 281337 tel;home:+49 089 / 15980138 tel;work:+49 08153 / 281163 adr;quoted-printable:;;DLR Oberpfaffenhofen=0D=0AInstitut f=FCr Optoelektronik;Wessling;;82230;Germany x-mozilla-cpt:;2 fn:Hansjörg Maurer end:vcard

--------------9E7D7BF3A866262D1E2AC2E1--