aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ppbus/lpt.c
Commit message (Expand)AuthorAgeFilesLines
* newbus: replace leftover device unit wildcardsAhmad Khalifa2025-06-211-1/+1
* Internal scheduling priorities: Always use symbolic onesOlivier Certner2025-06-181-1/+1
* lpt: check readiness with predefined macrosArvydas Sidorenko2024-10-121-8/+3
* newbus: replace -1 in BUS_ADD_CHILD(...-1) with DEVICE_UNIT_ANYWarner Losh2024-07-251-1/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* ppbus/ppc: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-3/+1
* lpt: Mark ppbus in lptout unused.John Baldwin2022-04-131-1/+1
* ppbus: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-4/+0
* Miscellaneous typo fixesEd Maste2020-02-071-1/+1
* Use callout_func_t instead of the deprecated timeout_t.John Baldwin2019-12-101-1/+1
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-0/+2
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* - Use ppb_assert_locked() rather than using explicit mtx_assert callAttilio Rao2011-11-221-3/+2
* Check pointer for NULL before dereferencing it, not after.Christian Brueffer2009-10-221-2/+5
* Correct a copy/paste bug in a comment. lptclose() checks once a second toJohn Baldwin2009-10-131-1/+1
* When the timeout backoff hits the maximum value, leave it capped at theJohn Baldwin2009-10-051-1/+1
* Fix lptopen() and lptclose() to not trash the state of the HAVEBUS flagJohn Baldwin2009-02-111-11/+8
* Don't unlock the parent ppc lock until after releasing the ppbus.John Baldwin2009-01-261-1/+1
* Fix a compile bogon. 'ppbus' is used by two different sets of debug codeJohn Baldwin2009-01-221-0/+2
* Add locking to ppc and ppbus and mark the whole lot MPSAFE:John Baldwin2009-01-211-130/+157
* Various whitespace and style fixes.John Baldwin2008-11-161-41/+38
* Fix build breakage.John Baldwin2008-10-221-2/+2
* Several cleanups to remove the need for explicit unit numbers and a fewJohn Baldwin2008-10-211-29/+28
* Replace all calls to minor() with dev2unit().Ed Schouten2008-09-271-6/+6
* Rework the handling of interrupt handlers for children of ppc and ppbus:John Baldwin2008-09-151-11/+5
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Import ACPI Dock Station support. Note that this is still very young.Mitsuru IWASAKI2006-04-151-0/+16
* - Use bus_setup_intr() and bus_teardown_intr() to register device driverJohn Baldwin2006-02-221-2/+2
* Add missing MODULE_DEPEND() so that ppbus.ko and these .ko's can beRuslan Ermilov2005-12-211-0/+1
* Remove unused variable.Poul-Henning Kamp2005-03-171-6/+0
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Do not bzero() the softc, as newbus does it for us.Olivier Houchard2004-07-091-1/+0
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-5/+5
* Prevent the strange situation that after each load/unload of a ppbusGuido van Rooij2004-03-181-1/+5
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-0/+2
* Device megapatch 1/6:Poul-Henning Kamp2004-02-211-2/+0
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-13/+7
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).Dag-Erling Smørgrav2003-03-021-6/+6
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-2/+2
* - Make 'irq' intptr_t instead of uintptr_t so it handles a value of -1John Baldwin2002-11-071-2/+2
* This makes ppbus childs like lpt and ppi succesfully connect to moreBernd Walter2002-04-071-1/+1
* KSE Milestone 2Julian Elischer2001-09-121-3/+3
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-1/+0
* Don't use a private malloc(9) type for something this M_DEVBUFish.Poul-Henning Kamp2000-12-071-6/+4
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Rather than use a MD lpt.h, we now use the MI lptio.h.David E. O'Brien2000-05-191-2/+1
* Don't use getebuf() unless you really need a struct buf. Malloc willPoul-Henning Kamp2000-05-051-10/+12
* I _HATE_ crashes. The lptread() call needs to check LP_BYPASS, becauseBrian Feldman2000-03-151-0/+5