ReactOS 0.4.15-dev-5666-gc548b97
|
#include <machpc98.h>
Public Attributes | |
GEOMETRY | Geometry |
UCHAR | DaUa |
UCHAR | IdeUnitNumber |
UCHAR | Type |
BOOLEAN | LBASupported |
BOOLEAN | IsRemovable |
BOOLEAN | Initialized |
Definition at line 99 of file machpc98.h.
UCHAR _PC98_DISK_DRIVE::DaUa |
Definition at line 105 of file machpc98.h.
Referenced by ChainLoadBiosBootSectorCode(), Pc98GetBootSectorLoadAddress(), and Pc98InitializeBootDevices().
GEOMETRY _PC98_DISK_DRIVE::Geometry |
Definition at line 102 of file machpc98.h.
Referenced by Pc98DiskGetCacheableBlockCount(), and Pc98DiskGetDriveGeometry().
UCHAR _PC98_DISK_DRIVE::IdeUnitNumber |
Definition at line 108 of file machpc98.h.
BOOLEAN _PC98_DISK_DRIVE::Initialized |
Definition at line 133 of file machpc98.h.
Referenced by Pc98DiskDriveNumberToDrive(), and Pc98InitializeBootDevices().
BOOLEAN _PC98_DISK_DRIVE::IsRemovable |
Definition at line 127 of file machpc98.h.
BOOLEAN _PC98_DISK_DRIVE::LBASupported |
Definition at line 121 of file machpc98.h.
Referenced by Pc98DiskGetCacheableBlockCount(), and Pc98DiskReadLogicalSectors().
UCHAR _PC98_DISK_DRIVE::Type |
Definition at line 111 of file machpc98.h.
Referenced by Pc98GetBootSectorLoadAddress(), and Pc98InitializeBootDevices().