summaryrefslogtreecommitdiff
path: root/sys/dev/jme
AgeCommit message (Expand)Author
8 daysjme: Convert driver to CTLFLAG_MPSAFEAbdelkader Boudih
2025-03-27dev: Use recently added improvements to PME# support to simplify driversJohn Baldwin
2025-01-02Remove now-redundant calls to device_delete_childJohn Baldwin
2024-09-03jme(4): Stop checking for failures from taskqueue_create_fast(M_WAITOK)Zhenlei Huang
2024-06-28net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-02-06Mechanically convert jme(4) to IfAPIJustin Hibbits
2022-07-03jme(4): Fix a typo in a source code commentGordon Bergling
2022-05-06jme: Remove unused devclass argument to DRIVER_MODULE.John Baldwin
2022-05-06Remove unused miibus_devclass and miibus_fdt_devclass.John Baldwin
2022-04-02jme(4): Fix a typo in a source code commentGordon Bergling
2022-04-02jme(4): Fix a typo in a source code commentGordon Bergling
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2019-10-21Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff
2019-09-23Fix a harmless typo.Mark Johnston
2019-09-23Revert r316820.Mark Johnston
2018-05-18ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-04-14Don't overwrite mapped bits.Pyun YongHyeon
2016-05-03sys/dev: minor spelling fixes.Pedro F. Giffuni
2016-04-26sys/dev: extend use of the howmany() macro when available.Pedro F. Giffuni
2016-04-19sys/dev: use our nitems() macro when it is avaliable through param.h.Pedro F. Giffuni
2016-02-18Fix variable assignment.Pyun YongHyeon
2014-09-24Mechanically convert to if_inc_counter().Gleb Smirnoff
2014-08-30Use define from if_var.h to access a field inside struct if_data,Gleb Smirnoff
2014-06-11Fix various NIC drivers to properly cleanup static DMA resources.John Baldwin
2014-03-31Increase the number of TX DMA segments from 32 to 35. It turnedPyun YongHyeon
2013-10-26The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff
2013-08-24Change local variable tso_segsz to tsosegsz to avoid mbuf.h macro conflicts.Andre Oppermann
2012-12-04Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff
2012-09-18Align the PCI Express #defines with the style used for the PCI-XGavin Atkinson
2012-06-07Fix a logic error when use PCIY_PMG capabilityKevin Lo
2011-05-03- Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPMarius Strobl
2011-03-23Do a sweep of the tree replacing calls to pci_find_extcap() with calls toJohn Baldwin
2011-01-13- Add a locked variant of jme_start() and invoke it directly while holdingJohn Baldwin
2010-12-18Add support for JMicron JMC251/JMC261 Gigabit/Fast ethernetPyun YongHyeon
2010-12-18Use system defined PCIR_EXPRESS_DEVICE_CTL instead of using magicPyun YongHyeon
2010-12-18Make sure whether driver allocated resource before releasing it.Pyun YongHyeon
2010-12-18Fix a regression introduced in r213893. FPGA version requires PHYPyun YongHyeon
2010-12-18Consistently put a tab character between #define and the macro name.Pyun YongHyeon
2010-12-10Remove unecessary and clearly wrong usage of atomic(9).Pyun YongHyeon
2010-11-26Enable ethernet flow-control on all jme(4) controllers.Pyun YongHyeon
2010-11-26Allocate 1 MSI/MSI-X vector. Originally jme(4) was designed toPyun YongHyeon
2010-11-26Disable retrying RX descriptor loading. The counter is used to setPyun YongHyeon
2010-10-15Convert the PHY drivers to honor the mii_flags passed down and convertMarius Strobl
2010-10-14Make sure to not use stale ip/tcp header pointers. The ip/tcpPyun YongHyeon
2010-02-22Add TSO support on VLANs. jme(4) controllers do not require VLANPyun YongHyeon