summaryrefslogtreecommitdiff
path: root/sys/dev/vr
AgeCommit message (Expand)Author
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-06-28net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-02-06Mechanically convert if_vr(4) to IfAPIJustin Hibbits
2023-01-11vr(4): Fix a typo in a source code commentGordon Bergling
2022-05-06vr: Remove unused devclass argument to DRIVER_MODULE.John Baldwin
2022-05-06Remove unused miibus_devclass and miibus_fdt_devclass.John Baldwin
2021-08-28Fix a common typo in man pages and src commentsGordon Bergling
2020-09-01vr: clean up empty lines in .c and .h filesMateusz Guzik
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2020-02-11Use NET_TASK_INIT() and NET_GROUPTASK_INIT() for drivers that processGleb Smirnoff
2019-10-21Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff
2018-05-18ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy
2017-11-18spdx: initial adoption of licensing ID tags.Pedro F. Giffuni
2016-03-01Remove taskqueue_enqueue_fast().John Baldwin
2014-09-18Mechanically 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
2013-10-26The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff
2012-12-04Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff
2012-11-05Remove duplicate const specifiers in many drivers (I hope I got all ofDimitry Andric
2012-05-12Convert the if_vr(4) driver model to the interrupt filter model and useRui Paulo
2011-11-28Announce flow control capability to PHY drivers and enable flowPyun YongHyeon
2011-11-28Reuse flag variable to represent driver internal states rather thanPyun YongHyeon
2011-11-22- There's no need to overwrite the default device method with the defaultMarius Strobl
2011-10-17Close a race where SIOCGIFMEDIA ioctl get inconsistent link status.Pyun YongHyeon
2011-10-09Sprinkle const.Marius Strobl
2011-06-22Remove link state change callback handler. There is no need toPyun YongHyeon
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
2010-10-15Convert the PHY drivers to honor the mii_flags passed down and convertMarius Strobl
2010-08-24vr_init_locked() will stop and reset the controller. RemovePyun YongHyeon
2010-08-24Remove unnecessary controller reinitialization.Pyun YongHyeon
2009-06-26Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson
2009-05-30When user_frac in the polling subsystem is low it is going to busy theAttilio Rao
2008-12-12It seems there are still issues on multicast perfect filtering.Pyun YongHyeon
2008-11-17Fix typo. It restuled in activating unwanted Rx filtering as wellPyun YongHyeon
2008-07-16Fix a multicast handling regression on VT6105M introduced inPyun YongHyeon
2008-07-16Fix VR_RXSTAT_RX_OK bit definition which lasted for more than 9Pyun YongHyeon
2008-03-11Teach vr(4) to use bus_dma(9) and major overhauling to handle linkPyun YongHyeon
2008-03-11Forced commit to note that vr(4) was repocopied from sys/pciPyun YongHyeon
2007-11-22Fix function prototype for device_shutdown method.Pyun YongHyeon
2007-10-12Not all VIA Rhine chips support 256 register space. So touchingPyun YongHyeon
2007-04-23Add VLAN capability.Poul-Henning Kamp
2007-04-22Remove the old software bit-banging MII interface, we started usingPoul-Henning Kamp
2007-04-22Remove further cobwebs: Two layers of pointless substructures.Poul-Henning Kamp
2007-04-22Initialize the physical next pointer in the tx descriptors when wePoul-Henning Kamp
2007-04-22Don't rename fields with #define.Poul-Henning Kamp