aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ppbus/if_plip.c
Commit message (Expand)AuthorAgeFilesLines
* MFC:Nick Hibma2000-05-241-1/+0
* Fix two warnings.Peter Wemm2000-02-131-1/+1
* Make this lot build on alpha.Doug Rabson2000-01-251-1/+2
* Some newbus-inspired tidy-ups. Use device_identify() rather than scanningPeter Wemm2000-01-231-21/+20
* Port of ppbus standalone framework to the newbus system.Nicolas Souchu2000-01-141-128/+153
* Remove NBPF conditionality of bpf calls in most of our network drivers.Poul-Henning Kamp1999-09-251-15/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Rename bpfilter to bpf.Dag-Erling Smørgrav1999-07-061-9/+9
* Move away from lpt.h data structure definition that only lpt.c relies on.Nicolas Souchu1999-02-141-4/+3
* Rename nlpt to lpt.Nicolas Souchu1999-02-141-3/+5
* Generate correct DLT_NULL headers before passing packets to bpf.Dag-Erling Smørgrav1999-02-081-30/+43
* Distinguish EPP address/data register. Add EPP address register access to ppi.Nicolas Souchu1999-01-301-4/+5
* Replace DEBUG by PLIP_DEBUG optionNicolas Souchu1999-01-231-6/+4
* Fix Linux compatible mode. ppb_rxxx() calls are chars, inb() is int.Nicolas Souchu1999-01-091-8/+7
* Define DEBUG only if not already defined, avoiding confusions withNicolas Souchu1998-11-071-1/+3
* Don't complain about SIOCGIFMEDIA; it's harmless and not somethingMike Smith1998-10-241-1/+8
* Add missing newline in probe message.Dag-Erling Smørgrav1998-10-071-2/+2
* Fixed printf format errors.Bruce Evans1998-08-171-2/+2
* Removed unused includes.Bruce Evans1998-08-121-14/+1
* Major ppbus updates from the author.Mike Smith1998-08-031-0/+772