diff options
| author | Zbigniew Bodek <zbb@FreeBSD.org> | 2016-02-25 14:24:32 +0000 |
|---|---|---|
| committer | Zbigniew Bodek <zbb@FreeBSD.org> | 2016-02-25 14:24:32 +0000 |
| commit | 73f8bb534361b605d2cdde214daf7e4377216570 (patch) | |
| tree | e7a496519eac493ad7655fad719938c6ab6e5f04 | |
| parent | 332c869727e0c7132da51adf8be70c19b156a41e (diff) | |
Notes
| -rw-r--r-- | sys/dev/vnic/nic_main.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/vnic/nic_main.c b/sys/dev/vnic/nic_main.c index 1c350589af62..ea0baa5616af 100644 --- a/sys/dev/vnic/nic_main.c +++ b/sys/dev/vnic/nic_main.c @@ -628,9 +628,6 @@ nic_init_hw(struct nicpf *nic) { int i; - /* Reset NIC, in case the driver is repeatedly inserted and removed */ - nic_reg_write(nic, NIC_PF_SOFT_RESET, 1); - /* Enable NIC HW block */ nic_reg_write(nic, NIC_PF_CFG, 0x3); |
