aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pci/pci.c
Commit message (Expand)AuthorAgeFilesLines
* Make VPD register access more robust:Jung-uk Kim2007-11-161-69/+121
* Make the PCI code aware of PCI domains (aka PCI segments) so we canMarius Strobl2007-09-301-36/+62
* In pci_alloc_map(), restore the original value of the BAR forMarcel Moolenaar2007-07-291-0/+8
* Don't completely skip pci_cfg_save() in the PCI nomatch routine ifJohn Baldwin2007-05-161-3/+1
* 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-021-90/+437
* 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-251-8/+12
* Add constants for the fields in a BAR. Also, add two new macrosJohn Baldwin2007-03-311-34/+30
* - Add missing constants for subclasses.John Baldwin2007-03-311-1/+1
* Change the VPD code to read the VPD data on-demand when a driver asks forJohn Baldwin2007-03-261-30/+13
* - Use constants for VPD capability register offsets.John Baldwin2007-03-051-13/+13
* 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
* Expand the MSI/MSI-X API to address some deficiencies in the MSI-X support.John Baldwin2007-01-221-27/+143
* 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-161-2/+7
* - Add a new flag to the PCI-PCI driver to disable MSI on devices behind theJohn Baldwin2007-01-131-0/+6
* 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-141-0/+51
* Replace #define<space> with #define<tab> so the code is consistent withJohn Baldwin2006-12-141-10/+10
* - Add constants for HT PCI capability registers including the variousJohn Baldwin2006-12-121-0/+30
* 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
* First cut at MI support for PCI Message Signalled Interrupts (MSI):John Baldwin2006-11-131-7/+421
* fix hanging on invalid data... (This doesn't fix hanging due to brokenJohn-Mark Gurney2006-11-091-3/+4
* Various whitespace cleanups.John Baldwin2006-11-071-22/+23
* 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
* More fully support 64-bit bars. Prior to this commit, we supportedWarner Losh2006-10-301-12/+29
* fix tab indentation for CP and RV...John-Mark Gurney2006-10-201-7/+51
* provide routines to access VPD data at the PCI layer...John-Mark Gurney2006-10-091-3/+339
* spell PCIS_CRYPTO_ENTERTAIN properly...John-Mark Gurney2006-09-201-1/+1
* Simplify the pager support in DDB. Allowing different db commands toJohn Baldwin2006-07-121-4/+3
* Fixup some comments to allow for the fact that PCI domains are not specificJohn Baldwin2006-05-111-3/+3
* The size of I/O ranges can be anything from 16 bytes to 2G bytes.Marcel Moolenaar2006-04-271-2/+2
* Make the 'pci_devclass' pointer variable private (drivers really shouldn'tJohn Baldwin2006-01-201-1/+1
* Use __HAVE_ACPI and __PCI_REROUTE_INTERRUPT as appropriate rather thanWarner Losh2006-01-011-4/+2
* Remove stray debug from p4 integration.Warner Losh2006-01-011-5/+1
* Remove debug now that I've looped back the big changes into my p4 tree.Warner Losh2005-12-301-4/+0
* Expose pci_add_resources to the outside world, add a 'force' flag toWarner Losh2005-12-301-29/+61