PCIBIOS_PRESENT

Section: Fonctions du noyau Linux (9)
Updated: 19 Mars 1999
Index


NOM
SYNOPSIS
DESCRIPTION
VALEUR DE RETOUR
DISPONIBILITÉ
VOIR AUSSI
AUTEUR
BOGUES
TRADUCTION

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