| Commit message (Expand) | Author | Age | Files | Lines |
* | This commit was manufactured by cvs2svn to create tagrelease/6.1.0_cvs | cvs2svn | 2006-05-06 | 1 | -1/+1 |
* | 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: add 1 microsecond delay to pci_add_children() bus enumeration loop | Bill Paul | 2005-10-27 | 1 | -0/+1 |
* | 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 |
* | 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 |
* | 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 | 1 | -0/+1 |
* | Call pci_print_verbose() before pci_add_resources() so that the order of | John Baldwin | 2005-04-14 | 1 | -1/+1 |
* | 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 |
* | move the statement about switching power states to just before we do it, so | John-Mark Gurney | 2005-04-01 | 1 | -5/+7 |
* | add some additional pci classes and sub-classes.. | John-Mark Gurney | 2005-03-26 | 1 | -1/+25 |
* | 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 | 1 | -4/+2 |
* | kill unused variable | Sam Leffler | 2005-02-25 | 1 | -2/+0 |
* | 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 | 1 | -1/+1 |
* | 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 |
* | ACPI is not on pc98 either. | Nate Lawson | 2004-12-03 | 1 | -1/+2 |
* | Non-x86 platforms cannot use the ACPI includes. This should be fixed but | Nate Lawson | 2004-12-03 | 1 | -0/+4 |
* | Turn ACPI and PCI devices off or to a lower power state in suspend and | Nate Lawson | 2004-12-02 | 1 | -15/+54 |
* | Make pci_do_powerstate default to 1 now that we've done the release to | Warner Losh | 2004-11-10 | 1 | -2/+2 |
* | - Change the ddb paging "support" to use a variable (db_lines_per_page) to | John Baldwin | 2004-11-01 | 1 | -1/+1 |
* | Fix a spelling error in a panic string. | Brian Feldman | 2004-10-14 | 1 | -1/+1 |
* | Re-route interrupts on arm as well. | Olivier Houchard | 2004-09-23 | 1 | -1/+2 |
* | Disable native ata support for now, too much breaks | Warner Losh | 2004-07-02 | 1 | -1/+1 |
* | Update the special handling code for ATA devices to allow usage of | Søren Schmidt | 2004-06-29 | 1 | -54/+42 |
* | Do the dreaded s/dev_t/struct cdev */ | Poul-Henning Kamp | 2004-06-16 | 1 | -1/+1 |
* | Use PCI_BAR() in preference to PCI_MAPS + x * 4. | Warner Losh | 2004-05-24 | 1 | -2/+2 |
* | Do not write to those config registers that are unambiguously defined | Warner Losh | 2004-05-24 | 1 | -19/+0 |
* | Fix cutNpasto in last commit. | Warner Losh | 2004-05-21 | 1 | -1/+1 |
* | ifdef writing to registers that the base pci standard says are | Warner Losh | 2004-05-21 | 1 | -0/+13 |
* | Compeletely rewrite the description of hw.pci.do_powerstate to sound | Warner Losh | 2004-05-21 | 1 | -2/+2 |
* | Improve the English somewhat. | Warner Losh | 2004-05-21 | 1 | -1/+1 |
* | Ooops, forgot to commit the updated definition for hw.pci.do_powerstate | Warner Losh | 2004-05-21 | 1 | -2/+1 |
* | MFp4: | Warner Losh | 2004-05-21 | 1 | -3/+7 |
* | Move pci_do_powerstate up a level. Now it just means 'do not turn devices | Warner Losh | 2004-05-21 | 1 | -3/+6 |
* | MFp4: o save/restore subvendor, subdevice, vendor, device, baseclass, | Warner Losh | 2004-05-21 | 1 | -0/+16 |
* | make the pci power state and resource code a lot less chatty. The | Warner Losh | 2004-05-21 | 1 | -17/+28 |