Age | Commit message (Expand) | Author |
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 |
2010-04-20 | remove proc.h include from uvm_map.h. This has far reaching effects, as | Ted Unangst |
2010-04-08 | Fill in the bus_dma_sync for intagp to use clflush instead of wbinvd() | Owain Ainsworth |
2010-04-02 | For the VT8251 host bridge, only attach the pci bus is non-zero, otherwise | Mark Kettenis |
2010-02-21 | Read revision from the correct MSR; no functional change. | Miod Vallat |
2010-02-19 | Move auglx(4) from i386-only land to MI land. | Miod Vallat |
2010-02-09 | Switching the strange VIA VT8251 PCIE host bridge into a PCI-PCI bridge | Mark Kettenis |
2010-01-10 | Fix two bugs in IPsec/HMAC-SHA2: | Markus Friedl |
2009-11-23 | pchb must walk children too | Theo de Raadt |
2009-10-31 | s/Mhz/MHz/, MHz is a multiple of the SI unit hertz (whose symbol is Hz). | Igor Sobrado |
2009-10-30 | correct interrupt status bits; patfbsd@davenulle.org | Theo de Raadt |
2009-10-06 | Allow MD limits for allocating PCI io and mem space and specify limits on | Mark Kettenis |
2009-10-05 | wrap an annoying long line (like amd64) | Theo de Raadt |
2009-09-28 | Make video buffer area and BIOS areas unavailable for PCI resource allocation. | Mark Kettenis |
2009-09-18 | For some dark reason there's a bit on the VLINK device of this chipset | Mark Kettenis |
2009-08-22 | Constify the what/name parameter of pci_intr_establish(). | Michael Knudsen |
2009-08-05 | timeout_add -> timeout_add_msec | Bret Lambert |
2009-07-20 | Pass a pci_chipset_tag_t to pci_intr_line(), to eventually allow the | Miod Vallat |
2009-06-14 | Make sure the pglist is TAILQ_INIT()'ed before invoking uvm_pglistalloc(). | Miod Vallat |
2009-06-06 | add an interface to agp to create a bus_dma_tag over a range of the | Owain Ainsworth |
2009-06-06 | option X86EMU is how this subsystem is brought into a kernel | Theo de Raadt |
2009-06-06 | fix include paths | Theo de Raadt |
2009-06-06 | Add vga bios repost support. Fetched from the NetBSD tree mostly. | Paul Irofti |
2009-05-18 | Add missing breaks so we don't fallthrough into | Jonathan Gray |
2009-04-29 | Extend pciio extents to cover the while 32-bit address space. The processor | Mark Kettenis |
2009-04-13 | Ignore zero-sized regions from the BIOS memory map when reserving root PCI | Mark Kettenis |
2009-04-11 | Create extents for resource accounting on the root PCI bus and populate them | Mark Kettenis |
2009-04-11 | There is no support for building multi-socket machines in AMD Family 11h | Mark Kettenis |
2009-03-31 | bzero pci attach args | Mark Kettenis |