summaryrefslogtreecommitdiffstats
path: root/sys/dev/ppbus/ppbconf.c
Commit message (Expand)AuthorAgeFilesLines
* Import ACPI Dock Station support. Note that this is still very young.iwasaki2006-04-151-0/+18
* Use __FBSDID().obrien2003-08-241-1/+3
* -Wunused cleanuppeter2001-06-121-2/+1
* make code use strxxx() callsalfred2001-04-011-11/+3
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-2/+2
* Staticize some malloc M_ instances.phk2000-12-081-1/+1
* Confusing comment.n_hibma2000-05-051-1/+1
* Some newbus-inspired tidy-ups. Use device_identify() rather than scanningpeter2000-01-231-70/+33
* Port of ppbus standalone framework to the newbus system.nsouch2000-01-141-184/+245
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Staticize.eivind1999-04-111-2/+2
* Replace includes of <sys/kernel.h> with includes ofjdp1999-01-141-2/+2
* Fix missing \n in boot printfs. Add more mode detection if bootverbose.nsouch1999-01-111-24/+30
* Fix broken low level ppb_rxxx() return type: char becomes u_char.nsouch1999-01-101-4/+2
* Major ppbus commit with:nsouch1999-01-101-62/+147
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-2/+1
* - port of vpo code to CAMnsouch1998-09-201-1/+4
* ppbus enhanced to support ZIP+ : 1284 code added, microseq improved +nsouch1998-09-131-9/+16
* Major ppbus updates from the author.msmith1998-08-031-26/+66
* Staticize.eivind1998-02-091-2/+2
* Removed unused #includes. The !KERNEL case may be more broken than before.bde1997-09-011-10/+1
* Remove bogus i386/* includes.msmith1997-08-281-5/+1
* Sync with ppbus-970815 from the author :msmith1997-08-161-151/+230
* New directory and drivers for Parallel Port Bus devices.msmith1997-08-141-0/+339
OpenPOWER on IntegriCloud