summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2007-01-16 17:48:57 +0000
committerjkim <jkim@FreeBSD.org>2007-01-16 17:48:57 +0000
commit2506ea94b7400921185d3760b960c2f3cb93d1b2 (patch)
tree4d2361748d1ec3fda571f5bee93994db6aa5957b /sys/dev/mii
parent0de926dfd1d79b809a414cb250d0aa4f54590c15 (diff)
downloadFreeBSD-src-2506ea94b7400921185d3760b960c2f3cb93d1b2.zip
FreeBSD-src-2506ea94b7400921185d3760b960c2f3cb93d1b2.tar.gz
Correct driver_t brgphy_driver, which was forgotten from the last commit.
Diffstat (limited to 'sys/dev/mii')
-rw-r--r--sys/dev/mii/brgphy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mii/brgphy.c b/sys/dev/mii/brgphy.c
index 85f2428..09ff2c0 100644
--- a/sys/dev/mii/brgphy.c
+++ b/sys/dev/mii/brgphy.c
@@ -86,7 +86,7 @@ static devclass_t brgphy_devclass;
static driver_t brgphy_driver = {
"brgphy",
brgphy_methods,
- sizeof(struct mii_softc)
+ sizeof(struct brgphy_softc)
};
DRIVER_MODULE(brgphy, miibus, brgphy_driver, brgphy_devclass, 0, 0);
OpenPOWER on IntegriCloud