ReactOS
0.4.15-dev-5606-gf34e425
|
#include <freeldr.h>
#include <cportlib/cportlib.h>
#include <drivers/pc98/pit.h>
#include <drivers/pc98/fdc.h>
#include <debug.h>
Go to the source code of this file.
Macros | |
#define | MILLISEC 10 |
#define | PRECISION 8 |
#define | HZ 100 |
Variables | |
UCHAR | PcBiosDiskCount |
BOOLEAN | HiResoMachine |
GET_HARDDISK_CONFIG_DATA | GetHarddiskConfigurationData = NULL |
static unsigned int | delay_count = 1 |
Definition at line 39 of file pc98hw.c.
Referenced by HalpCalibrateStallExecution(), and StallExecutionProcessor().
DBG_DEFAULT_CHANNEL | ( | HWDETECT | ) |
VOID DetectBiosDisks | ( | PCONFIGURATION_COMPONENT_DATA | SystemKey, |
PCONFIGURATION_COMPONENT_DATA | BusKey | ||
) |
Definition at line 375 of file pc98hw.c.
Referenced by DetectCBusBios().
|
static |
Definition at line 228 of file pc98hw.c.
Referenced by DetectBiosDisks().
|
static |
Definition at line 150 of file pc98hw.c.
Referenced by DetectBiosFloppyController().
|
static |
Definition at line 973 of file pc98hw.c.
Referenced by Pc98HwDetect().
|
static |
Definition at line 660 of file pc98hw.c.
Referenced by DetectCBusBios().
|
static |
Definition at line 586 of file pc98hw.c.
Referenced by DetectKeyboardController().
|
static |
Definition at line 1019 of file pc98hw.c.
Referenced by Pc98HwDetect().
|
static |
Definition at line 723 of file pc98hw.c.
Referenced by DetectCBusBios().
|
static |
Definition at line 1060 of file pc98hw.c.
Referenced by Pc98HwDetect().
|
static |
Definition at line 508 of file pc98hw.c.
Referenced by DetectCBusBios().
|
static |
Definition at line 471 of file pc98hw.c.
Referenced by DetectPointerController().
|
static |
Definition at line 808 of file pc98hw.c.
Referenced by DetectCBusBios().
Definition at line 1245 of file pc98hw.c.
Referenced by Pc98PrepareForReactOS(), PcPrepareForReactOS(), and XboxPrepareForReactOS().
Definition at line 1253 of file pc98hw.c.
Definition at line 143 of file pc98hw.c.
Referenced by DetectBiosFloppyPeripheral().
Definition at line 70 of file pc98hw.c.
Definition at line 1224 of file pc98hw.c.
Referenced by DetectBiosFloppyController(), DetectBiosFloppyPeripheral(), and MachInit().
|
static |
Definition at line 318 of file pc98hw.c.
Referenced by Pc98HwDetect().
PCONFIGURATION_COMPONENT_DATA Pc98HwDetect | ( | VOID | ) |
Definition at line 1193 of file pc98hw.c.
Referenced by MachInit().
Definition at line 52 of file pc98hw.c.
Referenced by HalpCalibrateStallExecution().
Definition at line 31 of file pc98hw.c.
Referenced by HalpCalibrateStallExecution(), and StallExecutionProcessor().
GET_HARDDISK_CONFIG_DATA GetHarddiskConfigurationData = NULL |
Definition at line 23 of file pc98hw.c.
Referenced by DetectBiosDisks(), and Pc98HwDetect().
BOOLEAN HiResoMachine |
Definition at line 17 of file machpc98.c.
Referenced by DetectPointerController().
UCHAR PcBiosDiskCount |
Definition at line 43 of file hwdisk.c.
Referenced by DetectBiosDisks(), and EnumerateHarddisks().