summaryrefslogtreecommitdiff
path: root/sys/dev/isa/esp_isavar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/isa/esp_isavar.h')
0 files changed, 0 insertions, 0 deletions
/td>ozaki-r 2016-04-19Apply psref(9) to bridge(4)ozaki-r 2016-04-19Remove BRIDGE_MPSAFE switch and enable MP-safe code by defaultozaki-r 2016-04-11Move #include <sys/pslist.h> inside #ifdef _KERNEL for building brconfigozaki-r 2016-04-11Use pslist(9) in bridge(4)ozaki-r 2016-02-15Simplify bridge(4)ozaki-r 2016-02-10Don't share struct work, instead have one per softcozaki-r 2015-06-01Modify the BRDGGIFS and BRDGRTS cmds to be more COMPAT_NETBSD32 friendly.matt 2015-01-16Introduce defflag for NET_MPSAFEozaki-r 2015-01-08Use pserialize for rtlist in bridgeozaki-r 2014-12-31Use pserialize in bridgeozaki-r 2014-07-14Make bridge MPSAFEozaki-r 2014-06-20Remove unnecessary sc_softintrozaki-r 2014-06-17Restructure ether_input and bridge_inputozaki-r 2014-06-16Include pktqueue.h only if _KERNELozaki-r 2014-06-16Use pktqueue for bridge forwarding queue and softintozaki-r 2012-08-23the address expire counter is just a time difference; it can turndrochner 2009-04-04Fix for if_start() and pfil_hook() being called from hardware interruptbouyer 2009-01-18Fix multiple problems:mrg 2009-01-11merge christos-time_tchristos 2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad 2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos 2007-02-17KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneousdyoung 2005-12-10Multiple inclusion protection, as suggested by christos@ on tech-kern@elad 2005-06-28- Rearranged layout of struct bridge_iflist slightly toseanb 2005-02-26nuke trailing whitespaceperry 2003-09-16Add filter/no filter flag parameter to bridge_enqueue().jdc 2003-07-08prototype must not have variable nameitojun 2003-03-19Fix 2 bugs:bouyer 2003-02-15Add ipf packet-filtering option to if_bridge. The option is controlled atperseant 2001-08-17Add support for building Ethernet bridges, based on Jason Wright'sthorpej