summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci
Commit message (Expand)AuthorAgeFilesLines
* Rewrite x86bios and update its dependent drivers.jkim2009-10-191-0/+21
* Workaround buggy BIOS code in USB regard. By doing the BIOS to OS handover forthompsa2009-10-151-0/+121
* number of cleanups in i386 and amd64 pci md codeavg2009-09-241-0/+1
* Don't reread the command register to see if enabling I/O or memoryjhb2009-09-221-25/+1
* pci(4): don't perform maximum register number checkavg2009-09-111-2/+1
* pci: remove definitions of duplicate constantsavg2009-09-102-12/+5
* Add a MD __PCI_BAR_ZERO_VALID which denotes that BARs containing 0marius2009-07-211-8/+15
* Enable MSI in the MSI capability registers any time that the first messagejhb2009-06-221-1/+3
* Import ACPICA 20090521.jkim2009-06-051-1/+1
* Include <machine/stdarg.h> for va_*(). I'm not sure how this compiledjhb2009-06-021-0/+1
* Add an internal pci_printf() routine similar to device_printf() exceptjhb2009-06-011-7/+18
* Adjust some comments.jhb2009-06-011-4/+4
* Revert junk from last commit. These are WIP and not ready (and don'timp2009-05-203-116/+0
* We no longer need to use d_thread_t, migrate to struct thread *.imp2009-05-203-0/+116
* - Add a few more register defintions for the PCI express capabilityjhb2009-04-171-0/+28
* - Consolidate duplicated code for reading and sizing BARs and writing basejhb2009-04-141-121/+98
* - Fix spacing in the comment.stas2009-04-031-1/+1
* - Correct the comment.stas2009-04-031-3/+4
* Don't adjust ranges at all for subtractive bridges. The simple-mindedimp2009-03-151-0/+4
* Two fixes:imp2009-03-142-18/+14
* Fix a buglet in revision 189401: when restoring a 64-bit BAR,marcel2009-03-101-1/+1
* Invert the logic error for the MSI/MSIX vs INTx case.rnoland2009-03-061-1/+1
* Always read/write the full 64-bit value of 64-bit BARs. Specifically,jhb2009-03-052-23/+34
* Honor the prefetchable flag in memory BARs by setting the RF_PREFETCHABLEjhb2009-03-051-2/+6
* The recent PCI resource allocation fixes exposed a bug where the samejhb2009-03-041-1/+60
* Extend the management of PCIM_CMD_INTxDIS.rnoland2009-03-041-18/+35
* Further refine the handling of resources for BARs in the PCI bus driver.jhb2009-03-032-82/+167
* Disable INTx when enabling MSI/MSIXrnoland2009-03-022-0/+5
* Don't throw away upper 32-bits of the HT MSI address window. In practicejhb2009-02-261-1/+1
* Add SATA and PCI Advanced Features capabilities constants.mav2009-02-151-0/+11
* - Add a new ioctl to /dev/pci to fetch details on an individual BAR of ajhb2009-02-022-4/+73
* Change the probe priority for PCI and I2C generic bus modules fromnwhitehorn2009-01-201-1/+1
* Disable decoding of BARs by devices before we trash the value in the BARjhb2009-01-161-0/+18
* Add ADMA, SATA and SAS mass storage subclasses reporting.mav2008-11-131-0/+3
* Nit: Add a few leading zeros to make this match other mask constantsimp2008-11-031-1/+1
* Add HDA multimedia subclass.mav2008-10-212-0/+2
* Add "SD host controller" subclass name.mav2008-10-211-0/+1
* pci_setup_intr() will only enable MSI/MSI-X for direct children. Add methodsrnoland2008-09-191-2/+18
* Allow child devices of vgapci(4) to query VPD strings and use MSI/MSI-Xjhb2008-09-161-1/+99
* Style nit. Continued lines are indented 2 spaces in this file.imp2008-09-031-4/+4
* Cope with errors from device_get_children(). These errors can happenimp2008-08-231-4/+7
* Cosmetic nit.imp2008-08-231-2/+0
* The config space registers holding the upper 32-bits of the prefetchablejhb2008-08-202-4/+19
* Update a comment about not numbering pci busses. This may soon beimp2008-08-171-7/+9
* Remove useless #if 1.imp2008-08-161-2/+0
* Add some sysctl reporting for most pci_pci bridges. We now reportimp2008-08-162-3/+21
* Change -1 to 0xfffffffful since the interface returns uint32_t.imp2008-08-091-1/+1
* Remove the second check for a 64-bit BAR value on a 32-bit system injhb2008-08-051-19/+1
* If the kernel fails to allocate resources for the initial value of a BARjhb2008-08-051-13/+33
* SATA device on some nForce based boards could get confused if MSI is notluoqi2008-07-233-5/+59
OpenPOWER on IntegriCloud