| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Prefer the uintXX_t to the u_intXX_t names. | imp | 2003-08-22 | 1 | -30/+30 |
* | Define PCI_MAXHDRTYPE to be 2. We know about header types 0, 1 and 2. | imp | 2003-08-01 | 1 | -1/+1 |
* | Update the 'ps', 'show pci', and 'show ktr' ddb commands to use the new | jhb | 2003-07-31 | 1 | -29/+4 |
* | Add a new PCI interface method, assign_interrupt, to determine the | tmm | 2003-07-01 | 1 | -6/+17 |
* | Allow to write the intpin ivar using the pci_set_intpin() accessor. There | tmm | 2003-07-01 | 1 | -1/+3 |
* | Re-enabled PCI irq routing on pc98. | nyan | 2003-06-22 | 1 | -1/+1 |
* | use a REG macro that was already defined. | jmg | 2003-06-22 | 1 | -3/+10 |
* | When we re-route a PCI interrupt, write the new IRQ value into the intline | jhb | 2003-06-09 | 1 | -2/+3 |
* | Don't route PCI irq on pc98. | nyan | 2003-06-08 | 1 | -1/+1 |
* | - Adjust the comment about re-routing PCI interrupts to be less | jhb | 2003-06-07 | 1 | -7/+11 |
* | Batton down the hatches!!! | jhb | 2003-06-04 | 1 | -1/+1 |
* | Remove unused variable(s). | phk | 2003-05-31 | 1 | -9/+0 |
* | Return status for PCI methods '{enable,disable}_{io,busmaster}'. | mdodd | 2003-04-16 | 1 | -9/+49 |
* | When the driver allocates memory or I/O ports, enable that bit in the | imp | 2003-04-15 | 1 | -14/+26 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -1/+1 |
* | Include class designation in pnpinfo for generic driver loading | imp | 2003-02-18 | 1 | -2/+3 |
* | Move the pnp and location info into the common pci bus. Make all known | imp | 2003-02-17 | 1 | -0/+31 |
* | These don't need to be semi-public after all. | imp | 2003-02-17 | 1 | -2/+5 |
* | Use rman_get_device rather than rle->resl->r_dev. | imp | 2003-02-16 | 1 | -7/+3 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -1/+1 |
* | Add a new cardbus specific ivar: PCI_IVAR_ETHADDR. Some pci-like | imp | 2002-11-27 | 1 | -0/+8 |
* | Staticize local variable. | mdodd | 2002-11-13 | 1 | -1/+1 |
* | Whitespace. | jhb | 2002-10-16 | 1 | -2/+2 |
* | Removed the only PCI_DEBUG ifdef in the kernel. PCI_DEBUG was not a | bde | 2002-10-01 | 1 | -2/+0 |
* | The bus number is unsigned, it cannot be less than zero. | phk | 2002-10-01 | 1 | -3/+0 |
* | Don't use GCC shorthand for ?: unless it really matters. | phk | 2002-09-28 | 1 | -2/+3 |
* | Fix up a comment. | jhb | 2002-09-04 | 1 | -2/+2 |
* | - Make pci_load_vendor_data() static and do it during MOD_LOAD instead of | jhb | 2002-09-04 | 1 | -16/+16 |
* | Add a new command: show pciregs, equivalent to pciconf -l | guido | 2002-08-28 | 1 | -0/+77 |
* | Overhaul the ACPI PCI bridge driver a bit: | jhb | 2002-08-26 | 1 | -1/+0 |
* | Various changes to make it easier to subclass the PCI bus device. | jhb | 2002-08-26 | 1 | -30/+56 |
* | While PCI interrupts are shareable, this should not have been committed just | imp | 2002-08-02 | 1 | -7/+0 |
* | Make PCI_ENABLE_IO_MODES a sysctl hw.pci.enable_io_modes. It can also | imp | 2002-07-26 | 1 | -20/+35 |
* | Use PCI_INTERRUPT_VALI in stead of hard coded 255 | imp | 2002-06-01 | 1 | -5/+5 |
* | More style(9) nits | imp | 2002-06-01 | 1 | -20/+23 |
* | Make this file mostly conform to style(9). | imp | 2002-06-01 | 1 | -87/+86 |
* | Add MODULE_VERSION. | mdodd | 2002-04-17 | 1 | -0/+1 |
* | intline == 0 is not a valid intline on 386. See pci_cfgintr() in | n_hibma | 2002-04-10 | 1 | -1/+5 |
* | Add 5th parameter to pci_read_device specifying the size of the object | imp | 2002-03-13 | 1 | -5/+4 |
* | Use the pci.c code wherever possible, rather than copying all the pci | imp | 2002-02-27 | 1 | -54/+49 |
* | Implement 2 small helper functions: | mdodd | 2002-01-10 | 1 | -0/+35 |
* | Use the new resource_list_print_type() function to print resource list | tmm | 2001-12-21 | 1 | -34/+3 |
* | Add support for the Intel 82443MX chipset | pirzyk | 2001-12-21 | 1 | -1/+2 |
* | Don't put variable declarations in header files, put prototypes. | mdodd | 2001-12-19 | 1 | -0/+2 |
* | Add PCI_ENABLE_IO_MODES option, for BIOSen that neglect this. | jlemon | 2001-10-25 | 1 | -0/+1 |
* | Re-route interrupts on ia64 so that we can get the I/O SAPIC interrupt | dfr | 2001-10-05 | 1 | -1/+12 |
* | Small nit: Make both prints use 'at device %d.%d'. | n_hibma | 2001-09-01 | 1 | -1/+1 |
* | Ugggg. I thought I'd already committed this to -current: | imp | 2001-08-27 | 1 | -1/+1 |
* | Backout previous revision. While it fixed many platforms, it broke | gallatin | 2001-05-31 | 1 | -5/+1 |
* | finally fix intr routing on alphas such as the as500 after months of | gallatin | 2001-05-27 | 1 | -1/+5 |