From: Linus Torvalds Date: Tue, 13 Sep 2005 14:59:34 +0000 (-0700) Subject: Fix up more strange byte writes to the PCI_ROM_ADDRESS config word X-Git-Tag: v2.6.14-rc2~108 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=299cc3c166f7a11f6cc3b66aafbaf75c2aa0e0e2;p=pandora-kernel.git Fix up more strange byte writes to the PCI_ROM_ADDRESS config word It's a dword thing, and the value we write is a dword. Doing a byte write to it is nonsensical, and writes only the low byte, which only contains the enable bit. So we enable a nonsensical address (usually zero), which causes the controller no end of problems. Trivial fix, but nasty to find. Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed