]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/commit
s390/qdio: rename the misleading PCI flag of qdio devices
authorJan Glauber <jang@linux.vnet.ibm.com>
Thu, 6 Dec 2012 12:30:26 +0000 (13:30 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 11 Dec 2012 13:52:49 +0000 (14:52 +0100)
commit6726a807c38d7fd09bc23a0adc738efec6ff9492
tree08fe99fe22910411e32200dc47326aec788ef71d
parentbedef75506ed40ca69ee7e1b7ebe47042bab72b2
s390/qdio: rename the misleading PCI flag of qdio devices

For each detected qdio device a line like to following is printed:
qdio: 0.0.4102 OSA on SC 1045 using AI:1 QEBSM:0 PCI:1 TDD:1 SIGA: W AP

The PCI flag is misleading as this stands for "program controlled interrupt".
Rename it to PRI "program requested interrupt" which is more accurate and
does not interfere with another popular piece of technology.

Leave the pci string in the code since changing that would result in a huge
patch.

Signed-off-by: Jan Glauber <jang@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
drivers/s390/cio/qdio_setup.c