From d22cb816a80ea90042eed437cb31e55ecfc2dd66 Mon Sep 17 00:00:00 2001 From: pluknet Date: Fri, 26 Sep 2014 11:13:19 +0000 Subject: Add smsc(4) to the list of drivers use the miibus interface. X-MFC with: r272165 Sponsored by: Nginx, Inc. --- share/man/man4/miibus.4 | 5 ++++- share/man/man4/smsc.4 | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'share') diff --git a/share/man/man4/miibus.4 b/share/man/man4/miibus.4 index 6152095..a04e7a8 100644 --- a/share/man/man4/miibus.4 +++ b/share/man/man4/miibus.4 @@ -8,7 +8,7 @@ .\" .\" $FreeBSD$ .\" -.Dd January 15, 2011 +.Dd September 26, 2014 .Dt MIIBUS 4 .Os .Sh NAME @@ -103,6 +103,8 @@ Silicon Integrated Systems SiS190/191 Ethernet Silicon Integrated Systems SiS 900/SiS 7016 .It Xr sk 4 SysKonnect SK-984x and SK-982x Gigabit Ethernet +.It Xr smsc 4 +SMSC LAN9xxx USB Fast Ethernet .It Xr ste 4 Sundance ST201 (D-Link DFE-550TX) .It Xr stge 4 @@ -166,6 +168,7 @@ but as a result are not well behaved newbus device drivers. .Xr sge 4 , .Xr sis 4 , .Xr sk 4 , +.Xr smsc 4 , .Xr ste 4 , .Xr stge 4 , .Xr tl 4 , diff --git a/share/man/man4/smsc.4 b/share/man/man4/smsc.4 index 3136957..fb37539 100644 --- a/share/man/man4/smsc.4 +++ b/share/man/man4/smsc.4 @@ -47,6 +47,7 @@ following lines in your kernel configuration file: .Cd "device uhci" .Cd "device ohci" .Cd "device usb" +.Cd "device miibus" .Cd "device smsc" .Ed .Sh DESCRIPTION @@ -73,6 +74,7 @@ SMSC LAN951x Ethernet adapters with integrated USB hub .Sh SEE ALSO .Xr arp 4 , .Xr intro 4 , +.Xr miibus 4 , .Xr netintro 4 , .Xr usb 4 , .Xr ifconfig 8 -- cgit v1.1