Age | Commit message (Expand) | Author |
2011-07-06 | cosnistently use IFQ_SET_MAXLEN, surfaced in a discussion with + ok bluhm | Henning Brauer |
2011-07-06 | so... there is some crazy bug exposed on non-ironlake chips, when the | Theo de Raadt |
2011-07-05 | Call bzero(&saa, sizeof(saa)) each time we use saa to attach | Matthew Dempsky |
2011-07-05 | Stupid driver makes a copy of struct pci_attach_args. Make sure we clear | Mark Kettenis |
2011-07-04 | Temporarily back out msi for inteldrm. | Owain Ainsworth |
2011-07-04 | Use the SDEV_2NDBUS flag like isp(4) instead of the current | Matthew Dempsky |
2011-07-04 | Intel AHCIs don't support port multipliers so far, yet some (mostly ICH9 and ... | Jonathan Matthew |
2011-07-03 | in the ironlake interrupt handler, do not do unneccesary register | Theo de Raadt |
2011-07-03 | Rip out and burn support for UVM_HIST. | Owain Ainsworth |
2011-07-03 | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing | Matthew Dempsky |
2011-07-01 | msi interrupts working on mfi(4) | Theo de Raadt |
2011-06-29 | mark S8 encoding as emulated; only S16LE and U8 are natively supported | Christian Weisgerber |
2011-06-26 | There are some problems with ppb msi interrupts. For instance, i386 in | Theo de Raadt |
2011-06-23 | make malloc calls in isp_pci_mbxdma NOWAIT to match the bus_dma calls that are | Owain Ainsworth |
2011-06-23 | cope with empty rx rings by scheduling a timeout to keep trying until it | David Gwynne |
2011-06-23 | this chip has an annoying "feature" where it cannot report the link | David Gwynne |
2011-06-22 | reset the tx_count on UP, since it may have been advanced from non-zero | Theo de Raadt |
2011-06-22 | kill a few more casts that aren't helpful. ok krw miod | Ted Unangst |
2011-06-22 | msi support. this is a complicated one... | David Gwynne |
2011-06-22 | another myri10ge device matched by freebsd/linux drivers | Jonathan Gray |
2011-06-22 | regen | Jonathan Gray |
2011-06-22 | add a few more devices | Jonathan Gray |
2011-06-22 | oops, handle refill like i said i was going to two revisions ago. | David Gwynne |
2011-06-22 | set the mac address on the chip correctly (repair the byte order) | Theo de Raadt |
2011-06-22 | deraadt plugged his myx into a sparc64 and discovered 3 problems: | David Gwynne |
2011-06-21 | do the unaligned dma tests so we can figure out if we need to fall | David Gwynne |
2011-06-21 | report the controllers part number. eg, i now know i have a | David Gwynne |
2011-06-21 | wire up jumbos properly. the hardware supports up to 9018 bytes off | David Gwynne |
2011-06-21 | i prefer 16k ints/sec to 32k ints/sec. | David Gwynne |
2011-06-21 | minor cleanups; ok dlg | Theo de Raadt |
2011-06-20 | make the interrupt handler look more like what the doco suggests. seems to | David Gwynne |
2011-06-20 | dont need debug, the myx_cmd stuff works fine. | David Gwynne |
2011-06-20 | i got myx working! | David Gwynne |
2011-06-19 | Don't assume no interrupts if the command processor is not running. | Owain Ainsworth |
2011-06-19 | Fix typo in the "fixed" HyperTransport MSI Mapping Capability address. | Mark Kettenis |
2011-06-18 | Use MSI interrupts when available. Tested by deraadt@ and jsg@. | Claudio Jeker |
2011-06-17 | Enable MSI support; tested by krw@, Mark Peoples, and | Kevin Lo |
2011-06-17 | Enable MSI support; tested by Thomas Pfaff | Kevin Lo |
2011-06-17 | M_WAITOK cleanup of two cases: | Michael Knudsen |
2011-06-16 | Enable msi support on iwn. | Owain Ainsworth |
2011-06-16 | Enable MSI on newish PCIe hardware, essentially everything handled by the Linux | Mark Kettenis |
2011-06-15 | if the system runs out of mbufs and cannot provide any when filling | David Gwynne |
2011-06-14 | Intel 3400 AHCI responds to PMP probes like ATI SBx00 chips. | Jonathan Matthew |
2011-06-12 | Some devices, like parts of the NVIDIA C51 chipset, have a broken Capabilities | Mark Kettenis |
2011-06-10 | Monster update of ix(4). This brings ix(4) close to what is currently | Claudio Jeker |
2011-06-10 | Regen | Claudio Jeker |
2011-06-10 | Fix numeric order of a 82598 chip and add the id of 82599VF for the | Claudio Jeker |
2011-06-09 | Backout MSI change. People are seeing watchdog timeouts, which must be caused | Mark Kettenis |
2011-06-09 | MSI interrupts work here, too. | Theo de Raadt |
2011-06-06 | Backout vmmap in order to repair virtual address selection algorithms | Ariane van der Steldt |