[LinuxBIOS] r2862 - trunk/LinuxBIOSv2/src/devices

Stefan Reinauer stepan at coresystems.de
Tue Oct 16 20:52:53 CEST 2007


* svn at openbios.org <svn at openbios.org> [071016 20:21]:
> Author: uwe
> Date: 2007-10-16 20:21:22 +0200 (Tue, 16 Oct 2007)
> New Revision: 2862
> 
> Modified:
>    trunk/LinuxBIOSv2/src/devices/device_util.c
> Log:
> Add resource size and resource granularity reporting to device_util.c.
> 
> Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006 at gmx.net>
> Acked-by: Uwe Hermann <uwe at hermann-uwe.de>
 
Carl-Daniel, Uwe, can you add this to v3, too, please?
 
> Modified: trunk/LinuxBIOSv2/src/devices/device_util.c
> ===================================================================
> --- trunk/LinuxBIOSv2/src/devices/device_util.c	2007-10-16 18:15:25 UTC (rev 2861)
> +++ trunk/LinuxBIOSv2/src/devices/device_util.c	2007-10-16 18:21:22 UTC (rev 2862)
> @@ -467,10 +467,11 @@
>  #endif
>  		}
>  		printk_debug(
> -			"%s %02x <- [0x%010Lx - 0x%010Lx] %s%s%s\n",
> +			"%s %02x <- [0x%010Lx - 0x%010Lx] size 0x%08Lx gran 0x%02x %s%s%s\n",
>  			dev_path(dev),
>  			resource->index,
>  			base, end,
> +			resource->size, resource->gran,
>  			buf,
>  			resource_type(resource),
>  			comment);
> 
> 
> -- 
> linuxbios mailing list
> linuxbios at linuxbios.org
> http://www.linuxbios.org/mailman/listinfo/linuxbios
> 

-- 
coresystems GmbH • Brahmsstr. 16 • D-79104 Freiburg i. Br.
      Tel.: +49 761 7668825 • Fax: +49 761 7664613
Email: info at coresystems.dehttp://www.coresystems.de/
Registergericht: Amtsgericht Freiburg • HRB 7656
Geschäftsführer: Stefan Reinauer • Ust-IdNr.: DE245674866




More information about the coreboot mailing list