| Commit message (Expand) | Author | Age | Files | Lines |
| * | Prefer new location of pci include files (which have only been in the | Warner Losh | 2003-08-22 | 6 | -12/+12 |
| * | Prefer the uintXX_t to the u_intXX_t names. | Warner Losh | 2003-08-22 | 5 | -119/+119 |
| * | Define PCI_MAXHDRTYPE to be 2. We know about header types 0, 1 and 2. | Warner Losh | 2003-08-01 | 2 | -10/+2 |
| * | Update the 'ps', 'show pci', and 'show ktr' ddb commands to use the new | John Baldwin | 2003-07-31 | 1 | -29/+4 |
| * | - Make the isab devclass global to allow for multiple ISA bridge drivers. | John Baldwin | 2003-07-08 | 1 | -12/+7 |
| * | Add a new PCI interface method, assign_interrupt, to determine the | Thomas Moestl | 2003-07-01 | 3 | -6/+23 |
| * | Allow to write the intpin ivar using the pci_set_intpin() accessor. There | Thomas Moestl | 2003-07-01 | 1 | -1/+3 |
| * | prevent the number of patterns from exceeding the number of pci devices. | John-Mark Gurney | 2003-06-23 | 1 | -1/+1 |
| * | cleanup /dev/pci code some: | John-Mark Gurney | 2003-06-23 | 1 | -54/+20 |
| * | Re-enabled PCI irq routing on pc98. | Yoshihiro Takahashi | 2003-06-22 | 1 | -1/+1 |
| * | use a REG macro that was already defined. | John-Mark Gurney | 2003-06-22 | 1 | -3/+10 |
| * | When we re-route a PCI interrupt, write the new IRQ value into the intline | John Baldwin | 2003-06-09 | 1 | -2/+3 |
| * | Don't route PCI irq on pc98. | Yoshihiro Takahashi | 2003-06-08 | 1 | -1/+1 |
| * | - Adjust the comment about re-routing PCI interrupts to be less | John Baldwin | 2003-06-07 | 1 | -7/+11 |
| * | Batton down the hatches!!! | John Baldwin | 2003-06-04 | 1 | -1/+1 |
| * | Remove unused variable(s). | Poul-Henning Kamp | 2003-05-31 | 1 | -9/+0 |
| * | Calculate routed interrupts using the slot number from the device and | Bernd Walter | 2003-05-22 | 1 | -1/+1 |
| * | Add constants for USB programming interfaces. These are already defined | Dag-Erling Smørgrav | 2003-04-23 | 1 | -0/+3 |
| * | Return status for PCI methods '{enable,disable}_{io,busmaster}'. | Matthew N. Dodd | 2003-04-16 | 4 | -25/+65 |
| * | When the driver allocates memory or I/O ports, enable that bit in the | Warner Losh | 2003-04-15 | 1 | -14/+26 |
| * | Gigacommit to improve device-driver source compatibility between | Poul-Henning Kamp | 2003-03-03 | 1 | -13/+5 |
| * | Make /dev/pci use MAJOR_AUTO. | Stefan Eßer | 2003-03-01 | 1 | -0/+4 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 2 | -2/+2 |
| * | Include class designation in pnpinfo for generic driver loading | Warner Losh | 2003-02-18 | 1 | -2/+3 |
| * | Move the pnp and location info into the common pci bus. Make all known | Warner Losh | 2003-02-17 | 2 | -0/+35 |
| * | These don't need to be semi-public after all. | Warner Losh | 2003-02-17 | 2 | -5/+5 |
| * | Use rman_get_device rather than rle->resl->r_dev. | Warner Losh | 2003-02-16 | 2 | -8/+6 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 2 | -2/+2 |
| * | Make the base pcib_route_interrupt method available to other pci-pci bridge | Benno Rice | 2003-01-14 | 2 | -2/+2 |
| * | Properly account for prefetchable memory when a request is being made. | Warner Losh | 2002-12-03 | 1 | -47/+112 |
| * | Add a new cardbus specific ivar: PCI_IVAR_ETHADDR. Some pci-like | Warner Losh | 2002-11-27 | 2 | -0/+10 |
| * | Fix a couple of bugs in host_pcib_get_busno(): | John Baldwin | 2002-11-25 | 1 | -5/+5 |
| * | Add a function host_pcib_get_bnsno() that attempts to determine the bus | John Baldwin | 2002-11-22 | 2 | -0/+85 |
| * | Unbreak kernel build. | Maxime Henrion | 2002-11-13 | 1 | -1/+0 |
| * | Convert kernel compile option PCI_ALLOW_UNSUPPORTED_IO_RANGE to | Matthew N. Dodd | 2002-11-13 | 1 | -33/+49 |
| * | Staticize local variable. | Matthew N. Dodd | 2002-11-13 | 1 | -1/+1 |
| * | Save and restore the interrupt Edge/Level Control Registers (ELCR) | Ian Dowse | 2002-10-30 | 1 | -5/+88 |
| * | Whitespace. | John Baldwin | 2002-10-16 | 1 | -2/+2 |
| * | Removed the only PCI_DEBUG ifdef in the kernel. PCI_DEBUG was not a | Bruce Evans | 2002-10-01 | 1 | -2/+0 |
| * | The bus number is unsigned, it cannot be less than zero. | Poul-Henning Kamp | 2002-10-01 | 1 | -3/+0 |
| * | Don't use GCC shorthand for ?: unless it really matters. | Poul-Henning Kamp | 2002-09-28 | 1 | -2/+3 |
| * | Export pcib_attach() as a "protected" for use in subclasses of the PCI-PCI | John Baldwin | 2002-09-06 | 2 | -2/+2 |
| * | Prefer the physical bus number of the PCI bus as the unit of the pciX | John Baldwin | 2002-09-06 | 1 | -1/+1 |
| * | Make the printf messages when routing interrupts more consistent in the | John Baldwin | 2002-09-05 | 1 | -2/+2 |
| * | Fix up a comment. | John Baldwin | 2002-09-04 | 1 | -2/+2 |
| * | - Make pci_load_vendor_data() static and do it during MOD_LOAD instead of | John Baldwin | 2002-09-04 | 2 | -16/+15 |
| * | Add a new command: show pciregs, equivalent to pciconf -l | Guido van Rooij | 2002-08-28 | 1 | -0/+77 |
| * | Overhaul the ACPI PCI bridge driver a bit: | John Baldwin | 2002-08-26 | 1 | -1/+0 |
| * | Export a few symbols as globals to allow subclassing of this driver. In | John Baldwin | 2002-08-26 | 2 | -37/+91 |
| * | Various changes to make it easier to subclass the PCI bus device. | John Baldwin | 2002-08-26 | 2 | -30/+61 |