| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add 5th parameter to pci_read_device specifying the size of the object | Warner Losh | 2002-03-13 | 2 | -6/+6 |
| * | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | John Baldwin | 2002-02-27 | 1 | -1/+1 |
| * | Use the pci.c code wherever possible, rather than copying all the pci | Warner Losh | 2002-02-27 | 2 | -54/+116 |
| * | Fix warnings introduced in the PCI_ALLOW_UNSUPPORTED_IO_RANGE case. | Warner Losh | 2002-02-26 | 1 | -6/+6 |
| * | Allow PCI_ALLOW_UNSUPPORTED_IO_RANGE to leave broken setups broken enough | Poul-Henning Kamp | 2002-02-22 | 1 | -0/+18 |
| * | Put the stard/end adjustments back. They are needed. Also make start | Warner Losh | 2002-02-19 | 1 | -2/+18 |
| * | Don't claim to have routed an interrupt when the method actually returned an | Mike Smith | 2002-02-12 | 2 | -2/+9 |
| * | Make unsupported memory range message bootverbose only | Warner Losh | 2002-02-09 | 1 | -4/+7 |
| * | Remove bogus range restrictions that attempted to restrict the range | Warner Losh | 2002-02-08 | 1 | -14/+30 |
| * | Make PCI_ALLOW_UNSUPPORTED_IO_RANGE an option until the ISA address | Warner Losh | 2002-01-15 | 1 | -0/+5 |
| * | Implement 2 small helper functions: | Matthew N. Dodd | 2002-01-10 | 2 | -0/+37 |
| * | Use the new resource_list_print_type() function to print resource list | Thomas Moestl | 2001-12-21 | 2 | -48/+5 |
| * | Add support for the Intel 82443MX chipset | Jim Pirzyk | 2001-12-21 | 2 | -2/+3 |
| * | Don't put variable declarations in header files, put prototypes. | Matthew N. Dodd | 2001-12-19 | 2 | -2/+6 |
| * | Experimental patch to try to properly clip the range of the memory | Warner Losh | 2001-11-26 | 1 | -0/+4 |
| * | Add PCI_ENABLE_IO_MODES option, for BIOSen that neglect this. | Jonathan Lemon | 2001-10-25 | 1 | -0/+1 |
| * | Re-route interrupts on ia64 so that we can get the I/O SAPIC interrupt | Doug Rabson | 2001-10-05 | 1 | -1/+12 |
| * | o Modify access control code for /dev/pci device to use securelevel_gt() | Robert Watson | 2001-09-26 | 1 | -3/+9 |
| * | Add a standard hack in the spirit of PCI_ENABLE_IO_MODES to allow systems | Brooks Davis | 2001-09-26 | 1 | -0/+4 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -6/+6 |
| * | Small nit: Make both prints use 'at device %d.%d'. | Nick Hibma | 2001-09-01 | 1 | -1/+1 |
| * | Ugggg. I thought I'd already committed this to -current: | Warner Losh | 2001-08-27 | 1 | -1/+1 |
| * | Fix reversed arguments to pci_write_config() | Peter Wemm | 2001-06-03 | 1 | -2/+2 |
| * | Backout previous revision. While it fixed many platforms, it broke | Andrew Gallatin | 2001-05-31 | 1 | -5/+1 |
| * | finally fix intr routing on alphas such as the as500 after months of | Andrew Gallatin | 2001-05-27 | 1 | -1/+5 |
| * | Send the remains (such as I have located) of "block major numbers" to | Poul-Henning Kamp | 2001-03-26 | 1 | -1/+0 |
| * | The serverworks OSB4 pci->isa bridge has the same mapping register at | Peter Wemm | 2001-03-15 | 1 | -3/+3 |
| * | Slightly reimplement some recently added helper functions as methods, so | Peter Wemm | 2001-02-27 | 3 | -35/+113 |
| * | Fix typo: wierd -> weird. | Jeroen Ruigrok van der Werven | 2001-02-06 | 1 | -1/+1 |
| * | Remove vga_pci generic driver. | Nicolas Souchu | 2001-01-05 | 1 | -75/+0 |
| * | Sanity check ptr for legal values so it is less likely | Matt Jacob | 2001-01-01 | 1 | -0/+6 |
| * | Add PCIR_CAP_PTR as a define for the location of the capability | Justin T. Gibbs | 2000-12-20 | 1 | -0/+1 |
| * | Remove a redundant prototype. | Mike Smith | 2000-12-13 | 1 | -1/+0 |
| * | Don't try to free the now-nonexistent hdrspec field. This one snuck by | Mike Smith | 2000-12-13 | 1 | -2/+0 |
| * | Next round of PCI subsystem updates: | Mike Smith | 2000-12-13 | 6 | -692/+928 |
| * | - We have access to our own device_t here, so use pci_read_config | Mike Smith | 2000-12-12 | 2 | -29/+76 |
| * | Don't try to fix up the Orion here; the interface we use is wrong for the | Mike Smith | 2000-12-12 | 1 | -16/+0 |
| * | - Don't return early from the PCI:EISA bridge attachment, or we will lose | Mike Smith | 2000-12-12 | 2 | -42/+41 |
| * | It looks like we can't count on these devices always having a consistent | Mike Smith | 2000-12-11 | 1 | -44/+43 |
| * | The ICH2 reports itself as a PCI:ISA bridge, so don't special-case it | Mike Smith | 2000-12-10 | 1 | -1/+0 |
| * | Cosmetic nit; separate slot/function with '.' not ':' | Mike Smith | 2000-12-09 | 1 | -1/+1 |
| * | - Fix the device database parsing code so that it actually works. | Mike Smith | 2000-12-09 | 3 | -12/+30 |
| * | Next phase in the PCI subsystem cleanup. | Mike Smith | 2000-12-08 | 8 | -138/+1105 |
| * | Convert the pcib_{read,write}_config args from signed to unsigned, | Andrew Gallatin | 2000-12-01 | 1 | -8/+8 |
| * | Reduce code duplication by using the GET_RESOURCE_LIST bus method and related | Matthew N. Dodd | 2000-11-28 | 1 | -45/+18 |
| * | fix warning compile error about unused variable | Darren Reed | 2000-10-29 | 1 | -0/+2 |
| * | Fix params passed to pci_porten() and pci_memen(). | Poul-Henning Kamp | 2000-10-29 | 1 | -2/+2 |
| * | Unconditionally turning on the I/O and memory enable bits in the PCI | Mike Smith | 2000-10-28 | 1 | -1/+14 |
| * | Allow PCI busses to be connected to host bridges detected by ACPI as well. | Mike Smith | 2000-10-28 | 1 | -0/+1 |
| * | Write the routed interrupt back to PCI configuration space. | Mike Smith | 2000-10-19 | 1 | -1/+1 |