Minor error in AutoDocs: expasion.library
Posted: Thu Oct 19, 2023 5:48 pm
Hi,
In 'expansion.library/pci_device/Release' under 'SEE ALSO' it reads:
"expansion.library/pci_device/Release"
This should read:
"expansion.library/pci_device/Obtain"
Oops, found some more...
In 'expansion.library/pci_device/WriteConfigLong' under 'SEE ALSO':
"expansion.library/pci_device/ReadConfigByte",
this shoukld read:
"expansion.library/pci_device/ReadConfigLong"
In 'expansion.library/pci_device/WriteConfigWord' also under 'SEE ALSO':
"expansion.library/pci_device/ReadConfigByte", which should read:
"expansion.library/pci_device/ReadConfigWord"
In 'expansion.library/pci_device/ReadConfigLong', also under 'SEE ALSO':
"expansion.library/pci_device/WriteConfigWord", which should read:
"expansion.library/pci_device/WriteConfigLong"
And again I'm not done yet:
In 'expansion.library/pci/AllocResource' under 'SYNOPSIS':
"resource = AllocResource(restype, numbytes);"
"struct PCIResourceRange *AllocResource(UBYTE, ULONG, ULONG);",
this should read:
"resource = AllocResource(restype, numbytes);"
"struct PCIResourceRange *AllocResource(ULONG, ULONG);"
Regards
OldFart
In 'expansion.library/pci_device/Release' under 'SEE ALSO' it reads:
"expansion.library/pci_device/Release"
This should read:
"expansion.library/pci_device/Obtain"
Oops, found some more...
In 'expansion.library/pci_device/WriteConfigLong' under 'SEE ALSO':
"expansion.library/pci_device/ReadConfigByte",
this shoukld read:
"expansion.library/pci_device/ReadConfigLong"
In 'expansion.library/pci_device/WriteConfigWord' also under 'SEE ALSO':
"expansion.library/pci_device/ReadConfigByte", which should read:
"expansion.library/pci_device/ReadConfigWord"
In 'expansion.library/pci_device/ReadConfigLong', also under 'SEE ALSO':
"expansion.library/pci_device/WriteConfigWord", which should read:
"expansion.library/pci_device/WriteConfigLong"
And again I'm not done yet:
In 'expansion.library/pci/AllocResource' under 'SYNOPSIS':
"resource = AllocResource(restype, numbytes);"
"struct PCIResourceRange *AllocResource(UBYTE, ULONG, ULONG);",
this should read:
"resource = AllocResource(restype, numbytes);"
"struct PCIResourceRange *AllocResource(ULONG, ULONG);"
Regards
OldFart