summaryrefslogtreecommitdiff
path: root/sys/dev/sis
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 sis(4) to IfAPIJustin Hibbits
2022-06-04if_sis(4): Fix a typo in a source code commentGordon Bergling
2022-05-06sis: Remove unused devclass argument to DRIVER_MODULE.John Baldwin
2022-05-06Remove unused miibus_devclass and miibus_fdt_devclass.John Baldwin
2022-04-04sis_attach: Move waittime definition into for loopWarner Losh
2021-12-14sis: plug set-but-not-used varsMateusz Guzik
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
2015-01-12Enable receive filter in sis_rxfilter().Pyun YongHyeon
2014-12-16Fix a bug introdiced in r217548. According to NS DP83815 dataPyun YongHyeon
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-28Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky
2014-06-27Revert r267961, r267973:Glen Barber
2014-06-27Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky
2014-06-11Fix various NIC drivers to properly cleanup static DMA resources.John Baldwin
2014-05-16Remove some unused variables.Christian Brueffer
2013-10-26The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff
2013-03-18r119712 introduced SIS_TYPE_83816 but it was not actually set inPyun YongHyeon
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-01-07ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againKevin Lo
2011-11-22- There's no need to overwrite the default device method with the defaultMarius Strobl
2011-11-01- Import the common MII bitbang'ing code from NetBSD and convert drivers toMarius Strobl
2011-10-17Close a race where SIOCGIFMEDIA ioctl get inconsistent link status.Pyun YongHyeon
2011-06-28Remove duplicate header includesKevin 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-02-28Make sure changing ownership of RX descriptor to be done as lastPyun YongHyeon
2011-01-18Rework RX filter programming by providing separate handler forPyun YongHyeon
2010-12-20Merge amd64 and i386 bus.h and move the resulting header to x86. ReplaceTijl Coosemans
2010-12-06Fix double ;;Kevin Lo
2010-10-20Correct handling of shared interrupt in sis_intr(). r212116 incorrectlyPyun YongHyeon
2010-10-15Converted the remainder of the NIC drivers to use the mii_attach()Marius Strobl
2010-09-03Fix another bug introduced in r212109. We should unload DMA mapsPyun YongHyeon
2010-09-03Initial WOL support. NS DP8315 was tested but SiS900/SiS7016 wasPyun YongHyeon
2010-09-02Implement initial device suspend/resume method.Pyun YongHyeon
2010-09-02Unlike most other controllers, NS DP83815/DP83816 controllers seemPyun YongHyeon
2010-09-02Fix the last endianness issue on handling station address whichPyun YongHyeon
2010-09-02Fix stupid error in r212109 which didn't swap DMA maps. This causedPyun YongHyeon
2010-09-01Move sis_reset() to sis_initl(). This ensures driver starts withPyun YongHyeon
2010-09-01Avoid controller reinitialization which could be triggered byPyun YongHyeon
2010-09-01Do not reinitialize controller whenever promiscuous mode orPyun YongHyeon
2010-09-01Report result of link state change to caller. Previously it alwaysPyun YongHyeon