The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=8e902c1d21a74c82ffef9f104eb31b213f79f1db
commit 8e902c1d21a74c82ffef9f104eb31b213f79f1db Author: Bjoern A. Zeeb <[email protected]> AuthorDate: 2021-11-09 21:35:45 +0000 Commit: Bjoern A. Zeeb <[email protected]> CommitDate: 2021-11-09 21:48:02 +0000 mii: update URL for OUIs Update the URL for OUIs as the old one is 404 not even 301 anymore. --- sys/dev/mii/miidevs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/mii/miidevs b/sys/dev/mii/miidevs index 87035e1b7392..259718303ee5 100644 --- a/sys/dev/mii/miidevs +++ b/sys/dev/mii/miidevs @@ -33,7 +33,7 @@ $FreeBSD$ /* * List of known MII OUIs. - * For a complete list see http://standards.ieee.org/regauth/oui/ + * For a complete list see http://standards-oui.ieee.org/ * * XXX Vendors do obviously not agree how OUIs (24 bit) are mapped * to the 22 bits available in the id registers.
