History log of /src/share/man/man9/usbnet.9
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: perseant-exfatfs-base-20250801 netbsd-11-base perseant-exfatfs-base-20240630 perseant-exfatfs-base
# 1.22 04-Feb-2024 mrg

update my email address.


# 1.21 17-Oct-2023 mrg

fix a typo: s/usbent_set_link/usbnet_set_link/.


Revision tags: netbsd-10-1-RELEASE netbsd-10-0-RELEASE netbsd-10-0-RC6 netbsd-10-0-RC5 netbsd-10-0-RC4 netbsd-10-0-RC3 netbsd-10-0-RC2 netbsd-10-0-RC1 netbsd-10-base
# 1.20 20-Aug-2022 riastradh

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


# 1.19 20-Aug-2022 riastradh

usbnet(9): New usbnet_ispromisc(un).

Replaces ifp->if_flags & IFF_PROMISC in multicast filter updates.


# 1.18 12-Aug-2022 riastradh

usbnet(9): Tidy up language about init/rx/tx/stop in man page.


# 1.17 05-Mar-2022 riastradh

usbnet(9): Clarify uno_stop contract in man page.


# 1.16 05-Mar-2022 riastradh

usbnet(9): uno_init is now optional.

Update assertion and man page accordingly.


# 1.15 03-Mar-2022 riastradh

usbnet(9): Update man page.


# 1.14 11-Dec-2021 mrg

remove clause 3 from all my licenses that aren't conflicting with
another copyright claim line. again. (i did this in 2008 and then
did not update all of my personal templates.)


Revision tags: cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1 cjep_staticlib_x-base
# 1.13 28-Aug-2020 fcambus

Fix a bunch of typos in various device drivers and kernel man pages.


# 1.12 09-Aug-2020 mrg

fix a couple of minor issues:
- un_ed is not a function, but an array
- fix a typo
- add a blank line after a list


Revision tags: phil-wifi-20200421 phil-wifi-20200411 phil-wifi-20200406
# 1.11 20-Mar-2020 wiz

branches: 1.11.2;
Fix some typos, remove unnecessary Pp


# 1.10 20-Mar-2020 thorpej

Update for recent locking changes.


Revision tags: is-mlppp-base phil-wifi-20191119
# 1.9 23-Aug-2019 wiz

branches: 1.9.2;
Mark up NULL. Capitalize NetBSD.


# 1.8 23-Aug-2019 mrg

update for usbnet_mii and read/write reg return change.


# 1.7 15-Aug-2019 wiz

Fix Xr usage.


# 1.6 15-Aug-2019 mrg

- document locking requirements more
- expand uno_foo() docs to include return type and parameters
- expand uno_intr() docs
- add uno_tick()
- fix various typoes


# 1.5 12-Aug-2019 mrg

remove mention of dv_private and note that usbnet must be first.
fix Ethernet capitalisation in one place.


# 1.4 11-Aug-2019 wiz

Minor fixes.


# 1.3 11-Aug-2019 mrg

minor rewording of a few places and add a new section to describe
the type of changes required to port a driver to usbnet interfaces.


# 1.2 11-Aug-2019 wiz

Various fixes: Pp cleanup, use more macros, sort sections,
fix typos, Americanize spelling (like other man pages), fix macro arguments.


# 1.1 10-Aug-2019 mrg

usbnet may be stable now. document it.