mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-14 21:01:29 +00:00
parport_pc: add base_hi BAR for oxsemi_840
Use the 2nd BAR for the oxsemi_840 chip as BAR for base_hi. Tested with: Parallel controller [0701]: Oxford Semiconductor Ltd VScom 011H-EP1 1 port parallel adaptor [1415:8403] (prog-if 03 [IEEE1284]) This patch is needed to make 'TRISTATE' work with that adaptor. Signed-off-by: Bernhard Walle <bwalle@suse.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
d99a0344ae
commit
adbd321a17
@ -2867,7 +2867,7 @@ static struct parport_pc_pci {
|
||||
* and 840 locks up if you write 1 to bit 2! */
|
||||
/* oxsemi_952 */ { 1, { { 0, 1 }, } },
|
||||
/* oxsemi_954 */ { 1, { { 0, -1 }, } },
|
||||
/* oxsemi_840 */ { 1, { { 0, -1 }, } },
|
||||
/* oxsemi_840 */ { 1, { { 0, 1 }, } },
|
||||
/* aks_0100 */ { 1, { { 0, -1 }, } },
|
||||
/* mobility_pp */ { 1, { { 0, 1 }, } },
|
||||
/* netmos_9705 */ { 1, { { 0, -1 }, } }, /* untested */
|
||||
|
Loading…
Reference in New Issue
Block a user