Page MenuHomeFreeBSD

D48370.diff
No OneTemporary

D48370.diff

diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -696,6 +696,8 @@
bus_dma.9 bus_dmamem_free.9 \
bus_dma.9 bus_dma_tag_create.9 \
bus_dma.9 bus_dma_tag_destroy.9
+MLINKS+=bus_generic_print_child.9 bus_print_child_footer.9 \
+ bus_generic_print_child.9 bus_print_child_header.9
MLINKS+=bus_generic_read_ivar.9 bus_generic_write_ivar.9
MLINKS+=BUS_GET_CPUS.9 bus_get_cpus.9
MLINKS+=bus_map_resource.9 bus_unmap_resource.9 \
diff --git a/share/man/man9/bus_generic_print_child.9 b/share/man/man9/bus_generic_print_child.9
--- a/share/man/man9/bus_generic_print_child.9
+++ b/share/man/man9/bus_generic_print_child.9
@@ -30,7 +30,9 @@
.Dt BUS_GENERIC_PRINT_CHILD 9
.Os
.Sh NAME
-.Nm bus_generic_print_child
+.Nm bus_generic_print_child ,
+.Nm bus_print_child_footer ,
+.Nm bus_print_child_header
.Nd generic implementation of
.Dv DEVICE_PRINT_CHILD
for buses
@@ -39,6 +41,10 @@
.In sys/bus.h
.Ft int
.Fn bus_generic_print_child "device_t dev" "device_t child"
+.Ft int
+.Fn bus_print_child_footer "device_t dev" "device_t child"
+.Ft int
+.Fn bus_print_child_header "device_t dev" "device_t child"
.Sh DESCRIPTION
This implementation prints out the default device announcement message.
Given device 'foo0' on bus 'bar0' where foo0 has the name "FooCard 1234" the

File Metadata

Mime Type
text/plain
Expires
Fri, Jan 10, 12:07 PM (14 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15742493
Default Alt Text
D48370.diff (1 KB)

Event Timeline