aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pci
Commit message (Expand)AuthorAgeFilesLines
* Save and restore the interrupt Edge/Level Control Registers (ELCR)Ian Dowse2002-10-301-5/+88
* Whitespace.John Baldwin2002-10-161-2/+2
* Removed the only PCI_DEBUG ifdef in the kernel. PCI_DEBUG was not aBruce Evans2002-10-011-2/+0
* The bus number is unsigned, it cannot be less than zero.Poul-Henning Kamp2002-10-011-3/+0
* Don't use GCC shorthand for ?: unless it really matters.Poul-Henning Kamp2002-09-281-2/+3
* Export pcib_attach() as a "protected" for use in subclasses of the PCI-PCIJohn Baldwin2002-09-062-2/+2
* Prefer the physical bus number of the PCI bus as the unit of the pciXJohn Baldwin2002-09-061-1/+1
* Make the printf messages when routing interrupts more consistent in theJohn Baldwin2002-09-051-2/+2
* Fix up a comment.John Baldwin2002-09-041-2/+2
* - Make pci_load_vendor_data() static and do it during MOD_LOAD instead ofJohn Baldwin2002-09-042-16/+15
* Add a new command: show pciregs, equivalent to pciconf -lGuido van Rooij2002-08-281-0/+77
* Overhaul the ACPI PCI bridge driver a bit:John Baldwin2002-08-261-1/+0
* Export a few symbols as globals to allow subclassing of this driver. InJohn Baldwin2002-08-262-37/+91
* Various changes to make it easier to subclass the PCI bus device.John Baldwin2002-08-262-30/+61
* style(9) nit.Maxime Henrion2002-08-191-1/+1
* Use the __BUS_ACCESSOR macro for PCIB_ACCESSOR instead ofMaxime Henrion2002-08-191-14/+2
* While PCI interrupts are shareable, this should not have been committed justWarner Losh2002-08-021-7/+0
* Make PCI_ENABLE_IO_MODES a sysctl hw.pci.enable_io_modes. It can alsoWarner Losh2002-07-261-20/+35
* 0 is not an invalid interrupt in the PCI world (just in the ia32Warner Losh2002-06-071-2/+4
* Add some PCI-X register definitions.Justin T. Gibbs2002-06-051-1/+18
* Use PCI_INTERRUPT_VALI in stead of hard coded 255Warner Losh2002-06-011-5/+5
* More style(9) nitsWarner Losh2002-06-011-20/+23
* Define a PCI_INVALID_IRQ to augment PCI_INTERRUPT_VALIDWarner Losh2002-06-011-1/+2
* Make this file mostly conform to style(9).Warner Losh2002-06-011-87/+86
* Add MODULE_VERSION.Matthew N. Dodd2002-04-171-0/+1
* Fix an edge case wrt membase, but more changes neededWarner Losh2002-04-131-1/+1
* intline == 0 is not a valid intline on 386. See pci_cfgintr() inNick Hibma2002-04-101-1/+5
* 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