summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci
Commit message (Expand)AuthorAgeFilesLines
* 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
* Prefer new location of pci include files (which have only been in theimp2003-08-226-12/+12
* Prefer the uintXX_t to the u_intXX_t names.imp2003-08-225-119/+119
* Define PCI_MAXHDRTYPE to be 2. We know about header types 0, 1 and 2.imp2003-08-012-10/+2
* Update the 'ps', 'show pci', and 'show ktr' ddb commands to use the newjhb2003-07-311-29/+4
* - Make the isab devclass global to allow for multiple ISA bridge drivers.jhb2003-07-081-12/+7
* Add a new PCI interface method, assign_interrupt, to determine thetmm2003-07-013-6/+23
* Allow to write the intpin ivar using the pci_set_intpin() accessor. Theretmm2003-07-011-1/+3
* prevent the number of patterns from exceeding the number of pci devices.jmg2003-06-231-1/+1
* cleanup /dev/pci code some:jmg2003-06-231-54/+20
* Re-enabled PCI irq routing on pc98.nyan2003-06-221-1/+1
* use a REG macro that was already defined.jmg2003-06-221-3/+10
* When we re-route a PCI interrupt, write the new IRQ value into the intlinejhb2003-06-091-2/+3
* Don't route PCI irq on pc98.nyan2003-06-081-1/+1
* - Adjust the comment about re-routing PCI interrupts to be lessjhb2003-06-071-7/+11
* Batton down the hatches!!!jhb2003-06-041-1/+1
* Remove unused variable(s).phk2003-05-311-9/+0
* Calculate routed interrupts using the slot number from the device andticso2003-05-221-1/+1
* Add constants for USB programming interfaces. These are already defineddes2003-04-231-0/+3
* Return status for PCI methods '{enable,disable}_{io,busmaster}'.mdodd2003-04-164-25/+65
* When the driver allocates memory or I/O ports, enable that bit in theimp2003-04-151-14/+26
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+5
* Make /dev/pci use MAJOR_AUTO.se2003-03-011-0/+4
* Back out M_* changes, per decision of the TRB.imp2003-02-192-2/+2
* 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-172-0/+35
* These don't need to be semi-public after all.imp2003-02-172-5/+5
* Use rman_get_device rather than rle->resl->r_dev.imp2003-02-162-8/+6
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-212-2/+2
* Make the base pcib_route_interrupt method available to other pci-pci bridgebenno2003-01-142-2/+2
* Properly account for prefetchable memory when a request is being made.imp2002-12-031-47/+112
* Add a new cardbus specific ivar: PCI_IVAR_ETHADDR. Some pci-likeimp2002-11-272-0/+10
* Fix a couple of bugs in host_pcib_get_busno():jhb2002-11-251-5/+5
* Add a function host_pcib_get_bnsno() that attempts to determine the busjhb2002-11-222-0/+85
* Unbreak kernel build.mux2002-11-131-1/+0
OpenPOWER on IntegriCloud