summaryrefslogtreecommitdiffstats
path: root/sys/dev/ppbus/if_plip.c
Commit message (Expand)AuthorAgeFilesLines
* 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