Make the code a bit more generic (trivial). Different Super I/Os

use different config ports.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2782 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Uwe Hermann
2007-09-18 23:30:24 +00:00
parent 6ff6af7621
commit d754d2c6c4
4 changed files with 24 additions and 14 deletions

View File

@ -53,7 +53,7 @@ void dump_smsc(uint32_t port, uint32_t id)
}
}
void probe_idregs_smsc(uint32_t port)
void probe_idregs_smsc(unsigned short port)
{
uint16_t id, rev;