freebsd-src/sys/alpha/tlsb
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
..
dwlpx.c Add support for multiple PCI "hoses" used on various alpha platforms. 1999-05-20 15:33:33 +00:00
dwlpxreg.h Add missing Id keywords. 1998-06-11 07:15:55 +00:00
gbus.c Alter the behavior of sys/kern/subr_bus.c:device_print_child() 1999-07-29 01:03:04 +00:00
gbusreg.h Add initial support for the FreeBSD/alpha kernel. This is very much a 1998-06-10 10:57:29 +00:00
gbusvar.h Major changes to the generic device framework for FreeBSD/alpha: 1998-06-14 13:46:10 +00:00
kftxx.c Alter the behavior of sys/kern/subr_bus.c:device_print_child() 1999-07-29 01:03:04 +00:00
kftxxreg.h Add missing Id keywords. 1998-06-11 07:15:55 +00:00
kftxxvar.h Major changes to the generic device framework for FreeBSD/alpha: 1998-06-14 13:46:10 +00:00
mcclock_tlsb.c Add support for clock calibration. 1999-05-18 21:26:21 +00:00
tlsb.c Alter the behavior of sys/kern/subr_bus.c:device_print_child() 1999-07-29 01:03:04 +00:00
tlsbmem.c Add initial support for the FreeBSD/alpha kernel. This is very much a 1998-06-10 10:57:29 +00:00
tlsbreg.h Add initial support for the FreeBSD/alpha kernel. This is very much a 1998-06-10 10:57:29 +00:00
tlsbvar.h Major changes to the generic device framework for FreeBSD/alpha: 1998-06-14 13:46:10 +00:00
zs_tlsb.c Alter the behavior of sys/kern/subr_bus.c:device_print_child() 1999-07-29 01:03:04 +00:00
zsreg.h Support channel B as well as channel A. 1998-07-05 12:16:55 +00:00
zsvar.h Declare zs_cnattach. 1998-06-14 13:58:57 +00:00