| Commit message (Expand) | Author | Age | Files | Lines |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 1 | -1/+1 |
* | Fix last second typos that crept in :-(. | imp | 2004-12-31 | 1 | -2/+2 |
* | Implement mimimum system software delays, per PCI PM 1.1 spec, as | imp | 2004-12-31 | 1 | -38/+55 |
* | Fix comments to match last commit, and minor reformatting... | imp | 2004-12-08 | 1 | -16/+16 |
* | It turns out that a lot of newer systems have 'base peripherals' on | imp | 2004-12-08 | 1 | -1/+2 |
* | ACPI is not on pc98 either. | njl | 2004-12-03 | 1 | -1/+2 |
* | Non-x86 platforms cannot use the ACPI includes. This should be fixed but | njl | 2004-12-03 | 1 | -0/+4 |
* | Turn ACPI and PCI devices off or to a lower power state in suspend and | njl | 2004-12-02 | 1 | -15/+54 |
* | Make pci_do_powerstate default to 1 now that we've done the release to | imp | 2004-11-10 | 1 | -2/+2 |
* | - Change the ddb paging "support" to use a variable (db_lines_per_page) to | jhb | 2004-11-01 | 1 | -1/+1 |
* | Fix a spelling error in a panic string. | green | 2004-10-14 | 1 | -1/+1 |
* | Re-route interrupts on arm as well. | cognet | 2004-09-23 | 1 | -1/+2 |
* | Disable native ata support for now, too much breaks | imp | 2004-07-02 | 1 | -1/+1 |
* | Update the special handling code for ATA devices to allow usage of | sos | 2004-06-29 | 1 | -54/+42 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 1 | -1/+1 |
* | Use PCI_BAR() in preference to PCI_MAPS + x * 4. | imp | 2004-05-24 | 1 | -2/+2 |
* | Do not write to those config registers that are unambiguously defined | imp | 2004-05-24 | 1 | -19/+0 |
* | Fix cutNpasto in last commit. | imp | 2004-05-21 | 1 | -1/+1 |
* | ifdef writing to registers that the base pci standard says are | imp | 2004-05-21 | 1 | -0/+13 |
* | Compeletely rewrite the description of hw.pci.do_powerstate to sound | imp | 2004-05-21 | 1 | -2/+2 |
* | Improve the English somewhat. | imp | 2004-05-21 | 1 | -1/+1 |
* | Ooops, forgot to commit the updated definition for hw.pci.do_powerstate | imp | 2004-05-21 | 1 | -2/+1 |
* | MFp4: | imp | 2004-05-21 | 1 | -3/+7 |
* | Move pci_do_powerstate up a level. Now it just means 'do not turn devices | imp | 2004-05-21 | 1 | -3/+6 |
* | MFp4: o save/restore subvendor, subdevice, vendor, device, baseclass, | imp | 2004-05-21 | 1 | -0/+16 |
* | make the pci power state and resource code a lot less chatty. The | imp | 2004-05-21 | 1 | -17/+28 |
* | Remove the EBus stopgap of r1.248; a proper fix is in place now. | tmm | 2004-04-28 | 1 | -8/+0 |
* | Fix two typos from PR: 65694 | imp | 2004-04-26 | 1 | -1/+1 |
* | Add a stopgap for the EBus breakage on sparc64 since the PCI code does | marius | 2004-04-23 | 1 | -0/+8 |
* | ata devices in legacy are special, and we must treat them as such. | imp | 2004-04-21 | 1 | -45/+99 |
* | Do not pre-allocate resources for BAR's on ATA MASTERDEV's thats on | sos | 2004-04-20 | 1 | -0/+9 |
* | ooops. I disabled pci_enable_io_modes not pci_do_powerstate in the last | imp | 2004-04-16 | 1 | -4/+4 |
* | make the bad bar warning less scary, and toss it behind a bootverbose. | imp | 2004-04-16 | 1 | -2/+3 |
* | Turn off the power stuff for a little while longer. There appears to be | imp | 2004-04-16 | 1 | -2/+2 |
* | Now that the dust has settled on the resource issues, turn on the | imp | 2004-04-14 | 1 | -2/+2 |
* | Some devices have what appear to be invalid BARs. They are invalid in | imp | 2004-04-13 | 1 | -26/+51 |
* | Add system tunable to turn off power state changes. Default to off until | imp | 2004-04-11 | 1 | -15/+48 |
* | Only print state change message for real state changes. When we set a | imp | 2004-04-09 | 1 | -6/+10 |
* | Omnibus PCI commit: | imp | 2004-04-09 | 1 | -58/+294 |
* | Minor whitespace changes to conform better to stlye(9) and reduce diffs | imp | 2003-12-24 | 1 | -5/+5 |
* | Initial landing of SMP support for FreeBSD/amd64. | peter | 2003-11-17 | 1 | -1/+1 |
* | Enable PCI interrupt routing for i386 SMP kernels. | jhb | 2003-11-03 | 1 | -1/+1 |
* | Make the cardbus driver a derived class of the pci driver. In theory, this | dfr | 2003-11-01 | 1 | -5/+1 |
* | Add pci_resume() to reestablish interrupt routing after | iwasaki | 2003-09-17 | 1 | -1/+33 |
* | Teach the PCI code to parse MSI extended capabilities. Re-arrange the | scottl | 2003-09-14 | 1 | -17/+37 |
* | Remove most of the magic constants from the extcap parsing code. | scottl | 2003-09-14 | 1 | -3/+3 |
* | Replace another instance of PCIR_MAPS with PCIR_BAR(x). | jhb | 2003-09-03 | 1 | -1/+1 |
* | Use PCIR_BAR(x) instead of PCIR_MAPS. | jhb | 2003-09-02 | 1 | -1/+1 |
* | Don't try to enable io or memory access for non-standard resource | dfr | 2003-09-01 | 1 | -6/+9 |
* | - Rename PCIx_HEADERTYPE* to PCIx_HDRTYPE* so the constants aren't so long. | jhb | 2003-08-28 | 1 | -3/+3 |