summaryrefslogtreecommitdiffstats
path: root/sys/dev/ppbus/if_plip.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't complain about SIOCGIFMEDIA; it's harmless and not somethingmsmith1998-10-241-1/+8
* Add missing newline in probe message.des1998-10-071-2/+2
* Fixed printf format errors.bde1998-08-171-2/+2
* Removed unused includes.bde1998-08-121-14/+1
* Major ppbus updates from the author.msmith1998-08-031-0/+772
OpenPOWER on IntegriCloud