aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ppbus/ppbconf.c
Commit message (Expand)AuthorAgeFilesLines
* -Wunused cleanupPeter Wemm2001-06-121-2/+1
* make code use strxxx() callsAlfred Perlstein2001-04-011-11/+3
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-081-2/+2
* Staticize some malloc M_ instances.Poul-Henning Kamp2000-12-081-1/+1
* Confusing comment.Nick Hibma2000-05-051-1/+1
* Some newbus-inspired tidy-ups. Use device_identify() rather than scanningPeter Wemm2000-01-231-70/+33
* Port of ppbus standalone framework to the newbus system.Nicolas Souchu2000-01-141-184/+245
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Staticize.Eivind Eklund1999-04-111-2/+2
* Replace includes of <sys/kernel.h> with includes ofJohn Polstra1999-01-141-2/+2
* Fix missing \n in boot printfs. Add more mode detection if bootverbose.Nicolas Souchu1999-01-111-24/+30
* Fix broken low level ppb_rxxx() return type: char becomes u_char.Nicolas Souchu1999-01-101-4/+2
* Major ppbus commit with:Nicolas Souchu1999-01-101-62/+147
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-071-2/+1
* - port of vpo code to CAMNicolas Souchu1998-09-201-1/+4
* ppbus enhanced to support ZIP+ : 1284 code added, microseq improved +Nicolas Souchu1998-09-131-9/+16
* Major ppbus updates from the author.Mike Smith1998-08-031-26/+66
* Staticize.Eivind Eklund1998-02-091-2/+2
* Removed unused #includes. The !KERNEL case may be more broken than before.Bruce Evans1997-09-011-10/+1
* Remove bogus i386/* includes.Mike Smith1997-08-281-5/+1
* Sync with ppbus-970815 from the author :Mike Smith1997-08-161-151/+230
* New directory and drivers for Parallel Port Bus devices.Mike Smith1997-08-141-0/+339