Add stge(4) to the list of device drivers use the miibus interface.

This commit is contained in:
Pyun YongHyeon 2006-07-25 00:59:39 +00:00
parent 5d44cffc71
commit 788b409578

View File

@ -8,7 +8,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd April 10, 2006
.Dd July 25, 2006
.Dt MIIBUS 4
.Os
.Sh NAME
@ -89,6 +89,8 @@ Silicon Integrated Systems SiS 900/SiS 7016
SysKonnect SK-984x and SK-982x Gigabit Ethernet
.It Xr ste 4
Sundance ST201 (D-Link DFE-550TX)
.It Xr stge 4
Sundance/Tamarack TC9021 Gigabit Ethernet
.It Xr tl 4
Texas Instruments ThunderLAN
.It Xr tx 4
@ -138,6 +140,7 @@ but as a result are not well behaved newbus device drivers.
.Xr sis 4 ,
.Xr sk 4 ,
.Xr ste 4 ,
.Xr stge 4 ,
.Xr tl 4 ,
.Xr tx 4 ,
.Xr udav 4 ,