On Thu, May 17, 2007 at 02:26:36AM -0400, Corey Osgood wrote:
Just went to look at this for reference, and noticed the whitespace in the device section was a mess. Attached patch fixes that. No actual code changes, just fix the whitespace so it's legible.
Signed-off-by: Corey Osgood corey_osgood@verizon.net
r2672, thanks. I had to fix some more whitespace issues, the file inconsistently mixed tabs and spaces...
chip southbridge/intel/i82801ca
device pci 1d.0 off end # USB (might not work, Southbridge code needs looking at)
device pci 1d.1 off end # USB (not populated)
[...]
chip southbridge/intel/i82801ca
device pci 1d.0 off end # USB (might not work, Southbridge code needs looking at) device pci 1d.1 off end # USB (not populated)
This was even broken syntactically, I think (fixed it).
Uwe.