| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a logic error when use PCIY_PMG capability | kevlo | 2012-06-07 | 1 | -1/+1 |
* | - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOP | marius | 2011-05-03 | 1 | -4/+2 |
* | Do a sweep of the tree replacing calls to pci_find_extcap() with calls to | jhb | 2011-03-23 | 1 | -4/+4 |
* | - Add a locked variant of jme_start() and invoke it directly while holding | jhb | 2011-01-13 | 2 | -25/+22 |
* | Add support for JMicron JMC251/JMC261 Gigabit/Fast ethernet | yongari | 2010-12-18 | 3 | -36/+355 |
* | Use system defined PCIR_EXPRESS_DEVICE_CTL instead of using magic | yongari | 2010-12-18 | 1 | -1/+1 |
* | Make sure whether driver allocated resource before releasing it. | yongari | 2010-12-18 | 1 | -2/+4 |
* | Fix a regression introduced in r213893. FPGA version requires PHY | yongari | 2010-12-18 | 1 | -2/+3 |
* | Consistently put a tab character between #define and the macro name. | yongari | 2010-12-18 | 1 | -14/+14 |
* | Remove unecessary and clearly wrong usage of atomic(9). | yongari | 2010-12-10 | 1 | -7/+5 |
* | Enable ethernet flow-control on all jme(4) controllers. | yongari | 2010-11-26 | 1 | -3/+1 |
* | Allocate 1 MSI/MSI-X vector. Originally jme(4) was designed to | yongari | 2010-11-26 | 1 | -28/+12 |
* | Disable retrying RX descriptor loading. The counter is used to set | yongari | 2010-11-26 | 1 | -2/+2 |
* | Convert the PHY drivers to honor the mii_flags passed down and convert | marius | 2010-10-15 | 1 | -17/+9 |
* | Make sure to not use stale ip/tcp header pointers. The ip/tcp | yongari | 2010-10-14 | 1 | -1/+2 |
* | Add TSO support on VLANs. jme(4) controllers do not require VLAN | yongari | 2010-02-22 | 1 | -1/+4 |
* | If we fail to read the Ethernet address from the card, just print an | gavin | 2010-01-08 | 1 | -9/+1 |
* | Set the locally-assigned bit in the randomly generated Ethernet address | gavin | 2009-12-25 | 1 | -1/+1 |
* | Remove unnecessary device reinitialization. | yongari | 2009-09-28 | 1 | -2/+14 |
* | Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/ | rwatson | 2009-06-26 | 1 | -2/+2 |
* | Add HW MAC counter support for newer JMC250/JMC260 revisions. | yongari | 2008-12-04 | 3 | -24/+197 |
* | Add support for newer JMC250/JMC260 revisions. | yongari | 2008-12-04 | 3 | -22/+76 |
* | Make sure to read the last byte of EEPROM descriptor. Previously | yongari | 2008-10-14 | 1 | -5/+5 |
* | Read PCI device id instead of PCI revision id. Also checks the read | yongari | 2008-10-13 | 2 | -2/+4 |
* | Add workaround for occasional packet loss issue of JMC250 A2 | yongari | 2008-09-22 | 2 | -3/+20 |
* | Add workaround for CRC errors seen at 100Mbps on JMC250 A2. | yongari | 2008-09-09 | 2 | -2/+16 |
* | Fix typo. | yongari | 2008-09-09 | 1 | -1/+1 |
* | Fix buffer discard index. | yongari | 2008-07-28 | 1 | -1/+4 |
* | Correct 1000Mbps link handling logic for JMC250. This should make | yongari | 2008-07-18 | 1 | -1/+1 |
* | Add driver support for PCIe adapters based on JMicron JMC250 | yongari | 2008-05-27 | 3 | -0/+4325 |