]> git.baikalelectronics.ru Git - kernel.git/commit
parport: Use the PCI IRQ if offered
authorAlan Cox <alan@lxorguk.ukuu.org.uk>
Tue, 7 Apr 2009 14:30:57 +0000 (15:30 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 7 Apr 2009 15:44:06 +0000 (08:44 -0700)
commit0b788d251d5487931afecd9dd52c1d9c40ccff3a
tree51442c7adc06f36977859e8133b645c6c42ea0c9
parentf80e8c860c1c4792c9ed4f66d6156f5cf7eb9a2a
parport: Use the PCI IRQ if offered

PCI parallel port devices can IRQ share so we should stop them hogging
the line and making a mess on modern PC systems.  We know the sharing
side works as the PCMCIA driver has shared the parallel port IRQ for
some time.

Signed-off-by: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/parport/parport_cs.c
drivers/parport/parport_pc.c
drivers/parport/parport_serial.c
include/linux/parport_pc.h