aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pci
Commit message (Expand)AuthorAgeFilesLines
* Add 5th parameter to pci_read_device specifying the size of the objectWarner Losh2002-03-132-6/+6
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin2002-02-271-1/+1
* Use the pci.c code wherever possible, rather than copying all the pciWarner Losh2002-02-272-54/+116
* Fix warnings introduced in the PCI_ALLOW_UNSUPPORTED_IO_RANGE case.Warner Losh2002-02-261-6/+6
* Allow PCI_ALLOW_UNSUPPORTED_IO_RANGE to leave broken setups broken enoughPoul-Henning Kamp2002-02-221-0/+18
* Put the stard/end adjustments back. They are needed. Also make startWarner Losh2002-02-191-2/+18
* Don't claim to have routed an interrupt when the method actually returned anMike Smith2002-02-122-2/+9
* Make unsupported memory range message bootverbose onlyWarner Losh2002-02-091-4/+7
* Remove bogus range restrictions that attempted to restrict the rangeWarner Losh2002-02-081-14/+30
* Make PCI_ALLOW_UNSUPPORTED_IO_RANGE an option until the ISA addressWarner Losh2002-01-151-0/+5
* Implement 2 small helper functions:Matthew N. Dodd2002-01-102-0/+37
* Use the new resource_list_print_type() function to print resource listThomas Moestl2001-12-212-48/+5
* Add support for the Intel 82443MX chipsetJim Pirzyk2001-12-212-2/+3
* Don't put variable declarations in header files, put prototypes.Matthew N. Dodd2001-12-192-2/+6
* Experimental patch to try to properly clip the range of the memoryWarner Losh2001-11-261-0/+4
* Add PCI_ENABLE_IO_MODES option, for BIOSen that neglect this.Jonathan Lemon2001-10-251-0/+1
* Re-route interrupts on ia64 so that we can get the I/O SAPIC interruptDoug Rabson2001-10-051-1/+12
* o Modify access control code for /dev/pci device to use securelevel_gt()Robert Watson2001-09-261-3/+9
* Add a standard hack in the spirit of PCI_ENABLE_IO_MODES to allow systemsBrooks Davis2001-09-261-0/+4
* KSE Milestone 2Julian Elischer2001-09-121-6/+6
* Small nit: Make both prints use 'at device %d.%d'.Nick Hibma2001-09-011-1/+1
* Ugggg. I thought I'd already committed this to -current:Warner Losh2001-08-271-1/+1
* Fix reversed arguments to pci_write_config()Peter Wemm2001-06-031-2/+2
* Backout previous revision. While it fixed many platforms, it brokeAndrew Gallatin2001-05-311-5/+1
* finally fix intr routing on alphas such as the as500 after months ofAndrew Gallatin2001-05-271-1/+5
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-1/+0
* The serverworks OSB4 pci->isa bridge has the same mapping register atPeter Wemm2001-03-151-3/+3
* Slightly reimplement some recently added helper functions as methods, soPeter Wemm2001-02-273-35/+113
* Fix typo: wierd -> weird.Jeroen Ruigrok van der Werven2001-02-061-1/+1
* Remove vga_pci generic driver.Nicolas Souchu2001-01-051-75/+0
* Sanity check ptr for legal values so it is less likelyMatt Jacob2001-01-011-0/+6
* Add PCIR_CAP_PTR as a define for the location of the capabilityJustin T. Gibbs2000-12-201-0/+1
* Remove a redundant prototype.Mike Smith2000-12-131-1/+0
* Don't try to free the now-nonexistent hdrspec field. This one snuck byMike Smith2000-12-131-2/+0
* Next round of PCI subsystem updates:Mike Smith2000-12-136-692/+928
* - We have access to our own device_t here, so use pci_read_configMike Smith2000-12-122-29/+76
* Don't try to fix up the Orion here; the interface we use is wrong for theMike Smith2000-12-121-16/+0
* - Don't return early from the PCI:EISA bridge attachment, or we will loseMike Smith2000-12-122-42/+41
* It looks like we can't count on these devices always having a consistentMike Smith2000-12-111-44/+43
* The ICH2 reports itself as a PCI:ISA bridge, so don't special-case itMike Smith2000-12-101-1/+0
* Cosmetic nit; separate slot/function with '.' not ':'Mike Smith2000-12-091-1/+1
* - Fix the device database parsing code so that it actually works.Mike Smith2000-12-093-12/+30
* Next phase in the PCI subsystem cleanup.Mike Smith2000-12-088-138/+1105
* Convert the pcib_{read,write}_config args from signed to unsigned,Andrew Gallatin2000-12-011-8/+8
* Reduce code duplication by using the GET_RESOURCE_LIST bus method and relatedMatthew N. Dodd2000-11-281-45/+18
* fix warning compile error about unused variableDarren Reed2000-10-291-0/+2
* Fix params passed to pci_porten() and pci_memen().Poul-Henning Kamp2000-10-291-2/+2
* Unconditionally turning on the I/O and memory enable bits in the PCIMike Smith2000-10-281-1/+14
* Allow PCI busses to be connected to host bridges detected by ACPI as well.Mike Smith2000-10-281-0/+1
* Write the routed interrupt back to PCI configuration space.Mike Smith2000-10-191-1/+1