Property | Type | Description | |
---|---|---|---|
HardwareResources |
Method | Description | |
---|---|---|
HardwareDevice ( ) : Mosa.HardwareSystem.PCI |
Initializes a new instance of the HardwareDevice class.
|
|
OnInterrupt ( ) : bool |
Called when an interrupt is received.
|
|
PreSetup ( IPCIDeviceResource pciDeviceResource ) : bool |
Pres the setup.
|
|
Setup ( |
Setups this hardware device driver
|
|
Start ( ) : DeviceDriverStartStatus |
Starts this hardware device.
|
|
Stop ( ) : bool |
Stops this hardware device.
|
public HardwareDevice ( ) : Mosa.HardwareSystem.PCI | ||
return | Mosa.HardwareSystem.PCI |
public PreSetup ( IPCIDeviceResource pciDeviceResource ) : bool | ||
pciDeviceResource | IPCIDeviceResource | The pci device resource. |
return | bool |
public abstract Setup ( |
||
hardwareResources | ||
return | bool |
public abstract Start ( ) : DeviceDriverStartStatus | ||
return | DeviceDriverStartStatus |