| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: 1.21: Fix bounds checking for PCIOCREAD and PCIOCWRITE. | Ruslan Ermilov | 2006-10-16 | 1 | -6/+8 |
| * | MFC rev 1.311: Allow 16 byte memory mapped I/O ranges. | Marcel Moolenaar | 2006-09-25 | 1 | -2/+2 |
| * | MFC: v1.314 pci.c | John-Mark Gurney | 2006-09-23 | 1 | -1/+1 |
| * | MFC: Workaround a hang on some nForce2 systems that can happen if the CPU | John Baldwin | 2006-05-31 | 1 | -0/+38 |
| * | MFC: 1.38, 1.40 | Jung-uk Kim | 2006-05-22 | 1 | -0/+26 |
| * | I haven't yet merged back the defines from -current for | Warner Losh | 2006-01-31 | 1 | -1/+2 |
| * | MFC: | Warner Losh | 2006-01-30 | 1 | -49/+93 |
| * | MFC: 1.16 expose pci_add_resources to the outside world (well, pci busses) | Warner Losh | 2006-01-30 | 1 | -0/+2 |
| * | MFC: | Warner Losh | 2006-01-30 | 1 | -5/+10 |
| * | MFC 1.46-1.51: more defines for capabilities and Cardbus CIS things. | Warner Losh | 2006-01-29 | 1 | -1/+20 |
| * | MFC: add 1 microsecond delay to pci_add_children() bus enumeration loop | Bill Paul | 2005-10-27 | 1 | -0/+1 |
| * | MFC: Don't save and restore the ELCR across suspend and resume for a | John Baldwin | 2005-10-06 | 1 | -100/+5 |
| * | MFC: Consolidate common code for assigning interrupts to PCI devices and | John Baldwin | 2005-10-06 | 1 | -17/+55 |
| * | MFC: 1.297 and 1.298 | Warner Losh | 2005-09-27 | 1 | -22/+43 |
| * | MFC: rev 1.20 | Paul Saab | 2005-09-16 | 1 | -1/+8 |
| * | Change the default of pci_do_powerstate to 0, per request from re@. | Warner Losh | 2005-09-11 | 1 | -2/+2 |
| * | MFC: 1.293 1.294: Treat resources that are 0xfffxxxx as being unassigned | Warner Losh | 2005-09-05 | 1 | -1/+6 |
| * | As threatened by BURN_BRIDGES, restire PCIR_MAPS and PCIR_HEADERTYPE | Warner Losh | 2005-06-05 | 1 | -6/+0 |
| * | Mask off the bar's value after the probe test write before testing | Warner Losh | 2005-06-03 | 1 | -2/+2 |
| * | Typo. | John Baldwin | 2005-06-01 | 1 | -1/+1 |
| * | Don't enable I/O or memory mode in a device's command register if the BAR | John Baldwin | 2005-05-31 | 1 | -7/+7 |
| * | Add a detach for pci bridge and pci bus drivers. This allows one to | Warner Losh | 2005-04-29 | 2 | -0/+2 |
| * | In pcib_alloc_resource() check if the resource allocation request is | Marcel Moolenaar | 2005-04-29 | 1 | -0/+16 |
| * | Add pci_is_vga_ioport_range() and pci_is_vga_memory_range() as inline | Marcel Moolenaar | 2005-04-29 | 1 | -0/+18 |
| * | Add defines for the Bridge Control Register bits. | Marcel Moolenaar | 2005-04-29 | 1 | -0/+13 |
| * | Call pci_print_verbose() before pci_add_resources() so that the order of | John Baldwin | 2005-04-14 | 1 | -1/+1 |
| * | Fix compile error :-(. | Warner Losh | 2005-04-13 | 1 | -1/+2 |
| * | Use pci_find_bsf() to retrieve the PCI device associated with | Bruce M Simpson | 2005-04-13 | 1 | -13/+16 |
| * | Default to a interrupt router that returns an invalid interrupt. | Warner Losh | 2005-04-13 | 1 | -1/+9 |
| * | It isn't a whinable offence to want memory when the bar says ioport. | Warner Losh | 2005-04-11 | 1 | -6/+8 |
| * | Go ahead and try to allocate PCI_BAR(5) for ata devices. | Warner Losh | 2005-04-10 | 1 | -0/+1 |
| * | fix misspelling of 0x30... | John-Mark Gurney | 2005-04-01 | 1 | -1/+1 |
| * | move the statement about switching power states to just before we do it, so | John-Mark Gurney | 2005-04-01 | 1 | -5/+7 |
| * | fix a copy/paste typo for scanner/gameport... | John-Mark Gurney | 2005-03-26 | 1 | -2/+2 |
| * | add some additional pci classes and sub-classes.. | John-Mark Gurney | 2005-03-26 | 2 | -3/+61 |
| * | Add code to read the primary PCI bus number out of the Compaq/HP 6010 | John Baldwin | 2005-03-25 | 1 | -0/+5 |
| * | relocate the power state transition statements to the | John-Mark Gurney | 2005-03-23 | 1 | -15/+5 |
| * | Use STAILQ in preference to SLIST for the resources. Insert new resources | Warner Losh | 2005-03-18 | 1 | -1/+1 |
| * | If bus_generic_susped returns an error, devlist is not freed. Free it. | Warner Losh | 2005-03-15 | 1 | -1/+3 |
| * | Expose pci_cfg_safe/restore for subclasses of pci to use. | Warner Losh | 2005-02-28 | 2 | -4/+4 |
| * | Use dynamic major number allocation. | Poul-Henning Kamp | 2005-02-27 | 1 | -7/+0 |
| * | kill unused variable | Sam Leffler | 2005-02-25 | 1 | -2/+0 |
| * | For the I/O port case, we need to set ok to 1 if we have what looks | Warner Losh | 2005-02-18 | 1 | -8/+15 |
| * | Enable interrupt routing as first choice on alpha. | Bernd Walter | 2005-02-07 | 1 | -1/+1 |
| * | Fix typo. | Nate Lawson | 2005-01-29 | 1 | -2/+1 |
| * | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh | 2005-01-06 | 6 | -6/+6 |
| * | Fix last second typos that crept in :-(. | Warner Losh | 2004-12-31 | 1 | -2/+2 |
| * | Implement mimimum system software delays, per PCI PM 1.1 spec, as | Warner Losh | 2004-12-31 | 1 | -38/+55 |
| * | Fix comments to match last commit, and minor reformatting... | Warner Losh | 2004-12-08 | 1 | -16/+16 |
| * | It turns out that a lot of newer systems have 'base peripherals' on | Warner Losh | 2004-12-08 | 1 | -1/+2 |