Added a PCI APM device that has a reset function that clears and status back to 0x00 on device reset, fixes soft reset hangs on the ASUS P/I-P55TVP4, and also made it clear that the TC430HX is Intel.
This commit is contained in:
@@ -38,10 +38,11 @@ typedef struct
|
||||
|
||||
/* Global variables. */
|
||||
extern const device_t apm_device;
|
||||
extern const device_t apm_pci_device;
|
||||
|
||||
|
||||
/* Functions. */
|
||||
extern void apm_set_do_smi(apm_t *apm, uint8_t do_smi);
|
||||
extern void apm_set_do_smi(apm_t *dev, uint8_t do_smi);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user