Lines Matching refs:PCI

6 	  hardwares that fail PCI parity checking.
37 - Get both the BAR cookies used by CPU and actual PCI BAR
38 values used from SCRIPTS. Recent PCI chips are able to
41 Earlier chips simply use PCI transactions to access IO
44 PCI BAR value from the BAR cookie is now useless.
46 got approved by PCI code maintainer (Martin Mares).
67 - Add FE_DAC feature bit to distinguish between 64 bit PCI
68 addressing (FE_DAC) and 64 bit PCI interface (FE_64BIT).
118 - Do not enable PCI DAC cycles. This just broke support for
134 statement in the PCI code when a data buffer is also supplied).
172 - 2 tiny bugs fixed in the PCI wrapper that provides support
209 printing out the PCI bus number and PCI device/function).
218 - Definitely disable overlapped PCI arbitration for all dual
222 - Fix up properly the PCI latency timer when needed or asked for.
223 - Get rid of the old PCI bios interface, but preserve kernel 2.0
237 - Change the way the driver checks the PCI clock frequency, so
238 that overclocked PCI BUS up to 48 MHz will not be refused.
255 - Work-around PCI chips being reported twice on some platforms.
256 - Add some redundant PCI reads in order to deal with common
343 - Measure the PCI clock speed and do not attach controllers if
354 one channel and has a 32 bit PCI bus. It does 64 bit PCI addressing
355 using dual cycle PCI data transfers.
368 - Make SCRIPTS not use self-mastering for PCI.
419 - Deal correctly with 64 bit PCI address registers on Linux 2.2.
446 - Fix for 64 bit PCI address register calculation. (Lance Robinson)
462 - Check the PCI bus number for the boot order (Using a fast
463 PCI controller behing a PCI-PCI bridge seems sub-optimal).
464 - Disable overlapped PCI arbitration for the 896 revision 1.
481 - The PCI memory read from SCRIPTS that should ensure ordering
482 was in fact misplaced. BTW, this may explain why broken PCI
496 since the driver will never performs PCI read transactions, but
497 only PCI write transactions that may be posted.
525 - Set PCI_PARITY in PCI_COMMAND register in not set (PCI fix-up).
537 Set MASTER bit in PCI COMMAND register if not set.