aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pci
Commit message (Expand)AuthorAgeFilesLines
* MFC: r231621Marius Strobl2012-02-241-8/+11
* MFC 230340:John Baldwin2012-02-131-3/+1
* MFC: r227843 (partial)Marius Strobl2012-01-293-7/+3
* MFC 228496:John Baldwin2012-01-051-0/+1
* MFC: r223984Marius Strobl2011-07-251-1/+4
* MFC 223952:John Baldwin2011-07-181-1/+1
* MFC r223885:Konstantin Belousov2011-07-162-0/+16
* MFC 221393,222930:John Baldwin2011-06-293-5/+694
* MFC 221324,221324:John Baldwin2011-06-242-0/+2
* MFC 221138:John Baldwin2011-06-071-1/+1
* MFC r222018: Renamed PCI_INTERFACE_XHCI to PCIP_SERIALBUS_USB_XHCIRuslan Ermilov2011-05-201-0/+1
* MFC 210864:John Baldwin2011-04-271-0/+1
* MFC 219865:John Baldwin2011-04-152-6/+12
* MFC 218968:John Baldwin2011-03-031-3/+3
* MFC 216590:John Baldwin2011-01-261-4/+0
* MFC 215820:John Baldwin2010-12-021-0/+2
* MFC r209154:Alexander Motin2010-11-092-11/+5
* MFC 214203:John Baldwin2010-11-041-1/+31
* MFC r214349:Nathan Whitehorn2010-11-031-1/+1
* MFC 209907,212326,212368,212749:John Baldwin2010-09-201-1/+89
* MFC r208149,208285:Nathan Whitehorn2010-05-231-3/+3
* MFC rev 198431:Marcel Moolenaar2010-03-311-0/+4
* MFC r203355:Pyun YongHyeon2010-03-181-0/+8
* MFC x86emu/x86bios emulator and make previously i386 only dpms and vesaXin LI2010-03-021-0/+21
* MFC r203528:Alexander Motin2010-02-192-0/+37
* MFC r199814Andrew Thompson2009-12-091-0/+17
* MFC 197450: number of cleanups in i386 and amd64 pci md codeAndriy Gapon2009-11-011-0/+1
* MFC r198151Andrew Thompson2009-10-291-0/+121
* MFC 197406:John Baldwin2009-09-251-25/+1
* MFC r197099: pci(4): don't perform maximum register number checkAndriy Gapon2009-09-191-2/+1
* MFC r197077: pci: remove definitions of duplicate constantsAndriy Gapon2009-09-172-12/+5
* Add a MD __PCI_BAR_ZERO_VALID which denotes that BARs containing 0Marius Strobl2009-07-211-8/+15
* Enable MSI in the MSI capability registers any time that the first messageJohn Baldwin2009-06-221-1/+3
* Import ACPICA 20090521.Jung-uk Kim2009-06-051-1/+1
* Include <machine/stdarg.h> for va_*(). I'm not sure how this compiledJohn Baldwin2009-06-021-0/+1
* Add an internal pci_printf() routine similar to device_printf() exceptJohn Baldwin2009-06-011-7/+18
* Adjust some comments.John Baldwin2009-06-011-4/+4
* Revert junk from last commit. These are WIP and not ready (and don'tWarner Losh2009-05-203-116/+0
* We no longer need to use d_thread_t, migrate to struct thread *.Warner Losh2009-05-203-0/+116
* - Add a few more register defintions for the PCI express capabilityJohn Baldwin2009-04-171-0/+28
* - Consolidate duplicated code for reading and sizing BARs and writing baseJohn Baldwin2009-04-141-121/+98
* - Fix spacing in the comment.Stanislav Sedov2009-04-031-1/+1
* - Correct the comment.Stanislav Sedov2009-04-031-3/+4
* Don't adjust ranges at all for subtractive bridges. The simple-mindedWarner Losh2009-03-151-0/+4
* Two fixes:Warner Losh2009-03-142-18/+14
* Fix a buglet in revision 189401: when restoring a 64-bit BAR,Marcel Moolenaar2009-03-101-1/+1
* Invert the logic error for the MSI/MSIX vs INTx case.Robert Noland2009-03-061-1/+1
* Always read/write the full 64-bit value of 64-bit BARs. Specifically,John Baldwin2009-03-052-23/+34
* Honor the prefetchable flag in memory BARs by setting the RF_PREFETCHABLEJohn Baldwin2009-03-051-2/+6
* The recent PCI resource allocation fixes exposed a bug where the sameJohn Baldwin2009-03-041-0/+59