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_cas.c,v 1.54 2022/03/11 18:00:45 mpi Exp $ */
|
||||
/* $OpenBSD: if_cas.c,v 1.55 2023/11/10 15:51:20 bluhm Exp $ */
|
||||
|
||||
/*
|
||||
*
|
||||
|
@ -493,7 +493,7 @@ cas_config(struct cas_softc *sc)
|
|||
ifp->if_start = cas_start;
|
||||
ifp->if_ioctl = cas_ioctl;
|
||||
ifp->if_watchdog = cas_watchdog;
|
||||
ifq_set_maxlen(&ifp->if_snd, CAS_NTXDESC - 1);
|
||||
ifq_init_maxlen(&ifp->if_snd, CAS_NTXDESC - 1);
|
||||
|
||||
ifp->if_capabilities = IFCAP_VLAN_MTU;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue