summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/pci.c
Commit message (Expand)AuthorAgeFilesLines
* Include class designation in pnpinfo for generic driver loadingimp2003-02-181-2/+3
* Move the pnp and location info into the common pci bus. Make all knownimp2003-02-171-0/+31
* These don't need to be semi-public after all.imp2003-02-171-2/+5
* Use rman_get_device rather than rle->resl->r_dev.imp2003-02-161-7/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* Add a new cardbus specific ivar: PCI_IVAR_ETHADDR. Some pci-likeimp2002-11-271-0/+8
* Staticize local variable.mdodd2002-11-131-1/+1
* Whitespace.jhb2002-10-161-2/+2
* Removed the only PCI_DEBUG ifdef in the kernel. PCI_DEBUG was not abde2002-10-011-2/+0
* The bus number is unsigned, it cannot be less than zero.phk2002-10-011-3/+0
* Don't use GCC shorthand for ?: unless it really matters.phk2002-09-281-2/+3
* Fix up a comment.jhb2002-09-041-2/+2
* - Make pci_load_vendor_data() static and do it during MOD_LOAD instead ofjhb2002-09-041-16/+16
* Add a new command: show pciregs, equivalent to pciconf -lguido2002-08-281-0/+77
* Overhaul the ACPI PCI bridge driver a bit:jhb2002-08-261-1/+0
* Various changes to make it easier to subclass the PCI bus device.jhb2002-08-261-30/+56
* While PCI interrupts are shareable, this should not have been committed justimp2002-08-021-7/+0
* Make PCI_ENABLE_IO_MODES a sysctl hw.pci.enable_io_modes. It can alsoimp2002-07-261-20/+35
* Use PCI_INTERRUPT_VALI in stead of hard coded 255imp2002-06-011-5/+5
* More style(9) nitsimp2002-06-011-20/+23
* Make this file mostly conform to style(9).imp2002-06-011-87/+86
* Add MODULE_VERSION.mdodd2002-04-171-0/+1
* intline == 0 is not a valid intline on 386. See pci_cfgintr() inn_hibma2002-04-101-1/+5
* Add 5th parameter to pci_read_device specifying the size of the objectimp2002-03-131-5/+4
* Use the pci.c code wherever possible, rather than copying all the pciimp2002-02-271-54/+49
* Implement 2 small helper functions:mdodd2002-01-101-0/+35
* Use the new resource_list_print_type() function to print resource listtmm2001-12-211-34/+3
* Add support for the Intel 82443MX chipsetpirzyk2001-12-211-1/+2
* Don't put variable declarations in header files, put prototypes.mdodd2001-12-191-0/+2
* 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
* 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
* 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
* 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-271-29/+46
* Fix typo: wierd -> weird.asmodai2001-02-061-1/+1
* Sanity check ptr for legal values so it is less likelymjacob2001-01-011-0/+6
* 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-131-541/+266
* 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-091-9/+29
* Next phase in the PCI subsystem cleanup.msmith2000-12-081-131/+221
* 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
OpenPOWER on IntegriCloud