summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2007-05-27 20:49:08 +0000
committerimp <imp@FreeBSD.org>2007-05-27 20:49:08 +0000
commit77a43d515bcd5757449b87b16f050746afb219d2 (patch)
tree6a03096ca64dc02dc4fe7202bcb4f30bac852445 /share
parenta530caef2a8dce9ce86928e6e4540d65ded97bea (diff)
downloadFreeBSD-src-77a43d515bcd5757449b87b16f050746afb219d2.zip
FreeBSD-src-77a43d515bcd5757449b87b16f050746afb219d2.tar.gz
Improve both the PCI and PC Card descriptions of the RID.
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/bus_alloc_resource.98
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man9/bus_alloc_resource.9 b/share/man/man9/bus_alloc_resource.9
index 37a84db..dd19627 100644
--- a/share/man/man9/bus_alloc_resource.9
+++ b/share/man/man9/bus_alloc_resource.9
@@ -90,10 +90,10 @@ for I/O memory
points to a bus specific handle that identifies the resource being allocated.
For ISA this is an index into an array of resources that have been setup
for this device by either the PnP mechanism, or via the hints mechanism.
-For PCCARD, similar things are used as of writing,
-but that may change in the future with newcard.
-For PCI it just happens to be the offset into pci config space which has
-a word that describes the resource.
+For PCCARD, this is an index into the array of resources described by the PC Card's
+CIS entry.
+For PCI, the offset into pci config space which has the BAR to use to access
+the resource.
The bus methods are free to change the RIDs that they are given as a parameter.
You must not depend on the value you gave it earlier.
.It
OpenPOWER on IntegriCloud