diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2015-05-22 17:05:21 +0000 |
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2015-05-22 17:05:21 +0000 |
| commit | fd90e2ed54a69bb07d14dcd4e805431ccb7d6cb6 (patch) | |
| tree | 9c598a67317c5e22e5e44d49e8bb797cb28e79b9 /sys/dev/qlxge | |
| parent | 316f4c880a15660086e5c9e7ee31f8b717e855f1 (diff) | |
Notes
Diffstat (limited to 'sys/dev/qlxge')
| -rw-r--r-- | sys/dev/qlxge/qls_os.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/qlxge/qls_os.c b/sys/dev/qlxge/qls_os.c index 1617d24095e1..878a0e635b81 100644 --- a/sys/dev/qlxge/qls_os.c +++ b/sys/dev/qlxge/qls_os.c @@ -453,7 +453,7 @@ qls_pci_attach(device_t dev) taskqueue_start_threads(&ha->tx_tq, 1, PI_NET, "%s txq", device_get_nameunit(ha->pci_dev)); - callout_init(&ha->tx_callout, TRUE); + callout_init(&ha->tx_callout, 1); ha->flags.qla_callout_init = 1; /* create ioctl device interface */ |
