summaryrefslogtreecommitdiffstats
path: root/sys/dev/ppbus/ppbconf.c
Commit message (Expand)AuthorAgeFilesLines
* - Corrrect mispellings of word usefulgabor2013-04-171-1/+1
* - Correct mispellings of the word occurrencegabor2013-04-171-1/+1
* Rename device_delete_all_children() into device_delete_children().hselasky2011-11-221-1/+1
* Move the device_delete_all_children() function from usb_util.chselasky2011-11-191-8/+2
* bus_add_child: change type of order parameter to u_intavg2010-09-101-1/+1
* Add missing locking around setting the ppc interrupt handler IVAR.jhb2009-01-261-0/+2
* Add locking to ppc and ppbus and mark the whole lot MPSAFE:jhb2009-01-211-44/+76
* Various whitespace and style fixes.jhb2008-11-161-31/+31
* Several cleanups to remove the need for explicit unit numbers and a fewjhb2008-10-211-22/+18
* Rework the handling of interrupt handlers for children of ppc and ppbus:jhb2008-09-151-38/+2
* Whitespace fix.jhb2008-08-221-1/+1
* Work around problems with the ppbus(4)'s interesting way of managingjhb2008-01-101-0/+37
* Remove a useless cast from void * to struct ppb_device *.piso2007-03-061-1/+1
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-2/+2
* 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