cancel
Showing results for 
Search instead for 
Did you mean: 

Resetting the Vega

davidconrad9
Associate II
Posted on January 10, 2003 at 10:07

Resetting the Vega

2 REPLIES 2
davidconrad9
Associate II
Posted on January 09, 2003 at 17:07

Is there a way for software to reset the Vega as well as all the internal and external devices? Apparently writing 0xFE to port 0x64 just resets the CPU and none of the internal devices are reset.

thierry239955_st
Associate II
Posted on January 10, 2003 at 10:07

It is not possible to do a reset of internal devices except when the device itself have got is own software reset. It is the case for IDE controller: bit 7 of PCI config space reg 0x48 (miscellaneous) of the PCI to IDE bridge. I don't know any other devices which have software reset.

For external device, you can use GPIOs. On Vega evaluation board, the GP10 of the super I/O have been connected to PCI reset line and can be use to reset all external PCI devices.

For internal devices, the best is to be sure your boot sequence initialize the device from scratch without expecting anything from the default state.