summaryrefslogtreecommitdiff
path: root/sys/dev/pbio
AgeCommit message (Expand)Author
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-05-09pbio: Remove unused devclass argument to DRIVER_MODULE.John Baldwin
2022-05-05pbio: Add locking and remove D_NEEDGIANT.John Baldwin
2022-05-05pbio: Return BUS_PROBE_DEFAULT from probe instead of 0.John Baldwin
2022-05-05pbio: Axe bus_space tag/handle using bus_read/write_1 instead.John Baldwin
2022-05-05pbio: Store softc in si_drv1 for character devices.John Baldwin
2020-09-01pbio: clean up empty lines in .c and .h filesMateusz Guzik
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-02-27Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().Justin Hibbits
2008-09-27Replace all calls to minor() with dev2unit().Ed Schouten
2006-05-16Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp
2005-05-29Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi
2005-02-11Skip PNP probes. If there are isapnp or pnpbios instances of this driver,Warner Losh
2005-01-06Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh
2004-11-11Catch up with the header repo copy.David E. O'Brien
2004-10-11Fix conflicts I didn't fix before I committed my busspace changes.Warner Losh
2004-10-10Convert to newbus. (chances are we could now move this to dev/pbioWarner Losh
2004-10-09style(9)David E. O'Brien
2004-10-07Port pbio to HEAD.Warner Losh