msrtool: AMD CS5536 probe implementation.

Signed-off-by: Peter Stuge <peter@stuge.se>
Acked-by: Peter Stuge <peter@stuge.se>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3915 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Peter Stuge 2009-01-26 04:12:58 +00:00
parent 279cdbb37d
commit fbda0d3143
1 changed files with 1 additions and 2 deletions

View File

@ -20,8 +20,7 @@
#include "msrtool.h" #include "msrtool.h"
int cs5536_probe(const struct targetdef *target) { int cs5536_probe(const struct targetdef *target) {
/* TODO: PCI 1022:2090 */ return (NULL != pci_dev_find(0x1022, 0x2090));
return 0;
} }
const struct msrdef cs5536_msrs[] = { const struct msrdef cs5536_msrs[] = {