sync with OpenBSD -current
This commit is contained in:
parent
62d64fa864
commit
4574748555
13806 changed files with 1142078 additions and 937084 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $OpenBSD: if_bnxt.c,v 1.38 2023/03/22 17:01:07 denis Exp $ */
|
||||
/* $OpenBSD: if_bnxt.c,v 1.39 2023/11/10 15:51:20 bluhm Exp $ */
|
||||
/*-
|
||||
* Broadcom NetXtreme-C/E network driver.
|
||||
*
|
||||
|
@ -645,7 +645,7 @@ bnxt_attach(struct device *parent, struct device *self, void *aux)
|
|||
#if NVLAN > 0
|
||||
ifp->if_capabilities |= IFCAP_VLAN_HWTAGGING;
|
||||
#endif
|
||||
ifq_set_maxlen(&ifp->if_snd, 1024); /* ? */
|
||||
ifq_init_maxlen(&ifp->if_snd, 1024); /* ? */
|
||||
|
||||
ifmedia_init(&sc->sc_media, IFM_IMASK, bnxt_media_change,
|
||||
bnxt_media_status);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue