C# Class SharpOS.Kernel.DeviceSystem.PCI.PCIDevice

Inheritance: SharpOS.Kernel.DeviceSystem.HardwareDevice
显示文件 Open project: sharpos/SharpOS

Protected Properties

Property Type Description
pciController IPCIController

Public Methods

Method Description
PCIDevice ( IPCIController pciController, uint bus, uint slot, uint fun ) : System

Create a new PCIDevice instance at the selected PCI address

Method Details

PCIDevice() public method

Create a new PCIDevice instance at the selected PCI address
public PCIDevice ( IPCIController pciController, uint bus, uint slot, uint fun ) : System
pciController IPCIController
bus uint
slot uint
fun uint
return System

Property Details

pciController protected_oe property

protected IPCIController pciController
return IPCIController