summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/pci.c
Commit message (Expand)AuthorAgeFilesLines
* Mask off the bar's value after the probe test write before testingimp2005-06-031-2/+2
* Typo.jhb2005-06-011-1/+1
* Don't enable I/O or memory mode in a device's command register if the BARjhb2005-05-311-7/+7
* Add a detach for pci bridge and pci bus drivers. This allows one toimp2005-04-291-0/+1
* Call pci_print_verbose() before pci_add_resources() so that the order ofjhb2005-04-141-1/+1
* It isn't a whinable offence to want memory when the bar says ioport.imp2005-04-111-6/+8
* Go ahead and try to allocate PCI_BAR(5) for ata devices.imp2005-04-101-0/+1
* move the statement about switching power states to just before we do it, sojmg2005-04-011-5/+7
* add some additional pci classes and sub-classes..jmg2005-03-261-1/+25
* relocate the power state transition statements to thejmg2005-03-231-15/+5
* Use STAILQ in preference to SLIST for the resources. Insert new resourcesimp2005-03-181-1/+1
* If bus_generic_susped returns an error, devlist is not freed. Free it.imp2005-03-151-1/+3
* Expose pci_cfg_safe/restore for subclasses of pci to use.imp2005-02-281-4/+2
* kill unused variablesam2005-02-251-2/+0
* Enable interrupt routing as first choice on alpha.ticso2005-02-071-1/+1
* Fix typo.njl2005-01-291-2/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Fix last second typos that crept in :-(.imp2004-12-311-2/+2
* Implement mimimum system software delays, per PCI PM 1.1 spec, asimp2004-12-311-38/+55
* Fix comments to match last commit, and minor reformatting...imp2004-12-081-16/+16
* It turns out that a lot of newer systems have 'base peripherals' onimp2004-12-081-1/+2
* ACPI is not on pc98 either.njl2004-12-031-1/+2
* Non-x86 platforms cannot use the ACPI includes. This should be fixed butnjl2004-12-031-0/+4
* Turn ACPI and PCI devices off or to a lower power state in suspend andnjl2004-12-021-15/+54
* Make pci_do_powerstate default to 1 now that we've done the release toimp2004-11-101-2/+2
* - Change the ddb paging "support" to use a variable (db_lines_per_page) tojhb2004-11-011-1/+1
* Fix a spelling error in a panic string.green2004-10-141-1/+1
* Re-route interrupts on arm as well.cognet2004-09-231-1/+2
* Disable native ata support for now, too much breaksimp2004-07-021-1/+1
* Update the special handling code for ATA devices to allow usage ofsos2004-06-291-54/+42
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-1/+1
* Use PCI_BAR() in preference to PCI_MAPS + x * 4.imp2004-05-241-2/+2
* Do not write to those config registers that are unambiguously definedimp2004-05-241-19/+0
* Fix cutNpasto in last commit.imp2004-05-211-1/+1
* ifdef writing to registers that the base pci standard says areimp2004-05-211-0/+13
* Compeletely rewrite the description of hw.pci.do_powerstate to soundimp2004-05-211-2/+2
* Improve the English somewhat.imp2004-05-211-1/+1
* Ooops, forgot to commit the updated definition for hw.pci.do_powerstateimp2004-05-211-2/+1
* MFp4:imp2004-05-211-3/+7
* Move pci_do_powerstate up a level. Now it just means 'do not turn devicesimp2004-05-211-3/+6
* MFp4: o save/restore subvendor, subdevice, vendor, device, baseclass,imp2004-05-211-0/+16
* make the pci power state and resource code a lot less chatty. Theimp2004-05-211-17/+28
* Remove the EBus stopgap of r1.248; a proper fix is in place now.tmm2004-04-281-8/+0
* Fix two typos from PR: 65694imp2004-04-261-1/+1
* Add a stopgap for the EBus breakage on sparc64 since the PCI code doesmarius2004-04-231-0/+8
* ata devices in legacy are special, and we must treat them as such.imp2004-04-211-45/+99
* Do not pre-allocate resources for BAR's on ATA MASTERDEV's thats onsos2004-04-201-0/+9
* ooops. I disabled pci_enable_io_modes not pci_do_powerstate in the lastimp2004-04-161-4/+4
* make the bad bar warning less scary, and toss it behind a bootverbose.imp2004-04-161-2/+3
* Turn off the power stuff for a little while longer. There appears to beimp2004-04-161-2/+2
OpenPOWER on IntegriCloud