Linus Torvalds 299cc3c166 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 <torvalds@osdl.org>
2005-09-13 07:59:34 -07:00
..
2005-09-10 10:06:35 -07:00
2005-09-12 22:56:56 +01:00
2005-09-11 19:15:07 -07:00
2005-07-30 09:47:53 -05:00
2005-09-06 17:52:54 -05:00
2005-09-08 01:45:47 -04:00
2005-09-06 22:15:20 -04:00
2005-06-21 18:46:32 -07:00
2005-09-12 12:23:38 -07:00
2005-09-11 19:15:07 -07:00
2005-09-11 19:15:07 -07:00