| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | The serverworks OSB4 pci->isa bridge has the same mapping register at | peter | 2001-03-15 | 1 | -3/+3 |
* | Slightly reimplement some recently added helper functions as methods, so | peter | 2001-02-27 | 1 | -29/+46 |
* | Fix typo: wierd -> weird. | asmodai | 2001-02-06 | 1 | -1/+1 |
* | Sanity check ptr for legal values so it is less likely | mjacob | 2001-01-01 | 1 | -0/+6 |
* | Remove a redundant prototype. | msmith | 2000-12-13 | 1 | -1/+0 |
* | Don't try to free the now-nonexistent hdrspec field. This one snuck by | msmith | 2000-12-13 | 1 | -2/+0 |
* | Next round of PCI subsystem updates: | msmith | 2000-12-13 | 1 | -541/+266 |
* | Cosmetic nit; separate slot/function with '.' not ':' | msmith | 2000-12-09 | 1 | -1/+1 |
* | - Fix the device database parsing code so that it actually works. | msmith | 2000-12-09 | 1 | -9/+29 |
* | Next phase in the PCI subsystem cleanup. | msmith | 2000-12-08 | 1 | -131/+221 |
* | Reduce code duplication by using the GET_RESOURCE_LIST bus method and related | mdodd | 2000-11-28 | 1 | -45/+18 |
* | fix warning compile error about unused variable | darrenr | 2000-10-29 | 1 | -0/+2 |
* | Fix params passed to pci_porten() and pci_memen(). | phk | 2000-10-29 | 1 | -2/+2 |
* | Unconditionally turning on the I/O and memory enable bits in the PCI | msmith | 2000-10-28 | 1 | -1/+14 |
* | Allow PCI busses to be connected to host bridges detected by ACPI as well. | msmith | 2000-10-28 | 1 | -0/+1 |
* | Write the routed interrupt back to PCI configuration space. | msmith | 2000-10-19 | 1 | -1/+1 |
* | The previous commit broke kernel builds on alpha (and probably ia64). | gallatin | 2000-10-16 | 1 | -0/+2 |
* | When a pci device hasn't had an interrupt routed to it (signified by | imp | 2000-10-16 | 1 | -0/+19 |
* | Validate the PCI bus number that we fetch from our parent, since there's no | msmith | 2000-10-09 | 1 | -2/+5 |
* | When dumping the 'found devices' list in verbose mode, actually show the | peter | 2000-09-05 | 1 | -0/+2 |
* | If a base address register has been set up by the BIOS, but the relevant | msmith | 2000-09-01 | 1 | -6/+13 |
* | Remove duplicate static definition of pci_devclass | peter | 2000-08-31 | 1 | -1/+0 |
* | * Completely rewrite the alpha busspace to hide the implementation from | dfr | 2000-08-28 | 1 | -177/+174 |
* | Nuke the useless chip driver. It gets in the way when you want to load | dfr | 2000-06-09 | 1 | -0/+1 |
* | Encapsulate the old PCI compatability support and APIs completely under | peter | 2000-05-28 | 1 | -104/+2 |
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 1 | -3/+3 |
* | Change the way that the queue(3) structures are declared; don't assume that | jake | 2000-05-23 | 1 | -3/+3 |
* | Print the correct value for the map type on a verbose boot. | dfr | 2000-05-18 | 1 | -1/+1 |
* | Update 'hose' (actually, MCPCIA instance #) for Alpha Rawhide systems. | mjacob | 2000-05-07 | 1 | -1/+5 |
* | Fixed the type of some ivar access functions. Ivars have type uintptr_t, | bde | 2000-04-30 | 1 | -1/+1 |
* | Remove unneeded <sys/buf.h> includes. | phk | 2000-04-18 | 1 | -1/+0 |
* | * Factor out the object system from new-bus so that it can be used by | dfr | 2000-04-08 | 1 | -1/+1 |
* | Connect the ISA and PCI compatability shims to an option. In this case | peter | 2000-03-19 | 1 | -2/+5 |
* | Print the PCI resources even if they are disabled. This shows more clearly | n_hibma | 2000-03-18 | 1 | -6/+12 |
* | Alpha 8200 port: Until we fix things better, determine which alpha CPU | mjacob | 2000-03-15 | 1 | -9/+37 |
* | o No need to print the vendor/device ID for things that matched succesfully. | billf | 2000-02-22 | 1 | -5/+13 |