diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 2000-09-20 17:32:17 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 2000-09-20 17:32:17 +0000 |
| commit | 94741b4657f80afbcd5fdf1c7d5197ddd4b8ca77 (patch) | |
| tree | 2547ab2ffee808bfcc451ebe8eaa61b075202a6f | |
| parent | 73334a43295681239f18f55b75bb50be0217dc38 (diff) | |
Notes
| -rw-r--r-- | sys/pci/if_pcn.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/pci/if_pcn.c b/sys/pci/if_pcn.c index 2b5b60c8241d9..5f6625b433b7f 100644 --- a/sys/pci/if_pcn.c +++ b/sys/pci/if_pcn.c @@ -576,7 +576,6 @@ static int pcn_attach(dev) /* * Do MII setup. */ - bootverbose = 1; if (mii_phy_probe(dev, &sc->pcn_miibus, pcn_ifmedia_upd, pcn_ifmedia_sts)) { printf("pcn%d: MII without any PHY!\n", sc->pcn_unit); |
