summaryrefslogtreecommitdiff
path: root/sys/dev/pci
Commit message (Expand)AuthorAgeFilesLines
* 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
* Extend the management of PCIM_CMD_INTxDIS.Robert Noland2009-03-041-18/+35
* Further refine the handling of resources for BARs in the PCI bus driver.John Baldwin2009-03-032-82/+167
* Disable INTx when enabling MSI/MSIXRobert Noland2009-03-022-0/+5
* Don't throw away upper 32-bits of the HT MSI address window. In practiceJohn Baldwin2009-02-261-1/+1
* Add SATA and PCI Advanced Features capabilities constants.Alexander Motin2009-02-151-0/+11
* - Add a new ioctl to /dev/pci to fetch details on an individual BAR of aJohn Baldwin2009-02-022-4/+73
* Change the probe priority for PCI and I2C generic bus modules fromNathan Whitehorn2009-01-201-1/+1
* Disable decoding of BARs by devices before we trash the value in the BARJohn Baldwin2009-01-161-0/+18
* Add ADMA, SATA and SAS mass storage subclasses reporting.Alexander Motin2008-11-131-0/+3
* Nit: Add a few leading zeros to make this match other mask constantsWarner Losh2008-11-031-1/+1
* Add HDA multimedia subclass.Alexander Motin2008-10-212-0/+2
* Add "SD host controller" subclass name.Alexander Motin2008-10-211-0/+1
* pci_setup_intr() will only enable MSI/MSI-X for direct children. Add methodsRobert Noland2008-09-191-2/+18
* Allow child devices of vgapci(4) to query VPD strings and use MSI/MSI-XJohn Baldwin2008-09-161-1/+99
* Style nit. Continued lines are indented 2 spaces in this file.Warner Losh2008-09-031-4/+4
* Cope with errors from device_get_children(). These errors can happenWarner Losh2008-08-231-4/+7
* Cosmetic nit.Warner Losh2008-08-231-2/+0
* The config space registers holding the upper 32-bits of the prefetchableJohn Baldwin2008-08-202-4/+19
* Update a comment about not numbering pci busses. This may soon beWarner Losh2008-08-171-7/+9
* Remove useless #if 1.Warner Losh2008-08-161-2/+0