freebsd-dev/share/man
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
..
man0 While I'm at it, remove the tickadj manpage from src/share/man0/man8, 1998-10-08 18:52:17 +00:00
man1 security(1) doesn't exist, but security(7) does. 1999-03-20 04:03:56 +00:00
man3 Add $Id$, to make it simpler for members of the translation teams to 1999-07-12 20:50:10 +00:00
man4 Remove the quotes from the kernel configuration "options" lines, to 1999-07-27 18:21:17 +00:00
man5 Add a default ppp.conf (mode 600). 1999-07-26 10:49:37 +00:00
man6 Typo and style fixes. 1997-02-16 16:36:17 +00:00
man7 Add portlint(1) and sort "SEE ALSO"'s. 1999-07-12 07:49:28 +00:00
man8 Add $Id$, to make it simpler for members of the translation teams to 1999-07-12 21:02:10 +00:00
man9 Alter the behavior of sys/kern/subr_bus.c:device_print_child() 1999-07-29 01:03:04 +00:00
tools
Makefile Add the perl man pages to the "whatis" building list. 1999-02-04 11:54:30 +00:00