linux/drivers/ide/pci
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
..
aec62xx.c
alim15x3.c
amd74xx.c
atiixp.c
cmd64x.c
cmd640.c
cs5520.c
cs5530.c
cy82c693.c
generic.c
hpt34x.c
hpt366.c
it821x.c
it8172.c
Makefile
ns87415.c
opti621.c
pdc202xx_new.c
pdc202xx_old.c
piix.c
rz1000.c
sc1200.c
serverworks.c
sgiioc4.c
siimage.c
sis5513.c
sl82c105.c
slc90e66.c
triflex.c
trm290.c
via82cxxx.c