Minor error in AutoDocs: expasion.library

Report errors, omissions, etc. regarding the AmigaOS Documentation Wiki here.
Post Reply
User avatar
OldFart
Posts: 100
Joined: Tue Jul 12, 2011 2:56 pm
Location: Groningen, Netherlands

Minor error in AutoDocs: expasion.library

Post by OldFart »

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
X5000, appears to be sick. Dismantled jan 1, 2024.
Dead MicroA1
A1200 in ElBox, c/w Blizzard '040 @ 50MHz + SCSI module, ZIV-board c/w (o.a.) cv64/3d + flickerdoubler + FastATA-ZIV + Lots of SCSI gear, sitting idle.
RaspBerry Pi 2B, 3B, 4B/4Gb, 4B/8Gb
OrangePi 5+ 8Gb
ACER Windows 10
Post Reply