freebsd-dev/sys/dev/usb
Matthew N. Dodd 15317dd875 Alter the behavior of sys/kern/subr_bus.c:device_print_child()
- device_print_child() either lets the BUS_PRINT_CHILD
	  method produce the entire device announcement message or
	  it prints "foo0: not found\n"

Alter sys/kern/subr_bus.c:bus_generic_print_child() to take on
the previous behavior of device_print_child() (printing the
"foo0: <FooDevice 1.1>" bit of the announce message.)

Provide bus_print_child_header() and bus_print_child_footer()
to actually print the output for bus_generic_print_child().
These functions should be used whenever possible (unless you can
just use bus_generic_print_child())

The BUS_PRINT_CHILD method now returns int instead of void.

Modify everything else that defines or uses a BUS_PRINT_CHILD
method to comply with the above changes.

	- Devices are 'on' a bus, not 'at' it.
	- If a custom BUS_PRINT_CHILD method does the same thing
	  as bus_generic_print_child(), use bus_generic_print_child()
	- Use device_get_nameunit() instead of both
	  device_get_name() and device_get_unit()
	- All BUS_PRINT_CHILD methods return the number of
	  characters output.

Reviewed by: dfr, peter
1999-07-29 01:03:04 +00:00
..
hid.c
hid.h
ohci_pci.c Shorten the strings a bit (remove 'Host') 1999-06-13 20:46:10 +00:00
ohci.c Add comments, change variable names to make them consistent (r -> err, 1999-07-25 18:54:22 +00:00
ohcireg.h
ohcivar.h
ugen.c Remove cmaj and bmaj args from DEV_DRIVER_MODULE. 1999-07-04 14:58:56 +00:00
uhci_pci.c Remove option USBVERBOSE 1999-06-16 17:34:36 +00:00
uhci.c Add comments, change variable names to make them consistent (r -> err, 1999-07-25 18:54:22 +00:00
uhcireg.h Add comments, change variable names to make them consistent (r -> err, 1999-07-25 18:54:22 +00:00
uhcivar.h Add comments, change variable names to make them consistent (r -> err, 1999-07-25 18:54:22 +00:00
uhid.c Remove cmaj and bmaj args from DEV_DRIVER_MODULE. 1999-07-04 14:58:56 +00:00
uhub.c
ukbd.c Change 'device' to 'self', to be more like the rest of the code 1999-06-26 12:55:25 +00:00
ulpt.c Remove cmaj and bmaj args from DEV_DRIVER_MODULE. 1999-07-04 14:58:56 +00:00
umass.c 1) Do not include usbdivar.h and access the interface descriptor through 1999-06-20 15:46:13 +00:00
umodem.c
ums.c Remove cmaj and bmaj args from DEV_DRIVER_MODULE. 1999-07-04 14:58:56 +00:00
usb_if.m Add comments, change variable names to make them consistent (r -> err, 1999-07-25 18:54:22 +00:00
usb_mem.h
usb_port.h Remove superfluous semi-colon 1999-06-27 22:24:20 +00:00
usb_quirks.c
usb_quirks.h
usb_subr.c Add comments, change variable names to make them consistent (r -> err, 1999-07-25 18:54:22 +00:00
usb.c Add comments, change variable names to make them consistent (r -> err, 1999-07-25 18:54:22 +00:00
usb.h Add the semi-official Bulk protocol id 'P' 1999-07-03 22:19:41 +00:00
usbcdc.h Add comments, change variable names to make them consistent (r -> err, 1999-07-25 18:54:22 +00:00
usbdevs_data.h Add MultiTech Atlas modem 1999-06-27 22:28:02 +00:00
usbdevs.h Add MultiTech Atlas modem 1999-06-27 22:28:02 +00:00
usbdi_util.c
usbdi_util.h
usbdi.c Alter the behavior of sys/kern/subr_bus.c:device_print_child() 1999-07-29 01:03:04 +00:00
usbdi.h Add comments, change variable names to make them consistent (r -> err, 1999-07-25 18:54:22 +00:00
usbdivar.h Add comments, change variable names to make them consistent (r -> err, 1999-07-25 18:54:22 +00:00
usbhid.h