Age | Commit message (Expand) | Author |
2013-01-29 | - Set ENETRESET within myx_ioctl() instead of calling myx_iff() directly, to be | Brad Smith |
2013-01-25 | we go to a lot of effort to post the first tx descriptor last, but we | David Gwynne |
2013-01-25 | the myx_dmamem struct doesnt need a name. | David Gwynne |
2013-01-21 | myx does reads and writes in one direction to packet buffers. lets try | David Gwynne |
2013-01-15 | dont use amd64 is currently broken cos it has no | David Gwynne |
2013-01-15 | use bus_space_write_raw_region_8 on 64bit archs when writing to the rings | David Gwynne |
2013-01-14 | map the registers PREFETCHABLE so things that can do write combining can | David Gwynne |
2013-01-14 | avoid extra bus_space barriers in the interrupt handler. | David Gwynne |
2013-01-14 | when posting descriptors to the chips rings, avoid going write barrier | David Gwynne |
2013-01-14 | the myri doco suggests its nice to post stuff by filling in everything | David Gwynne |
2013-01-14 | ;; is a long way of saying ; | David Gwynne |
2012-11-29 | Remove setting an initial assumed baudrate upon driver attach which is not | Brad Smith |
2011-11-28 | Fix reversed error-handling gotos in myx_buf_fill(), which would lead to | Bret Lambert |
2011-08-08 | myx requires the driver pad short ethernet frames to 60 bytes by | David Gwynne |
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 | 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 | 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 | 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-05-02 | Do not check malloc return value against NULL, as M_WAITOK is used. | Charles Longeau |
2010-05-19 | BUS_DMA_ZERO instead of alloc, map, bzero. | Owain Ainsworth |
2009-08-13 | - consistify cfdriver for the ethernet drivers (0 -> NULL) | Jasper Lievisse Adriaanse |
2008-11-28 | Eliminate the redundant bits of code for MTU and multicast handling | Brad Smith |
2008-10-02 | First step towards cleaning up the Ethernet driver ioctl handling. | Brad Smith |
2008-09-10 | Convert timeout_add() calls using multiples of hz to timeout_add_sec() | Bret Lambert |
2008-05-23 | Simplify the combination use of pci_mapreg_type()/pci_mapreg_map() as | Brad Smith |
2008-01-16 | Set the baudrate with IF_Gbps(10); and remove an | Thordur I. Bjornsson |
2007-06-01 | initialize the rings | Reyk Floeter |
2007-05-31 | further improvement of the bus space i/o. firmware loading, booting, | Reyk Floeter |
2007-05-31 | enable all debugging messages by default if the driver is compiled with | Reyk Floeter |
2007-05-31 | fix the myx_write function | Reyk Floeter |
2007-05-31 | initial bits of a new driver for the Myricom Myri-10G Lanai-Z8E 10Gb | Reyk Floeter |