summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci
Commit message (Expand)AuthorAgeFilesLines
* Use the new resource_list_print_type() function to print resource listtmm2001-12-212-48/+5
* Add support for the Intel 82443MX chipsetpirzyk2001-12-212-2/+3
* Don't put variable declarations in header files, put prototypes.mdodd2001-12-192-2/+6
* Experimental patch to try to properly clip the range of the memoryimp2001-11-261-0/+4
* Add PCI_ENABLE_IO_MODES option, for BIOSen that neglect this.jlemon2001-10-251-0/+1
* Re-route interrupts on ia64 so that we can get the I/O SAPIC interruptdfr2001-10-051-1/+12
* o Modify access control code for /dev/pci device to use securelevel_gt()rwatson2001-09-261-3/+9
* Add a standard hack in the spirit of PCI_ENABLE_IO_MODES to allow systemsbrooks2001-09-261-0/+4
* KSE Milestone 2julian2001-09-121-6/+6
* Small nit: Make both prints use 'at device %d.%d'.n_hibma2001-09-011-1/+1
* Ugggg. I thought I'd already committed this to -current:imp2001-08-271-1/+1
* Fix reversed arguments to pci_write_config()peter2001-06-031-2/+2
* Backout previous revision. While it fixed many platforms, it brokegallatin2001-05-311-5/+1
* finally fix intr routing on alphas such as the as500 after months ofgallatin2001-05-271-1/+5
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* The serverworks OSB4 pci->isa bridge has the same mapping register atpeter2001-03-151-3/+3
* Slightly reimplement some recently added helper functions as methods, sopeter2001-02-273-35/+113
* Fix typo: wierd -> weird.asmodai2001-02-061-1/+1
* Remove vga_pci generic driver.nsouch2001-01-051-75/+0
* Sanity check ptr for legal values so it is less likelymjacob2001-01-011-0/+6
* Add PCIR_CAP_PTR as a define for the location of the capabilitygibbs2000-12-201-0/+1
* Remove a redundant prototype.msmith2000-12-131-1/+0
* Don't try to free the now-nonexistent hdrspec field. This one snuck bymsmith2000-12-131-2/+0
* Next round of PCI subsystem updates:msmith2000-12-136-694/+930
* - We have access to our own device_t here, so use pci_read_configmsmith2000-12-122-30/+77
* Don't try to fix up the Orion here; the interface we use is wrong for themsmith2000-12-121-16/+0
* - Don't return early from the PCI:EISA bridge attachment, or we will losemsmith2000-12-122-42/+41
* It looks like we can't count on these devices always having a consistentmsmith2000-12-111-44/+43
* The ICH2 reports itself as a PCI:ISA bridge, so don't special-case itmsmith2000-12-101-1/+0
* Cosmetic nit; separate slot/function with '.' not ':'msmith2000-12-091-1/+1
* - Fix the device database parsing code so that it actually works.msmith2000-12-093-12/+30
* Next phase in the PCI subsystem cleanup.msmith2000-12-088-138/+1105
* Convert the pcib_{read,write}_config args from signed to unsigned,gallatin2000-12-011-8/+8
* Reduce code duplication by using the GET_RESOURCE_LIST bus method and relatedmdodd2000-11-281-45/+18
* fix warning compile error about unused variabledarrenr2000-10-291-0/+2
* Fix params passed to pci_porten() and pci_memen().phk2000-10-291-2/+2
* Unconditionally turning on the I/O and memory enable bits in the PCImsmith2000-10-281-1/+14
* Allow PCI busses to be connected to host bridges detected by ACPI as well.msmith2000-10-281-0/+1
* Write the routed interrupt back to PCI configuration space.msmith2000-10-191-1/+1
* Forgot to commit this last night.imp2000-10-161-0/+10
* The previous commit broke kernel builds on alpha (and probably ia64).gallatin2000-10-161-0/+2
* When a pci device hasn't had an interrupt routed to it (signified byimp2000-10-161-0/+19
* Validate the PCI bus number that we fetch from our parent, since there's nomsmith2000-10-091-2/+5
* Add definition for PCIS_SERIALBUS_SMBUS PCI device subclass.archie2000-10-021-2/+1
* Get out the roto-rooter and clean up the abuse of nexus ivars by thepeter2000-09-281-2/+6
* Add PCIM_CMD_MWRICEN, the bit in the command register in PCI spacegibbs2000-09-161-0/+1
* When dumping the 'found devices' list in verbose mode, actually show thepeter2000-09-051-0/+2
* If a base address register has been set up by the BIOS, but the relevantmsmith2000-09-011-6/+13
* Remove duplicate static definition of pci_devclasspeter2000-08-311-1/+0
* * Completely rewrite the alpha busspace to hide the implementation fromdfr2000-08-283-182/+248
OpenPOWER on IntegriCloud