[coreboot] [v2] r4755 - in trunk/coreboot-v2/src: mainboard/dell/s1850 southbridge/intel/i82801er

Peter Stuge peter at stuge.se
Fri Oct 9 22:19:42 CEST 2009


svn at coreboot.org wrote:
> +++ trunk/coreboot-v2/src/mainboard/dell/s1850/auto.c	2009-10-09 20:07:48 UTC (rev 4755)
..
> @@ -278,12 +259,17 @@
>  	w = inw(0x866);
>  	outw(w|2, 0x866);
>  
> +#if 0 
> +	/*seriaice shows
> +	dell does this so leave it here so I don't forget 
> + 	 */
>  	/* SMBUS */
>  	pci_write_config16(PCI_DEV(0, 0x1f, 3), 0x20, 0x08c0);
>  
>  	/* unknown */
>  	b = inb(0x8c2);
>  	outb(0xdf, 0x8c2);
> +#endif

Maybe this should be deleted until it's known to be neccessary?


//Peter




More information about the coreboot mailing list