aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pci
Commit message (Expand)AuthorAgeFilesLines
* MFC: r247632Marius Strobl2013-03-081-10/+11
* Merge r240680 from head:Gavin Atkinson2012-10-282-55/+257
* MFC r240695:Jim Harris2012-10-091-0/+2
* Merge the following from head:Gavin Atkinson2012-10-012-0/+2
* MFC: r231621Marius Strobl2012-02-241-8/+11
* MFC: r223984Marius Strobl2011-07-251-1/+4
* MFC 221138:John Baldwin2011-06-071-1/+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 214203:John Baldwin2010-11-041-1/+31
* MFC 209907,212326,212368,212749:John Baldwin2010-09-201-1/+89
* MFC r203528:Pyun YongHyeon2010-03-222-0/+37
* MFC r203355:Pyun YongHyeon2010-03-181-0/+8
* MFC 197450: number of cleanups in i386 and amd64 pci md codeAndriy Gapon2009-11-011-0/+1
* MFC 197406:John Baldwin2009-09-251-25/+1
* MFC: r195808Marius Strobl2009-09-201-8/+15
* MFC r197099: pci(4): don't perform maximum register number checkAndriy Gapon2009-09-181-2/+1
* MFC r197077: pci: remove definitions of duplicate constantsAndriy Gapon2009-09-172-12/+5
* MFC: Enable MSI in the MSI capability registers any time that the firstJohn Baldwin2009-07-141-1/+3
* MFC: Add SATA and PCI Advanced Features capabilities reporting.John Baldwin2009-05-191-0/+11
* MFC: Add more PCI-express capability registers and display additionalJohn Baldwin2009-05-191-0/+28
* MFC: Sync with HEADJohn Baldwin2009-05-051-3/+176
* MFC: Various fixes to the PCI resource allocation code:John Baldwin2009-05-043-172/+263
* MFC: Honor the prefetchable flag in memory BARs.John Baldwin2009-03-191-2/+6
* Merge r189367,189447Robert Noland2009-03-091-18/+35
* Merge r189285Robert Noland2009-03-092-0/+5
* MFC: Don't throw away the upper 32-bits of the HT MSI address window.John Baldwin2009-03-051-1/+1
* MFC: Add a new ioctl to fetch details about an individual BAR of a deviceJohn Baldwin2009-02-262-4/+73
* MFC rev. 184139, 184141, 184937Alexander Motin2009-01-092-0/+6
* MFC: Properly handle a 32-bit prefetchable memory range in a PCI-PCI bridge.John Baldwin2008-08-272-4/+19
* MFC r180753 by luoqi@:Max Laier2008-08-233-5/+59
* MFC: If the kernel fails to allocate resources for the initial value of aJohn Baldwin2008-08-151-14/+16
* MFC: Relax the check for a PCI-express chipset.John Baldwin2008-02-121-5/+2
* MFC: Don't cache the new-bus name of a PCI device in the PCI confJohn Baldwin2008-01-231-1/+4
* MFC: 1.25Marius Strobl2008-01-091-12/+9
* MFC: 1.356Jung-uk Kim2007-11-261-69/+121
* MFC: UPDATING 1.511; sys/dev/pci/pci_user.c 1.23, 1.24;Marius Strobl2007-10-281-50/+284
* Make the PCI code aware of PCI domains (aka PCI segments) so we canMarius Strobl2007-09-306-41/+89
* - Fix a small bit slip in PCIM_PCAP_D[0-2]PME defines.Stephane E. Potvin2007-09-191-3/+5
* In pci_alloc_map(), restore the original value of the BAR forMarcel Moolenaar2007-07-291-0/+8
* Fix a typo in pcib_alloc_msi{x} which resulted in theAndrew Gallatin2007-05-231-2/+2
* Don't completely skip pci_cfg_save() in the PCI nomatch routine ifJohn Baldwin2007-05-161-3/+1
* Change PCIM_CIS_ASI_TUPLE to _CONFIG.Warner Losh2007-05-161-3/+5
* Add some doxygen docs for pci_cfg_{save,restore}.Warner Losh2007-05-161-0/+10
* Fix a typo in a bootverbose printf.John Baldwin2007-05-071-1/+1
* Revamp the MSI/MSI-X code a bit to achieve two main goals:John Baldwin2007-05-027-122/+494
* Use more specific local variable pointers to narrow some expressions.John Baldwin2007-05-021-73/+72