| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Forgot to commit this last night. | Warner Losh | 2000-10-16 | 1 | -0/+10 |
| * | The previous commit broke kernel builds on alpha (and probably ia64). | Andrew Gallatin | 2000-10-16 | 1 | -0/+2 |
| * | When a pci device hasn't had an interrupt routed to it (signified by | Warner Losh | 2000-10-16 | 1 | -0/+19 |
| * | Validate the PCI bus number that we fetch from our parent, since there's no | Mike Smith | 2000-10-09 | 1 | -2/+5 |
| * | Add definition for PCIS_SERIALBUS_SMBUS PCI device subclass. | Archie Cobbs | 2000-10-02 | 1 | -2/+1 |
| * | Get out the roto-rooter and clean up the abuse of nexus ivars by the | Peter Wemm | 2000-09-28 | 1 | -2/+6 |
| * | Add PCIM_CMD_MWRICEN, the bit in the command register in PCI space | Justin T. Gibbs | 2000-09-16 | 1 | -0/+1 |
| * | When dumping the 'found devices' list in verbose mode, actually show the | Peter Wemm | 2000-09-05 | 1 | -0/+2 |
| * | If a base address register has been set up by the BIOS, but the relevant | Mike Smith | 2000-09-01 | 1 | -6/+13 |
| * | Remove duplicate static definition of pci_devclass | Peter Wemm | 2000-08-31 | 1 | -1/+0 |
| * | * Completely rewrite the alpha busspace to hide the implementation from | Doug Rabson | 2000-08-28 | 3 | -182/+248 |
| * | Nuke the useless chip driver. It gets in the way when you want to load | Doug Rabson | 2000-06-09 | 2 | -0/+2 |
| * | Encapsulate the old PCI compatability support and APIs completely under | Peter Wemm | 2000-05-28 | 3 | -123/+22 |
| * | Back out the previous change to the queue(3) interface. | Jake Burkholder | 2000-05-26 | 1 | -3/+3 |
| * | Change the way that the queue(3) structures are declared; don't assume that | Jake Burkholder | 2000-05-23 | 1 | -3/+3 |
| * | Print the correct value for the map type on a verbose boot. | Doug Rabson | 2000-05-18 | 1 | -1/+1 |
| * | Update 'hose' (actually, MCPCIA instance #) for Alpha Rawhide systems. | Matt Jacob | 2000-05-07 | 1 | -1/+5 |
| * | Fixed the type of some ivar access functions. Ivars have type uintptr_t, | Bruce Evans | 2000-04-30 | 1 | -1/+1 |
| * | Remove unneeded <sys/buf.h> includes. | Poul-Henning Kamp | 2000-04-18 | 1 | -1/+0 |
| * | * Factor out the object system from new-bus so that it can be used by | Doug Rabson | 2000-04-08 | 2 | -1/+3 |
| * | Unused definitions. | Peter Wemm | 2000-03-20 | 1 | -10/+0 |
| * | Bandaid for src/sys/modules which broke world | Peter Wemm | 2000-03-20 | 1 | -1/+1 |
| * | Connect the ISA and PCI compatability shims to an option. In this case | Peter Wemm | 2000-03-19 | 2 | -2/+17 |
| * | Print the PCI resources even if they are disabled. This shows more clearly | Nick Hibma | 2000-03-18 | 1 | -6/+12 |
| * | Alpha 8200 port: Until we fix things better, determine which alpha CPU | Matt Jacob | 2000-03-15 | 1 | -9/+37 |
| * | o No need to print the vendor/device ID for things that matched succesfully. | Bill Fumerola | 2000-02-22 | 1 | -5/+13 |
| * | Remove the vga-pci driver. It serves no purpose and it hides the hardware | Doug Rabson | 2000-02-19 | 2 | -4/+4 |
| * | Spell "pci_delete_resource" correctly. | Peter Wemm | 2000-02-01 | 1 | -1/+1 |
| * | Put a FYI in the compatability shims so that people are aware that they | Peter Wemm | 2000-01-29 | 1 | -0/+1 |