summaryrefslogtreecommitdiff
path: root/sys/dev/pci
Commit message (Expand)AuthorAgeFilesLines
* MFC: Don't cache the new-bus name of a PCI device in the PCI confJohn Baldwin2008-01-241-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
* Fix the subvendor ID for PCI-PCI bridges.John Baldwin2007-01-162-5/+11
* - Add a new flag to the PCI-PCI driver to disable MSI on devices behind theJohn Baldwin2007-01-133-0/+16
* Disable MSI for two ServerWorks chipsets. The first is based on a userJohn Baldwin2007-01-121-0/+7
* Blacklist a few more Intel chipsets re: MSI based on user reports:John Baldwin2007-01-121-2/+4
* - Condense the comment for Intel chipset MSI blacklist entries.John Baldwin2007-01-121-7/+3
* Disable MSI on the Intel E7505 chipset. It is reported broken on a TyanJohn Baldwin2006-12-281-0/+6
* Disable MSI for the Intel E7501 chipset.John Baldwin2006-12-141-0/+6
* Add a first pass at a way to blacklist MSI on systems where it doesn'tJohn Baldwin2006-12-142-0/+52
* Replace #define<space> with #define<tab> so the code is consistent withJohn Baldwin2006-12-145-347/+347
* - Add constants for HT PCI capability registers including the variousJohn Baldwin2006-12-122-0/+51
* Give the WREG() macro the same lifetime as the REG() macro.John Baldwin2006-12-121-3/+3
* Add some bootverbose printf's to detail how many MSI messages are allocatedJohn Baldwin2006-12-121-0/+92
* don't mark the cksum as invalid here... off is incorrect when we getJohn-Mark Gurney2006-11-211-1/+0
* Look for capabilities in PCI-PCI bridges using the same CAP PTR registerJohn Baldwin2006-11-161-0/+2
* Fix a couple of comment typos.John Baldwin2006-11-141-2/+2
* First cut at MI support for PCI Message Signalled Interrupts (MSI):John Baldwin2006-11-138-8/+605
* fix hanging on invalid data... (This doesn't fix hanging due to brokenJohn-Mark Gurney2006-11-091-3/+4
* Don't try to print a NULL string during boot. If a device doesn't have aJohn Baldwin2006-11-091-9/+15
* Various whitespace cleanups.John Baldwin2006-11-073-25/+27
* Doh! Actually commit checking against NULL for res.Warner Losh2006-11-041-5/+5
* Assign start to the value we were able to allocate and use that toWarner Losh2006-10-301-10/+11