summaryrefslogtreecommitdiffstats
path: root/sys/dev/ppbus/if_plip.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up SIOCSIFDSTADDR usage from ifnet drivers. The ioctl itself isglebius2013-09-111-1/+0
* Add const qualifier to the dst parameter of the ifnet if_output method.glebius2013-04-261-2/+2
* Tag mbufs of all incoming frames or packets with the interface's FIBbz2011-07-031-0/+4
* Add new tunable 'net.link.ifqmaxlen' to set default send interfacesobomax2010-05-031-1/+1
* Change if_output to take a struct route as its fourth argument in orderkmacy2009-04-161-2/+3
* Add locking to ppc and ppbus and mark the whole lot MPSAFE:jhb2009-01-211-85/+168
* Various whitespace and style fixes.jhb2008-11-161-17/+17
* Various style and whitespace fixes. Previously parts of this file usedjhb2008-11-121-363/+371
* Several cleanups to remove the need for explicit unit numbers and a fewjhb2008-10-211-6/+8
* Rework the handling of interrupt handlers for children of ppc and ppbus:jhb2008-09-151-27/+12
* Remove unused UNITOSOFTC() macro.jhb2008-08-221-2/+0
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Fix fat-fingering in previous commit.jhb2006-12-291-1/+1
* Various bpf(4) related fixes to catch places up to the new bpf(4)jhb2006-12-291-5/+5
* - Use bus_setup_intr() and bus_teardown_intr() to register device driverjhb2006-02-221-1/+1
* Use a wildcard unit (-1) to device_find_child() in our identify routine tojhb2006-02-131-1/+1
* Add missing MODULE_DEPEND() so that ppbus.ko and these .ko's can beru2005-12-211-0/+1
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-6/+8
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-21/+25
* Apply error and success logic consistently to the function netisr_queue() andandre2004-08-271-2/+2
* Since if_plip doesn't contain locking or run with INTR_MPSAFE, markrwatson2004-08-131-1/+2
* Do not bzero() the softc, as newbus does it for us.cognet2004-07-091-1/+0
* Prevent the strange situation that after each load/unload of a ppbusguido2004-03-181-1/+4
* o eliminate widespread on-stack mbuf use for bpf by introducingsam2003-12-281-12/+1
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-4/+3
* Remove unused lp_unit member from softc.brooks2003-10-301-3/+0
* Use __FBSDID().obrien2003-08-241-1/+3
* Update netisr handling; Each SWI now registers its queue, and all queuejlemon2003-03-041-10/+2
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-301-1/+1
* network interface driver changes:sam2002-11-141-1/+1
* This makes ppbus childs like lpt and ppi succesfully connect to moreticso2002-04-071-1/+1
* Lock down the network interface queues. The queue mutex must be obtainedjlemon2000-11-251-14/+10
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
* Fix two warnings.peter2000-02-131-1/+1
* Make this lot build on alpha.dfr2000-01-251-1/+2
* Some newbus-inspired tidy-ups. Use device_identify() rather than scanningpeter2000-01-231-21/+20
* Port of ppbus standalone framework to the newbus system.nsouch2000-01-141-128/+153
* Remove NBPF conditionality of bpf calls in most of our network drivers.phk1999-09-251-15/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Rename bpfilter to bpf.des1999-07-061-9/+9
* Move away from lpt.h data structure definition that only lpt.c relies on.nsouch1999-02-141-4/+3
* Rename nlpt to lpt.nsouch1999-02-141-3/+5
* Generate correct DLT_NULL headers before passing packets to bpf.des1999-02-081-30/+43
* Distinguish EPP address/data register. Add EPP address register access to ppi.nsouch1999-01-301-4/+5
* Replace DEBUG by PLIP_DEBUG optionnsouch1999-01-231-6/+4
* Fix Linux compatible mode. ppb_rxxx() calls are chars, inb() is int.nsouch1999-01-091-8/+7
* Define DEBUG only if not already defined, avoiding confusions withnsouch1998-11-071-1/+3
OpenPOWER on IntegriCloud