summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe/rf_diskqueue.c
diff options
context:
space:
mode:
authorad <ad@NetBSD.org>2019-12-11 20:19:27 +0000
committerad <ad@NetBSD.org>2019-12-11 20:19:27 +0000
commit431d6486f574d7b2cceb5af32db231d559f7f71e (patch)
treef794f06aff5532c6dac9e16552ac04232cc74f26 /sys/dev/raidframe/rf_diskqueue.c
parentf1d601d96c9bac16fa6444c701bc8060fffef3c2 (diff)
Redo previous more conventionally. Requested by kre@.
Diffstat (limited to 'sys/dev/raidframe/rf_diskqueue.c')
0 files changed, 0 insertions, 0 deletions
title='2016-06-10 13:27:10 +0000'>2016-06-10Introduce m_set_rcvif and m_reset_rcvifozaki-r 2016-02-09Introduce softint-based if_inputozaki-r 2014-02-23#include <arm/locore.h>matt 2013-10-28Add support for the BCM56340 iProc based switchmatt 2013-02-19As with pax, use cf_flags 2 to indicate to use the bounce dma tag.matt 2013-01-19Remove a KASSERT that is no longer valid (no restricted to only coherentmatt 2013-01-10Don't hard code the frequency used for INTRCVLAZY but grab the correctmatt 2013-01-09Don't rely on PKTTYPE in the rxsts since it becomes unreliable.matt 2012-12-25Change the way rx are consumed. Only consume a 1/4 of the receive buffersmatt 2012-12-19Use max_linkhdr to determine what rcvoffset to program.matt 2012-12-07Make evcnt'ers optional.matt 2012-11-08Reduce burstlen for RCV/XMT from 128bits to 96bits.matt 2012-11-08Make sure to 0 sc_work_flags in ifstop.matt 2012-11-01If IFF_LINK2 is set, copy all transmitted packets into a single mbuf tomatt 2012-10-26When writing intmask from a softint/workqueue thread, make sure to do somatt 2012-10-26Use atomic_ops to manipulate sc_intmaskmatt 2012-10-18Make an ASSERT more "flexible".matt 2012-10-17Add a coherent bus dma tag which marks the first 256MB as having coherentmatt 2012-10-12Add some defensive code to deal with "issues" of this interface.matt 2012-10-08Initialize the workqueue to use IPL_NET for its mutex.matt 2012-10-07Don't just rely on softints for handling rx traffic since that can starvematt 2012-10-06Always set IC for each receive descriptor.matt 2012-10-05Modify setting of PROMISC flag.matt 2012-10-05Fix setting of ethernet address.matt 2012-10-05Set IC after clearing flags.matt 2012-10-05Make sure to set IC in receive descritors. Initial ET at end of ring.matt 2012-10-04Ethernet driver for BCM53XXX (not quite working).matt 2012-09-01Add initial device support for the Broadcom BCM5301x family.matt