aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pci
Commit message (Expand)AuthorAgeFilesLines
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-066-6/+6
* Fix last second typos that crept in :-(.Warner Losh2004-12-311-2/+2
* Implement mimimum system software delays, per PCI PM 1.1 spec, asWarner Losh2004-12-311-38/+55
* Fix comments to match last commit, and minor reformatting...Warner Losh2004-12-081-16/+16
* It turns out that a lot of newer systems have 'base peripherals' onWarner Losh2004-12-081-1/+2
* ACPI is not on pc98 either.Nate Lawson2004-12-031-1/+2
* Non-x86 platforms cannot use the ACPI includes. This should be fixed butNate Lawson2004-12-031-0/+4
* Turn ACPI and PCI devices off or to a lower power state in suspend andNate Lawson2004-12-021-15/+54
* Make pci_do_powerstate default to 1 now that we've done the release toWarner Losh2004-11-101-2/+2
* - Change the ddb paging "support" to use a variable (db_lines_per_page) toJohn Baldwin2004-11-011-1/+1
* Fix a spelling error in a panic string.Brian Feldman2004-10-141-1/+1
* Re-route interrupts on arm as well.Olivier Houchard2004-09-231-1/+2
* Disable native ata support for now, too much breaksWarner Losh2004-07-021-1/+1
* Trim a few things from the dmesg output and stick them under bootverbose toJohn Baldwin2004-07-011-1/+1
* Update the special handling code for ATA devices to allow usage ofSøren Schmidt2004-06-291-54/+42
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-162-4/+4
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* Add some missing <sys/module.h> includes which are masked by thePoul-Henning Kamp2004-05-304-2/+6
* Use PCI_BAR() in preference to PCI_MAPS + x * 4.Warner Losh2004-05-241-2/+2
* Do not write to those config registers that are unambiguously definedWarner Losh2004-05-241-19/+0
* Fix cutNpasto in last commit.Warner Losh2004-05-211-1/+1
* ifdef writing to registers that the base pci standard says areWarner Losh2004-05-211-0/+13
* Compeletely rewrite the description of hw.pci.do_powerstate to soundWarner Losh2004-05-211-2/+2
* Improve the English somewhat.Warner Losh2004-05-211-1/+1
* Ooops, forgot to commit the updated definition for hw.pci.do_powerstateWarner Losh2004-05-211-2/+1
* MFp4:Warner Losh2004-05-211-3/+7
* Move pci_do_powerstate up a level. Now it just means 'do not turn devicesWarner Losh2004-05-211-3/+6
* MFp4: o save/restore subvendor, subdevice, vendor, device, baseclass,Warner Losh2004-05-211-0/+16
* make the pci power state and resource code a lot less chatty. TheWarner Losh2004-05-211-17/+28
* Remove the EBus stopgap of r1.248; a proper fix is in place now.Thomas Moestl2004-04-281-8/+0
* Fix two typos from PR: 65694Warner Losh2004-04-261-1/+1
* Add a stopgap for the EBus breakage on sparc64 since the PCI code doesMarius Strobl2004-04-231-0/+8
* ata devices in legacy are special, and we must treat them as such.Warner Losh2004-04-211-45/+99
* Do not pre-allocate resources for BAR's on ATA MASTERDEV's thats onSøren Schmidt2004-04-201-0/+9
* ooops. I disabled pci_enable_io_modes not pci_do_powerstate in the lastWarner Losh2004-04-161-4/+4
* make the bad bar warning less scary, and toss it behind a bootverbose.Warner Losh2004-04-161-2/+3
* Turn off the power stuff for a little while longer. There appears to beWarner Losh2004-04-161-2/+2
* Now that the dust has settled on the resource issues, turn on theWarner Losh2004-04-141-2/+2
* Some devices have what appear to be invalid BARs. They are invalid inWarner Losh2004-04-131-26/+51
* Add system tunable to turn off power state changes. Default to off untilWarner Losh2004-04-111-15/+48
* Only print state change message for real state changes. When we set aWarner Losh2004-04-091-6/+10
* Omnibus PCI commit:Warner Losh2004-04-093-60/+298
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-1/+3
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-1/+1
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-0/+2
* It appears that the changes in the resources allocated is causing muchWarner Losh2004-01-171-1/+4
* Add support for subtractive decoding bridges. These bridges pass allWarner Losh2004-01-112-159/+128
* MF-p4/diff reduction:Warner Losh2004-01-111-1/+0
* Minor whitespace changes to conform better to stlye(9) and reduce diffsWarner Losh2003-12-241-5/+5
* Initial landing of SMP support for FreeBSD/amd64.Peter Wemm2003-11-171-1/+1