Unit PCI
Classes, Interfaces, Objects and Records  
Description
Driver->Bus->PCI - Peripheral Component Interconnect Driver.
   
Uses
Overview
Functions and Procedures
Types
Constants
Variables
Description
Functions and Procedures
procedure scanBus(bus : uint8); | 
 
| 
  |  
 
function loadDeviceConfig(bus : uint8; slot : uint8; func : uint8) : boolean; | 
 
| 
  |  
 
procedure requestConfig(bus : uint8; slot : uint8; func : uint8; row : uint8); | 
 
| 
 
(Will in future)returns TPCI_DEVICE.vendor_id := 0xFFFF if no device found. 
 |  
 
procedure setBusMaster(bus : uint8; slot : uint8; func : uint8; master : boolean); | 
 
| 
  |  
 
Types
Constants
PCI_PORT_CONF_ADDR = $CF8; | 
 
| 
  |  
 
PCI_PORT_CONF_DATA = $CFC; | 
 
| 
  |  
 
Variables
Authors
 Generated by PasDoc 0.15.0. 
 |