freebsd-nq/sys/pc98/cbus
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
..
30line.h
cbus_dma.c Fixed missing changes from sys/pc98/pc98/pc98.c when new-bus was integrated. 1999-07-21 13:30:56 +00:00
cbus.h From submitter: 1999-06-25 15:17:20 +00:00
clock.c Sync with sys/i386/isa/clock.c revision up to 1.140. 1999-07-26 12:21:09 +00:00
fdc.c Alter the behavior of sys/kern/subr_bus.c:device_print_child() 1999-07-29 01:03:04 +00:00
fdcreg.h Fixed locations of include files. 1999-06-01 13:14:35 +00:00
gdc.c Moved LCD controle routine for certain models of EPSON laptops into 1999-07-03 08:44:32 +00:00
olpt.c Rename bpfilter to bpf. 1999-07-06 19:23:32 +00:00
pckbd.c This commit should be a extensive NO-OP: 1999-05-30 16:53:49 +00:00
pcrtc.c Sync with sys/i386/isa/clock.c revision up to 1.140. 1999-07-26 12:21:09 +00:00
ppc.c New parallel port support for PC98. Old PC98s which have 1999-06-18 14:48:28 +00:00
ppcreg.h New parallel port support for PC98. Old PC98s which have 1999-06-18 14:48:28 +00:00
sc_machdep.h Added copyright. 1999-07-03 08:50:45 +00:00
scgdcrndr.c Added copyright. 1999-07-03 08:50:45 +00:00
scvtb.c Added copyright. 1999-07-03 08:50:45 +00:00
sio.c Remove cmaj and bmaj args from DEV_DRIVER_MODULE. 1999-07-04 14:58:56 +00:00
syscons_cbus.c Added copyright. 1999-07-03 08:50:45 +00:00