CONFIG_PCI: documentation error?

Andrzej Krzysztofowicz (ankry@green.mif.pg.gda.pl)
Wed, 6 Jan 1999 14:54:22 +0100 (CET)


Hi,
Kernel documentation (old, not fitting current CONFIG_PCI option)
in Configure.help says:

"If both PCI BIOS and direct PCI access are enabled,
the use of BIOS is preferred."

But in arch/i386/kernel/bios32.c I have found

if (dir)
access_pci = dir;
else if (bios)
access_pci = bios;

Do only I see the contradiction, or have I missed something ?

Andrzej

-- 
=======================================================================
  Andrzej M. Krzysztofowicz               ankry@mif.pg.gda.pl
  phone (48)(58) 347 14 61
Faculty of Applied Phys. & Math.,   Technical University of Gdansk

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/