Comments now conform to PasDoc specifications.

git-svn-id: https://spexeah.com:8443/svn/Asuro@749 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
kieron
2018-10-12 20:49:03 +00:00
parent 877ef01b80
commit db58264fa6
81 changed files with 631 additions and 430 deletions

View File

@ -1,12 +1,9 @@
{ ************************************************
* Asuro
* Unit: Drivers/PCI
* Description: PCI Driver
************************************************
* Author: Aaron Hance
* Contributors: Kieron Morris
************************************************ }
{
Driver->Bus->PCI - Peripheral Component Interconnect Driver.
@author(Aaron Hance <ah@aaronhance.me>)
@author(Kieron Morris <kjm@kieronmorris.me>)
}
unit PCI;
interface