ReactOS 0.4.16-dev-112-g52265ae
|
#include <machpc98.h>
Public Attributes | |
GEOMETRY | Geometry |
UCHAR | DaUa |
UCHAR | IdeUnitNumber |
UCHAR | Type |
BOOLEAN | LBASupported |
BOOLEAN | IsRemovable |
BOOLEAN | Initialized |
Definition at line 103 of file machpc98.h.
UCHAR _PC98_DISK_DRIVE::DaUa |
Definition at line 109 of file machpc98.h.
Referenced by ChainLoadBiosBootSectorCode(), Pc98GetBootSectorLoadAddress(), and Pc98InitializeBootDevices().
GEOMETRY _PC98_DISK_DRIVE::Geometry |
Definition at line 106 of file machpc98.h.
Referenced by Pc98DiskGetCacheableBlockCount(), and Pc98DiskGetDriveGeometry().
UCHAR _PC98_DISK_DRIVE::IdeUnitNumber |
Definition at line 112 of file machpc98.h.
BOOLEAN _PC98_DISK_DRIVE::Initialized |
Definition at line 137 of file machpc98.h.
Referenced by Pc98DiskDriveNumberToDrive(), and Pc98InitializeBootDevices().
BOOLEAN _PC98_DISK_DRIVE::IsRemovable |
Definition at line 131 of file machpc98.h.
BOOLEAN _PC98_DISK_DRIVE::LBASupported |
Definition at line 125 of file machpc98.h.
Referenced by Pc98DiskGetCacheableBlockCount(), and Pc98DiskReadLogicalSectors().
UCHAR _PC98_DISK_DRIVE::Type |
Definition at line 115 of file machpc98.h.
Referenced by Pc98GetBootSectorLoadAddress(), and Pc98InitializeBootDevices().