summaryrefslogtreecommitdiff
path: root/sys/dev/ppbus/ppi.c
AgeCommit message (Expand)Author
2025-06-21newbus: replace leftover device unit wildcardsAhmad Khalifa
2024-07-24newbus: replace -1 in BUS_ADD_CHILD(...-1) with DEVICE_UNIT_ANYWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-05-06ppbus/ppc: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-04-04ppi_probe: eliminate unused variable ppiWarner Losh
2020-09-01ppbus: clean up empty lines in .c and .h filesMateusz Guzik
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2009-01-21Add locking to ppc and ppbus and mark the whole lot MPSAFE:John Baldwin
2008-11-16Various whitespace and style fixes.John Baldwin
2008-10-22Fix build breakage.John Baldwin
2008-10-21Several cleanups to remove the need for explicit unit numbers and a fewJohn Baldwin
2008-09-27Replace all calls to minor() with dev2unit().Ed Schouten
2008-09-15Rework the handling of interrupt handlers for children of ppc and ppbus:John Baldwin
2007-02-23Catchup with filtersWarner Losh
2006-02-22- Use bus_setup_intr() and bus_teardown_intr() to register device driverJohn Baldwin
2005-12-21Add missing MODULE_DEPEND() so that ppbus.ko and these .ko's can beRuslan Ermilov
2004-07-09Do not bzero() the softc, as newbus does it for us.Olivier Houchard
2004-06-16Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp
2004-03-18Prevent the strange situation that after each load/unload of a ppbusGuido van Rooij
2004-02-21Device megapatch 4/6:Poul-Henning Kamp
2004-02-21Device megapatch 1/6:Poul-Henning Kamp
2003-08-24Use __FBSDID().David E. O'Brien
2003-03-03Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp
2002-12-30Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt
2002-08-25Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier
2002-04-07This makes ppbus childs like lpt and ppi succesfully connect to moreBernd Walter
2001-09-12KSE Milestone 2Julian Elischer
2001-03-26Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp
2000-10-15Remove unneeded #include <machine/clock.h>Poul-Henning Kamp
2000-07-18Remove an unused variable warning.Nick Hibma
2000-05-07If PERIPH_1284 is not defined, don't even bother calling the BUS_*_INTRNick Hibma
2000-04-07If we can't allocate an IRQ resource, fail in the attach routine.Jonathan Lemon
2000-01-23Some newbus-inspired tidy-ups. Use device_identify() rather than scanningPeter Wemm
2000-01-14Make this compile - missing ")";Peter Wemm
2000-01-14ppi needs to use a bus method to get this rather than peering inside theNicolas Souchu
2000-01-14Port of ppbus standalone framework to the newbus system.Nicolas Souchu
1999-09-25Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-05-31Simplify cdevsw registration.Poul-Henning Kamp
1999-05-30This commit should be a extensive NO-OP:Poul-Henning Kamp
1999-04-28s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.Dmitrij Tejblum
1999-02-14Rename nlpt to lpt.Nicolas Souchu
1999-01-30Distinguish EPP address/data register. Add EPP address register access to ppi.Nicolas Souchu
1999-01-27 Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon
1999-01-10Major ppbus commit with:Nicolas Souchu
1998-12-07The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs
1998-06-07This commit fixes various 64bit portability problems required forDoug Rabson
1998-01-02Actually implement the internals of the 'ppi' device.Mike Smith
1997-09-01Removed unused #includes. The !KERNEL case may be more broken than before.Bruce Evans