summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci
Commit message (Expand)AuthorAgeFilesLines
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* Add some missing <sys/module.h> includes which are masked by thephk2004-05-304-2/+6
* 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
* Now that the dust has settled on the resource issues, turn on theimp2004-04-141-2/+2
* Some devices have what appear to be invalid BARs. They are invalid inimp2004-04-131-26/+51
* Add system tunable to turn off power state changes. Default to off untilimp2004-04-111-15/+48
* Only print state change message for real state changes. When we set aimp2004-04-091-6/+10
* Omnibus PCI commit:imp2004-04-093-60/+298
* Remove advertising clause from University of California Regent'simp2004-04-071-1/+3
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-1/+1
* Device megapatch 4/6:phk2004-02-211-0/+2
* It appears that the changes in the resources allocated is causing muchimp2004-01-171-1/+4
* Add support for subtractive decoding bridges. These bridges pass allimp2004-01-112-159/+128
* MF-p4/diff reduction:imp2004-01-111-1/+0
* Minor whitespace changes to conform better to stlye(9) and reduce diffsimp2003-12-241-5/+5
* Initial landing of SMP support for FreeBSD/amd64.peter2003-11-171-1/+1
* Enable PCI interrupt routing for i386 SMP kernels.jhb2003-11-031-1/+1
* Make the cardbus driver a derived class of the pci driver. In theory, thisdfr2003-11-011-5/+1
* Change all SYSCTLS which are readonly and have a related TUNABLEsilby2003-10-211-1/+1
* The code that was meant to test alignment of the register offsetse2003-10-111-46/+24
* Add pci_resume() to reestablish interrupt routing afteriwasaki2003-09-172-1/+34
* Teach the PCI code to parse MSI extended capabilities. Re-arrange thescottl2003-09-143-23/+55
* Expand the extended capabilities list and add definitions for MSI.scottl2003-09-141-7/+42
* Remove most of the magic constants from the extcap parsing code.scottl2003-09-141-3/+3
* Bring back PCIR_HEADERTYPE as an alias for PCIR_HDRTYPE under BURN_BRIDGESjhb2003-09-031-0/+3
* Replace another instance of PCIR_MAPS with PCIR_BAR(x).jhb2003-09-031-1/+1
* Use PCIR_BAR(x) instead of PCIR_MAPS.jhb2003-09-021-1/+1
* - Deprecate PCIR_MAPS under BURN_BRIDGES (meaning it will be gone in 6.0)jhb2003-09-021-1/+5
* Don't try to enable io or memory access for non-standard resourcedfr2003-09-011-6/+9
* - Rename PCIx_HEADERTYPE* to PCIx_HDRTYPE* so the constants aren't so long.jhb2003-08-282-7/+8
* Add constants for capability IDs and header types.jhb2003-08-281-0/+14
* Use __FBSDID().obrien2003-08-246-15/+19
OpenPOWER on IntegriCloud