Age | Commit message (Expand) | Author |
2013-03-17 | Add an interface to rebind AGP DMA mappings. To be used by the upcoming KMS | Mark Kettenis |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2012-10-17 | Swap arguments to wdog_register() since it is nicer, and prepare | Theo de Raadt |
2012-10-08 | Revamp the sequences for suspend/hibernate -> resume so that the code | Theo de Raadt |
2012-09-25 | Make sure we send MSIs to the primary CPU like we do on amd64. | Stuart Henderson |
2012-09-22 | revert previous, breaks the tree | Stuart Henderson |
2012-09-21 | Make sure we send MSIs to the primary CPU like we do on amd64. | Mark Kettenis |
2012-09-19 | Set up PCI bus number resource accounting for the main PCI bus hierarchy. | Mark Kettenis |
2012-09-07 | Implement pci_min_powerstate(). | Mark Kettenis |
2012-08-16 | we are past the point where timecounters may disappear | Ted Unangst |
2012-01-13 | handle m_copyback errors, this code is too sensitive for such | Mike Belopuhov |
2011-12-04 | Slightly different fix for the problem fixed by the previous commit for better | Mark Kettenis |
2011-12-04 | Do not check for an HyperTransport bus if we are using mode #2. Prevents a | Miod Vallat |
2011-10-23 | Remove comment; the question can be answerd affirmative. Fix a coding style | Mark Kettenis |
2011-10-21 | Add bounds checks for access to mp_busses. Also make sure that we don't | Mark Kettenis |
2011-10-13 | I'm sick and tired of people doing misalgned reads and writes to PCI config | Mark Kettenis |
2011-10-10 | Introduce pci_probe_device_hook(pci_chipset_tag_t, struct pci_attach_args *). | Miod Vallat |
2011-06-08 | Ateempt to make pci_intr_disestablish() work for MSIs. | Mark Kettenis |
2011-05-30 | Enable MSI on selected hardware. For now this means: | Mark Kettenis |
2011-05-29 | Don't attempt to use MSI if we're not running in APIC mode. | Mark Kettenis |
2011-05-21 | First stab at supporting Message Signaled Interrupts on i386. Still work in | Mark Kettenis |
2011-04-22 | Stop printing the PCI interrupt line programmed by the BIOS for APIC | Mark Kettenis |
2011-01-12 | use explicit_bzero() for the session, in drivers where struct session | Theo de Raadt |
2011-01-11 | for key material that is being being discarded, convert bzero() to | Theo de Raadt |
2011-01-10 | Only use MMCFG extended PCIe config space. Gets us back the on-CPU PCI devic... | Mark Kettenis |
2011-01-09 | Only use memory mapped extended PCIe config space access for the busses | Mark Kettenis |
2011-01-04 | Add support for Memory Mapped Configuration space access. This gives us | Mark Kettenis |
2010-12-15 | Bring CBC oracle attack countermeasure from r1.32 of cryptosoft.c to | Mike Belopuhov |
2010-12-04 | Introduce a new pci routine, pci_conf_size(), which returns the size of a | Miod Vallat |
2010-11-20 | __attribute__((packed)) -> __packed. The ioprbs.c chunk was commented out, and | Miod Vallat |
2010-10-14 | Move glxpcib(4) to MI land unifying the two MD drivers. | Paul Irofti |
2010-09-24 | Fix bus space mapping bugs for GPIO's and MFGPT's and while at it add proper | Paul Irofti |
2010-09-22 | Fix ramdisks, from Vladimir Kirillov. Thanks! | Paul Irofti |
2010-09-21 | save & restore the watchdog configuration when doing suspend/resume | Theo de Raadt |
2010-09-20 | Write the start of an activate function. QUIESCE should wait for the | Theo de Raadt |
2010-09-20 | Need an activate function to get to sub-devices. Write it by hand since | Theo de Raadt |
2010-09-06 | Make sure bus_dmamap_sync() always involves a function call, to prevent the | Mark Kettenis |
2010-08-31 | Add DVACT_QUIECE support. This is called before splhigh() and before | Theo de Raadt |
2010-08-31 | pchbactivate should return result of config_activate_children | Theo de Raadt |
2010-08-07 | On resume, re-activate the host RNG on the host bridges that need it. | Theo de Raadt |
2010-08-02 | correct header file stuff; pointed out by tedu | Theo de Raadt |
2010-08-02 | needs explicit proc.h; Nathanael Rensen | Theo de Raadt |
2010-07-08 | Add mapping for ACPI device to PCI bdf (match autoconf tree) | Jordan Hargrave |
2010-07-08 | use config_activate_children to get down to the isa bus activation code | Theo de Raadt |
2010-07-02 | remove unused pciaddr_search function. | Jonathan Gray |
2010-07-02 | m_copyback can fail to allocate memory, but is a void fucntion so gymnastics | Bret Lambert |
2010-07-01 | Backout recent AML changes, breaks on R210 and others | Jordan Hargrave |
2010-06-29 | Add support for mapping ACPI to PCI devices | Jordan Hargrave |
2010-06-24 | The new AMD Opteron CPUs have up to 4 HyperTransport links instead of 3. | Mark Kettenis |
2010-05-10 | Continue with the horrible habit of using agp_machdep.c for agp related MD | Owain Ainsworth |