Skip to content
Snippets Groups Projects
Commit 299cc3c1 authored by Linus Torvalds's avatar Linus Torvalds
Browse files

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: default avatarLinus Torvalds <torvalds@osdl.org>
parent 2f4ba45a
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment