summaryrefslogtreecommitdiff
path: root/sys/dev/ppbus
AgeCommit message (Expand)Author
2025-06-21newbus: replace leftover device unit wildcardsAhmad Khalifa
2025-06-17Internal scheduling priorities: Always use symbolic onesOlivier Certner
2025-06-11machine/stdarg.h -> sys/stdarg.hBrooks Davis
2025-01-02Use the new bus_generic_detach directly in place of home-grown versionsJohn Baldwin
2024-12-06Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin
2024-12-06Replace calls to bus_generic_probe with bus_identify_childrenJohn Baldwin
2024-10-12lpt: check readiness with predefined macrosArvydas Sidorenko
2024-07-24newbus: replace -1 in BUS_ADD_CHILD(...-1) with DEVICE_UNIT_ANYWarner Losh
2024-07-24newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh
2024-06-28net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-11-26sys: Remove ancient SCCS tags.Warner Losh
2023-08-16sys: Remove $FreeBSD$: one-line sh patternWarner 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
2023-02-06Mechanically convert if_plip(4) to IfAPIJustin Hibbits
2022-05-06ppbus/ppc: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-05-06Remove unused iicbb_devclass.John Baldwin
2022-04-13lpt: Mark ppbus in lptout unused.John Baldwin
2022-04-04ppi_probe: eliminate unused variable ppiWarner Losh
2021-11-19ppbus(4): Fix a typo in source code commentGordon Bergling
2021-09-01ppbus: Set the lock for pps interface, update to latest apiWarner Losh
2021-01-18ppbus: Fix the direction of the PPISEPPA ioctlMark Johnston
2020-09-01ppbus: clean up empty lines in .c and .h filesMateusz Guzik
2020-02-07Miscellaneous typo fixesEd Maste
2020-02-02Remove vpo.4Warner Losh
2020-02-02Add deprecation notice to vpo.4Warner Losh
2019-12-10Use callout_func_t instead of the deprecated timeout_t.John Baldwin
2017-11-30SPDX: use the Beerware identifier.Pedro F. Giffuni
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-11-18spdx: initial adoption of licensing ID tags.Pedro F. Giffuni
2017-05-17Remove register keyword from sys/ and ANSIfy prototypesEd Maste
2017-02-20sys/dev: Replace zero with NULL for pointers.Pedro F. Giffuni
2017-01-04Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers
2016-09-03With clang 3.9.0, compiling ppbus(4) results in the following warnings:Dimitry Andric
2016-05-03sys/dev: minor spelling fixes.Pedro F. Giffuni
2016-03-16Fix debug printfWarner Losh
2016-03-15Make sure we check for CAM_CDB_POINTER for all drivers. Also, for theWarner Losh
2014-09-19Mechanically convert to if_inc_counter().Gleb Smirnoff
2013-10-26The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff
2013-09-11 Clean up SIOCSIFDSTADDR usage from ifnet drivers. The ioctl itself isGleb Smirnoff
2013-04-26Add const qualifier to the dst parameter of the ifnet if_output method.Gleb Smirnoff
2013-04-17- Corrrect mispellings of word usefulGabor Kovesdan
2013-04-17- Correct mispellings of the word occurrenceGabor Kovesdan
2011-11-22Rename device_delete_all_children() into device_delete_children().Hans Petter Selasky
2011-11-22- There's no need to overwrite the default device method with the defaultMarius Strobl
2011-11-22- Use ppb_assert_locked() rather than using explicit mtx_assert callAttilio Rao
2011-11-20Introduce macro stubs in the mutex implementation that will be alwaysAttilio Rao
2011-11-19Move the device_delete_all_children() function from usb_util.cHans Petter Selasky