summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/pci.c
Commit message (Expand)AuthorAgeFilesLines
* spell PCIS_CRYPTO_ENTERTAIN properly...jmg2006-09-201-1/+1
* Simplify the pager support in DDB. Allowing different db commands tojhb2006-07-121-4/+3
* Fixup some comments to allow for the fact that PCI domains are not specificjhb2006-05-111-3/+3
* The size of I/O ranges can be anything from 16 bytes to 2G bytes.marcel2006-04-271-2/+2
* Make the 'pci_devclass' pointer variable private (drivers really shouldn'tjhb2006-01-201-1/+1
* Use __HAVE_ACPI and __PCI_REROUTE_INTERRUPT as appropriate rather thanimp2006-01-011-4/+2
* Remove stray debug from p4 integration.imp2006-01-011-5/+1
* Remove debug now that I've looped back the big changes into my p4 tree.imp2005-12-301-4/+0
* Expose pci_add_resources to the outside world, add a 'force' flag toimp2005-12-301-29/+61
* Add a new method PCI_FIND_EXTCAP() to the pci bus interface that is usedjhb2005-12-201-2/+54
* Improve diagnostic message.imp2005-11-091-2/+3
* MFp4: When doing lazy allocation, it turns out that we need to record theimp2005-10-291-0/+3
* Use symbolic name rather thanhard coding the cap pointer offset forimp2005-10-291-1/+1
* Minor style(9) nitage.imp2005-10-281-4/+2
* Add a 1 microsecond delay in pci_add_children(), right before the readwpaul2005-10-251-0/+1
* - Consolidate duplicated code for assigning interrupts to PCI devices viajhb2005-09-291-17/+55
* Split power state control into two variables. hw.pci.do_powerstateimp2005-09-211-16/+18
* Change hw.pci.do_powerstate from a boolean to a range. 0 means theimp2005-09-111-15/+34
* Allow one to access the cached values for CMDREG, CACHELNSZ, MINGNT,imp2005-09-111-6/+23
* More consistantly return the correct BAR size. Before, we'd onlyimp2005-09-031-6/+8
* Typo in comment.jhb2005-09-011-1/+1
* Treat resources that are 0xfffff.... as being 'unassigned'.imp2005-09-011-1/+6
* 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
OpenPOWER on IntegriCloud