add reference to bios calls on PCI article

All about the OSDev Wiki. Discussions about the organization and general structure of articles and how to use the wiki. Request changes here if you don't know how to use the wiki.
Post Reply
binarycat
Posts: 1
Joined: Sun Jan 30, 2022 9:10 am

add reference to bios calls on PCI article

Post by binarycat »

the page for PCI says there are two ways of accessing PCI space,
but there are also bios calls for that, which makes things much easier if
you're working in real mode

more information about pci bios calls:
http://www.oldlinux.org/Linux.old/docs/ ... b-2371.htm
Octocontrabass
Member
Member
Posts: 5501
Joined: Mon Mar 25, 2013 7:01 pm

Re: add reference to bios calls on PCI article

Post by Octocontrabass »

It's a wiki, you can add it yourself.

Here are instructions for getting access to edit the wiki.

But I don't see how the BIOS calls make it any easier, even in real mode. I think detecting the configuration mechanism is the only thing they're good for.
klange
Member
Member
Posts: 679
Joined: Wed Mar 30, 2011 12:31 am
Libera.chat IRC: klange
Discord: klange

Re: add reference to bios calls on PCI article

Post by klange »

Octocontrabass wrote:But I don't see how the BIOS calls make it any easier, even in real mode. I think detecting the configuration mechanism is the only thing they're good for.
There is a set for accessing the configuration space, but I'm not really sure how standardized/available they were beyond the top-level "does this machine have PCI?" one.
Post Reply