1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/sys/dev/ppbus
Marius Strobl 4b7ec27007 - There's no need to overwrite the default device method with the default
one. Interestingly, these are actually the default for quite some time
  (bus_generic_driver_added(9) since r52045 and bus_generic_print_child(9)
  since r52045) but even recently added device drivers do this unnecessarily.
  Discussed with: jhb, marcel
- While at it, use DEVMETHOD_END.
  Discussed with: jhb
- Also while at it, use __FBSDID.
2011-11-22 21:28:20 +00:00
..
if_plip.c
immio.c
lpbb.c - There's no need to overwrite the default device method with the default 2011-11-22 21:28:20 +00:00
lpt.c - Use ppb_assert_locked() rather than using explicit mtx_assert call 2011-11-22 11:35:24 +00:00
lpt.h
lptio.h
pcfclock.c
ppb_1284.c
ppb_1284.h
ppb_base.c - Use ppb_assert_locked() rather than using explicit mtx_assert call 2011-11-22 11:35:24 +00:00
ppb_msq.c - Use ppb_assert_locked() rather than using explicit mtx_assert call 2011-11-22 11:35:24 +00:00
ppb_msq.h
ppbconf.c Move the device_delete_all_children() function from usb_util.c 2011-11-19 10:11:50 +00:00
ppbconf.h
ppbio.h
ppbus_if.m
ppi.c
ppi.h
pps.c
vpo.c - Use ppb_assert_locked() rather than using explicit mtx_assert call 2011-11-22 11:35:24 +00:00
vpoio.c
vpoio.h