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--