summaryrefslogtreecommitdiff
path: root/sys/dev/ic/cs89x0.c
AgeCommit message (Expand)Author
2022-09-18Eliminate use of IFF_OACTIVE. (This driver never even set it.)thorpej
2021-07-31s/threshhold/thresholdandvar
2021-07-24Fix all remaining typos, mainly in comments but also in few definitions and l...andvar
2020-02-04Use ifmedia_fini().thorpej
2020-01-29Adopt <net/if_stats.h>.thorpej
2019-05-29Even if we don't use MII(4), use the common path of SIOC[GS]IFMEDIA inmsaitoh
2019-05-28 Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*.msaitoh
2019-05-23-No functional change:msaitoh
2019-04-26No functional change:msaitoh
2019-04-25No functional change:msaitoh
2019-02-05 Remove very old IFF_NOTRAILERS flag.msaitoh
2018-06-26 Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backwardmsaitoh
2018-06-22 It's not required to include net/bpfdesc.h. Remove it.msaitoh
2017-03-07Apply deferred if_start (from maya@)ozaki-r
2016-12-15Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_inputozaki-r
2016-06-10Introduce m_set_rcvif and m_reset_rcvifozaki-r
2016-02-09Introduce softint-based if_inputozaki-r
2015-04-13Convert sys/dev to use <sys/rndsource.h>.riastradh
2014-08-10Merge tls-earlyentropy branch into HEAD.tls
2012-02-02Entropy-pool implementation move and cleanup.tls
2010-11-13Don't pull in the whole uvm(9) API to access only PAGE_SIZE anduebayasi
2010-04-05Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpfjoerg
2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka
2009-12-01Simplify the device activation routine.dyoung
2009-09-22Make local functions static.tsutsui
2009-09-22Fix possible endian issue. Untested.tsutsui
2009-09-22Split device_t/softc. Tested only on cs at ofisa on shark.tsutsui
2009-09-22- replace shutdownhook_establish(9) with pmf_device_register1(9)tsutsui
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2008-04-08use aprint_*_dev and device_xnamecegger
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-09-24Add "name" parameter to powerhook_establish, to aid debugging. No objectionsjmcneill
2006-03-18Fix eeprom == NULL and size test.chris
2005-12-11merge ktrace-lwp.christos
2005-05-30- add missing constchristos
2005-02-27nuke trailing whitespaceperry
2004-10-30When adding/deleting multicast addresses, only whack the addressthorpej
2004-07-04Add the optional ability to parse the cs's eeprom data structure. I've madechris
2004-04-10Don't set M_HASFCS. Rather than just print we got a bad packet length,matt
2004-03-24Set the M_HASFCS flag on received traffic.matt
2003-10-30Remove some assigned-to but otherwise unused variables.simonb
2003-10-25Fix uninitialized variable warningschristos
2003-05-03DMA, not dma nor Dma.wiz
2003-02-02guarantee, not guarentee. Idea from miod@openbsd.wiz
2003-01-06interrupt with two rs.wiz
2002-05-21Make it possible to override the way register access is done.augustss
2002-05-14ANSIfy.augustss
2002-04-18* Fix the CS_IS_ENABLED() logic so that it actually evaluates tothorpej
2002-02-10point sequioa.h to new locationpooka