summaryrefslogtreecommitdiff
path: root/sys/dev/pci
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/7.3 to release/7.3.0 to mark 7.3-RELEASE.release/7.3.0_cvsKen Smith2010-03-2115-15/+15
* 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
* - HT 2.00b added a new flag to the MSI mapping HT capability to indicateJohn Baldwin2007-04-252-8/+14
* Add constants for the fields in a BAR. Also, add two new macrosJohn Baldwin2007-03-312-34/+43
* - Add missing constants for subclasses.John Baldwin2007-03-313-7/+33
* Change the VPD code to read the VPD data on-demand when a driver asks forJohn Baldwin2007-03-262-30/+14
* - Use constants for VPD capability register offsets.John Baldwin2007-03-051-13/+13
* - Flesh out list of UART simple comms programming interfaces.John Baldwin2007-03-051-1/+15
* Add support for chipsets that has NULL'd BAR's for legacy ports.Søren Schmidt2007-02-171-1/+3
* Adjust the global MSI blacklisting strategy so we don't have to explicitlyJohn Baldwin2007-02-141-0/+26
* - Fix an off by one error in pci_remap_msix_method() that effectivelyJohn Baldwin2007-02-141-2/+10
* Add missing 'break' that in this case is harmless.John Baldwin2007-02-141-0/+1
* As VPD support still causes hard hangs on boot with some hardware, add aRobert Watson2007-02-081-2/+9
* Add constants for the PCIY_VENDOR (vendor-specific), PCIY_DEBUG (EHCIJohn Baldwin2007-02-021-0/+22
* Expand the MSI/MSI-X API to address some deficiencies in the MSI-X support.John Baldwin2007-01-227-27/+204
* - Change the PCI-X registers constants to be relative to the PCI-X PCIJohn Baldwin2007-01-191-15/+71
* Disable MSI for the Intel 845 and 865 chipsets and update comment forJohn Baldwin2007-01-161-1/+3