aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/jme
Commit message (Expand)AuthorAgeFilesLines
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-16/+16
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-211-17/+17
* Fix a harmless typo.Mark Johnston2019-09-231-1/+1
* Revert r316820.Mark Johnston2019-09-231-17/+17
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-181-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-273-0/+6
* Don't overwrite mapped bits.Pyun YongHyeon2017-04-141-17/+17
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-032-2/+2
* sys/dev: extend use of the howmany() macro when available.Pedro F. Giffuni2016-04-261-1/+1
* sys/dev: use our nitems() macro when it is avaliable through param.h.Pedro F. Giffuni2016-04-191-2/+1
* Fix variable assignment.Pyun YongHyeon2016-02-181-1/+1
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-241-10/+10
* Use define from if_var.h to access a field inside struct if_data,Gleb Smirnoff2014-08-301-1/+1
* Fix various NIC drivers to properly cleanup static DMA resources.John Baldwin2014-06-111-11/+9
* Increase the number of TX DMA segments from 32 to 35. It turnedPyun YongHyeon2014-03-311-1/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Change local variable tso_segsz to tsosegsz to avoid mbuf.h macro conflicts.Andre Oppermann2013-08-241-4/+4
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-3/+3
* Align the PCI Express #defines with the style used for the PCI-XGavin Atkinson2012-09-181-1/+1
* Fix a logic error when use PCIY_PMG capabilityKevin Lo2012-06-071-1/+1
* - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPMarius Strobl2011-05-031-4/+2
* Do a sweep of the tree replacing calls to pci_find_extcap() with calls toJohn Baldwin2011-03-231-4/+4
* - Add a locked variant of jme_start() and invoke it directly while holdingJohn Baldwin2011-01-132-25/+22
* Add support for JMicron JMC251/JMC261 Gigabit/Fast ethernetPyun YongHyeon2010-12-183-36/+355
* Use system defined PCIR_EXPRESS_DEVICE_CTL instead of using magicPyun YongHyeon2010-12-181-1/+1
* Make sure whether driver allocated resource before releasing it.Pyun YongHyeon2010-12-181-2/+4
* Fix a regression introduced in r213893. FPGA version requires PHYPyun YongHyeon2010-12-181-2/+3
* Consistently put a tab character between #define and the macro name.Pyun YongHyeon2010-12-181-14/+14
* Remove unecessary and clearly wrong usage of atomic(9).Pyun YongHyeon2010-12-101-7/+5
* Enable ethernet flow-control on all jme(4) controllers.Pyun YongHyeon2010-11-261-3/+1
* Allocate 1 MSI/MSI-X vector. Originally jme(4) was designed toPyun YongHyeon2010-11-261-28/+12
* Disable retrying RX descriptor loading. The counter is used to setPyun YongHyeon2010-11-261-2/+2
* Convert the PHY drivers to honor the mii_flags passed down and convertMarius Strobl2010-10-151-17/+9
* Make sure to not use stale ip/tcp header pointers. The ip/tcpPyun YongHyeon2010-10-141-1/+2
* Add TSO support on VLANs. jme(4) controllers do not require VLANPyun YongHyeon2010-02-221-1/+4
* If we fail to read the Ethernet address from the card, just print anGavin Atkinson2010-01-081-9/+1
* Set the locally-assigned bit in the randomly generated Ethernet addressGavin Atkinson2009-12-251-1/+1
* Remove unnecessary device reinitialization.Pyun YongHyeon2009-09-281-2/+14
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson2009-06-261-2/+2
* Add HW MAC counter support for newer JMC250/JMC260 revisions.Pyun YongHyeon2008-12-043-24/+197
* Add support for newer JMC250/JMC260 revisions.Pyun YongHyeon2008-12-043-22/+76
* Make sure to read the last byte of EEPROM descriptor. PreviouslyPyun YongHyeon2008-10-141-5/+5
* Read PCI device id instead of PCI revision id. Also checks the readPyun YongHyeon2008-10-132-2/+4
* Add workaround for occasional packet loss issue of JMC250 A2Pyun YongHyeon2008-09-222-3/+20
* Add workaround for CRC errors seen at 100Mbps on JMC250 A2.Pyun YongHyeon2008-09-092-2/+16
* Fix typo.Pyun YongHyeon2008-09-091-1/+1
* Fix buffer discard index.Pyun YongHyeon2008-07-281-1/+4
* Correct 1000Mbps link handling logic for JMC250. This should makePyun YongHyeon2008-07-181-1/+1
* Add driver support for PCIe adapters based on JMicron JMC250Pyun YongHyeon2008-05-273-0/+4325