Linux

CentOS 5.3

pcibios_present(9)


PCIBIOS_PRESENT

NOM

pcibios_present − détermine si un bus PCI est présent

SYNOPSIS

#include <linux/bios32.h>

int pcibios_present(void);

DESCRIPTION

pcibios_present teste si la machine gère la norme PCI. Retourne vrai (!0) si la gestion du PCI existe, faux sinon.

VALEUR DE RETOUR

Zéro en cas d’ABSENCE de BIOS PCI.

DISPONIBILITÃ

Linux 1.0+

VOIR AUSSI

/usr/include/linux/bios32.h, /usr/src/linux/arch/*/kernel/bios32.c

AUTEUR

Kirk Petersen (kirk@speakeasy.org)

BOGUES

Bugs?! This is way to trivial to have bugs.

TRADUCTION

Thierry Vignaud <tvignaud@mandrakesoft.com>, 1999


pcibios_present(9)