aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ppbus/if_plip.c
Commit message (Expand)AuthorAgeFilesLines
* newbus: replace leftover device unit wildcardsAhmad Khalifa2025-06-211-1/+1
* newbus: replace -1 in BUS_ADD_CHILD(...-1) with DEVICE_UNIT_ANYWarner Losh2024-07-251-1/+1
* net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang2024-06-281-4/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Mechanically convert if_plip(4) to IfAPIJustin Hibbits2023-02-061-49/+43
* ppbus/ppc: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-3/+1
* ppbus: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-3/+0
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* sys/dev: Replace zero with NULL for pointers.Pedro F. Giffuni2017-02-201-2/+2
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-11/+11
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Clean up SIOCSIFDSTADDR usage from ifnet drivers. The ioctl itself isGleb Smirnoff2013-09-111-1/+0
* Add const qualifier to the dst parameter of the ifnet if_output method.Gleb Smirnoff2013-04-261-2/+2
* Tag mbufs of all incoming frames or packets with the interface's FIBBjoern A. Zeeb2011-07-031-0/+4
* Add new tunable 'net.link.ifqmaxlen' to set default send interfaceMaxim Sobolev2010-05-031-1/+1
* Change if_output to take a struct route as its fourth argument in orderKip Macy2009-04-161-2/+3
* Add locking to ppc and ppbus and mark the whole lot MPSAFE:John Baldwin2009-01-211-85/+168
* Various whitespace and style fixes.John Baldwin2008-11-161-17/+17
* Various style and whitespace fixes. Previously parts of this file usedJohn Baldwin2008-11-121-363/+371
* Several cleanups to remove the need for explicit unit numbers and a fewJohn Baldwin2008-10-211-6/+8
* Rework the handling of interrupt handlers for children of ppc and ppbus:John Baldwin2008-09-151-27/+12
* Remove unused UNITOSOFTC() macro.John Baldwin2008-08-221-2/+0
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Fix fat-fingering in previous commit.John Baldwin2006-12-291-1/+1
* Various bpf(4) related fixes to catch places up to the new bpf(4)John Baldwin2006-12-291-5/+5
* - Use bus_setup_intr() and bus_teardown_intr() to register device driverJohn Baldwin2006-02-221-1/+1
* Use a wildcard unit (-1) to device_find_child() in our identify routine toJohn Baldwin2006-02-131-1/+1
* Add missing MODULE_DEPEND() so that ppbus.ko and these .ko's can beRuslan Ermilov2005-12-211-0/+1
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-091-6/+8
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-21/+25
* Apply error and success logic consistently to the function netisr_queue() andAndre Oppermann2004-08-271-2/+2
* Since if_plip doesn't contain locking or run with INTR_MPSAFE, markRobert Watson2004-08-131-1/+2
* Do not bzero() the softc, as newbus does it for us.Olivier Houchard2004-07-091-1/+0
* Prevent the strange situation that after each load/unload of a ppbusGuido van Rooij2004-03-181-1/+4
* o eliminate widespread on-stack mbuf use for bpf by introducingSam Leffler2003-12-281-12/+1
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-4/+3
* Remove unused lp_unit member from softc.Brooks Davis2003-10-301-3/+0
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* Update netisr handling; Each SWI now registers its queue, and all queueJonathan Lemon2003-03-041-10/+2
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt2002-12-301-1/+1
* network interface driver changes:Sam Leffler2002-11-141-1/+1
* This makes ppbus childs like lpt and ppi succesfully connect to moreBernd Walter2002-04-071-1/+1
* Lock down the network interface queues. The queue mutex must be obtainedJonathan Lemon2000-11-251-14/+10
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-191-1/+0
* Fix two warnings.Peter Wemm2000-02-131-1/+1
* Make this lot build on alpha.Doug Rabson2000-01-251-1/+2