Use rman_get_start() to get start address of the resource.

This commit is contained in:
Yoshihiro Takahashi 2003-02-26 13:46:40 +00:00
parent 457f6cd2d6
commit a5459e94a5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=111547

View File

@ -673,10 +673,10 @@ intpm_attach(device_t dev)
sciic->smbsh=rman_get_bushandle(res);
#ifdef __i386__
device_printf(dev,"%s %x\n",
device_printf(dev,"%s %lx\n",
(sciic->smbst==I386_BUS_SPACE_IO)?
"I/O mapped":"Memory",
sciic->smbsh);
rman_get_start(res));
#endif