summaryrefslogtreecommitdiff
path: root/sys/dev/pci
Commit message (Expand)AuthorAgeFilesLines
* Call pci_print_verbose() before pci_add_resources() so that the order ofJohn Baldwin2005-04-141-1/+1
* Fix compile error :-(.Warner Losh2005-04-131-1/+2
* Use pci_find_bsf() to retrieve the PCI device associated withBruce M Simpson2005-04-131-13/+16
* Default to a interrupt router that returns an invalid interrupt.Warner Losh2005-04-131-1/+9
* It isn't a whinable offence to want memory when the bar says ioport.Warner Losh2005-04-111-6/+8
* Go ahead and try to allocate PCI_BAR(5) for ata devices.Warner Losh2005-04-101-0/+1
* fix misspelling of 0x30...John-Mark Gurney2005-04-011-1/+1
* move the statement about switching power states to just before we do it, soJohn-Mark Gurney2005-04-011-5/+7
* fix a copy/paste typo for scanner/gameport...John-Mark Gurney2005-03-261-2/+2
* add some additional pci classes and sub-classes..John-Mark Gurney2005-03-262-3/+61
* Add code to read the primary PCI bus number out of the Compaq/HP 6010John Baldwin2005-03-251-0/+5
* relocate the power state transition statements to theJohn-Mark Gurney2005-03-231-15/+5
* Use STAILQ in preference to SLIST for the resources. Insert new resourcesWarner Losh2005-03-181-1/+1
* If bus_generic_susped returns an error, devlist is not freed. Free it.Warner Losh2005-03-151-1/+3
* Expose pci_cfg_safe/restore for subclasses of pci to use.Warner Losh2005-02-282-4/+4
* Use dynamic major number allocation.Poul-Henning Kamp2005-02-271-7/+0
* kill unused variableSam Leffler2005-02-251-2/+0
* For the I/O port case, we need to set ok to 1 if we have what looksWarner Losh2005-02-181-8/+15
* Enable interrupt routing as first choice on alpha.Bernd Walter2005-02-071-1/+1
* Fix typo.Nate Lawson2005-01-291-2/+1
* 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