Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 usbnet(9): Clarify how mii functions are used.



details:   https://anonhg.NetBSD.org/src/rev/240b9cdd4bf4
branches:  trunk
changeset: 369536:240b9cdd4bf4
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sat Aug 20 23:50:41 2022 +0000

description:
usbnet(9): Clarify how mii functions are used.

diffstat:

 share/man/man9/usbnet.9 |  16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diffs (46 lines):

diff -r 6d520181097b -r 240b9cdd4bf4 share/man/man9/usbnet.9
--- a/share/man/man9/usbnet.9   Sat Aug 20 23:49:48 2022 +0000
+++ b/share/man/man9/usbnet.9   Sat Aug 20 23:50:41 2022 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: usbnet.9,v 1.19 2022/08/20 14:08:59 riastradh Exp $
+.\"    $NetBSD: usbnet.9,v 1.20 2022/08/20 23:50:41 riastradh Exp $
 .\"
 .\" Copyright (c) 2019 Matthew R. Green
 .\" All rights reserved.
@@ -403,29 +403,29 @@
 .It Ft int Fn (*uno_read_reg) "struct usbnet *un" "int phy" "int reg" "uint16_t *val"
 Read MII register.
 Required with MII.
-Serialized with other MII functions, and with
+Serialized with other MII functions, and only called after
 .Dq uno_init
-and
+and before
 .Dq uno_stop .
 .It Ft int Fn (*uno_write_reg) "struct usbnet *un" "int phy" "int reg" "uint16_t val"
 Write MII register.
 Required with MII.
-Serialized with other MII functions, and with
+Serialized with other MII functions, and only called after
 .Dq uno_init
-and
+and before
 .Dq uno_stop .
 .It Ft usbd_status Fn (*uno_statchg) "struct ifnet *ifp"
 Handle MII status change.
 Required with MII.
-Serialized with other MII functions, and with
+Serialized with other MII functions, and only called after
 .Dq uno_init
-and
+and before
 .Dq uno_stop .
 .It Ft unsigned Fn (*uno_tx_prepare) "struct usbnet *un" "struct mbuf *m" "struct usbnet_chain *c"
 Prepare an mbuf for transmit.
 Required.
 Called sequentially between, and not during,
-.Dq uno_init .
+.Dq uno_init
 and
 .Dq uno_stop .
 .It Ft void Fn (*uno_rx_loop) "struct usbnet *un" "struct usbnet_chain *c" "uint32_t total_len"



Home | Main Index | Thread Index | Old Index