Add smsc(4) to the list of drivers use the miibus interface.
X-MFC with: r272165 Sponsored by: Nginx, Inc.
This commit is contained in:
parent
16ca790ead
commit
2458e8d29a
@ -8,7 +8,7 @@
|
|||||||
.\"
|
.\"
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.\"
|
.\"
|
||||||
.Dd January 15, 2011
|
.Dd September 26, 2014
|
||||||
.Dt MIIBUS 4
|
.Dt MIIBUS 4
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -103,6 +103,8 @@ Silicon Integrated Systems SiS190/191 Ethernet
|
|||||||
Silicon Integrated Systems SiS 900/SiS 7016
|
Silicon Integrated Systems SiS 900/SiS 7016
|
||||||
.It Xr sk 4
|
.It Xr sk 4
|
||||||
SysKonnect SK-984x and SK-982x Gigabit Ethernet
|
SysKonnect SK-984x and SK-982x Gigabit Ethernet
|
||||||
|
.It Xr smsc 4
|
||||||
|
SMSC LAN9xxx USB Fast Ethernet
|
||||||
.It Xr ste 4
|
.It Xr ste 4
|
||||||
Sundance ST201 (D-Link DFE-550TX)
|
Sundance ST201 (D-Link DFE-550TX)
|
||||||
.It Xr stge 4
|
.It Xr stge 4
|
||||||
@ -166,6 +168,7 @@ but as a result are not well behaved newbus device drivers.
|
|||||||
.Xr sge 4 ,
|
.Xr sge 4 ,
|
||||||
.Xr sis 4 ,
|
.Xr sis 4 ,
|
||||||
.Xr sk 4 ,
|
.Xr sk 4 ,
|
||||||
|
.Xr smsc 4 ,
|
||||||
.Xr ste 4 ,
|
.Xr ste 4 ,
|
||||||
.Xr stge 4 ,
|
.Xr stge 4 ,
|
||||||
.Xr tl 4 ,
|
.Xr tl 4 ,
|
||||||
|
@ -47,6 +47,7 @@ following lines in your kernel configuration file:
|
|||||||
.Cd "device uhci"
|
.Cd "device uhci"
|
||||||
.Cd "device ohci"
|
.Cd "device ohci"
|
||||||
.Cd "device usb"
|
.Cd "device usb"
|
||||||
|
.Cd "device miibus"
|
||||||
.Cd "device smsc"
|
.Cd "device smsc"
|
||||||
.Ed
|
.Ed
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
@ -73,6 +74,7 @@ SMSC LAN951x Ethernet adapters with integrated USB hub
|
|||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr arp 4 ,
|
.Xr arp 4 ,
|
||||||
.Xr intro 4 ,
|
.Xr intro 4 ,
|
||||||
|
.Xr miibus 4 ,
|
||||||
.Xr netintro 4 ,
|
.Xr netintro 4 ,
|
||||||
.Xr usb 4 ,
|
.Xr usb 4 ,
|
||||||
.Xr ifconfig 8
|
.Xr ifconfig 8
|
||||||
|
Loading…
x
Reference in New Issue
Block a user