make this compile again. I should really rename the FreeBSD KASSERT to

KASSERT2 or something.
This commit is contained in:
christos 2003-10-25 21:32:44 +00:00
parent b132a6334c
commit d2705ee1d2
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: atw.c,v 1.6 2003/10/25 19:41:44 christos Exp $ */ /* $NetBSD: atw.c,v 1.7 2003/10/25 21:32:44 christos Exp $ */
/*- /*-
* Copyright (c) 1998, 1999, 2000, 2002, 2003, 2004 The NetBSD Foundation, Inc. * Copyright (c) 1998, 1999, 2000, 2002, 2003, 2004 The NetBSD Foundation, Inc.
@ -41,7 +41,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: atw.c,v 1.6 2003/10/25 19:41:44 christos Exp $"); __KERNEL_RCSID(0, "$NetBSD: atw.c,v 1.7 2003/10/25 21:32:44 christos Exp $");
#include "bpfilter.h" #include "bpfilter.h"
@ -3644,7 +3644,7 @@ atw_start(ifp)
lasttx = nexttx; lasttx = nexttx;
} }
KASSERT(lasttx != -1, "bad lastx"); KASSERT(lasttx != -1, ("bad lastx"));
/* Set `first segment' and `last segment' appropriately. */ /* Set `first segment' and `last segment' appropriately. */
sc->sc_txdescs[sc->sc_txnext].at_flags |= sc->sc_txdescs[sc->sc_txnext].at_flags |=
htole32(ATW_TXFLAG_FS); htole32(ATW_TXFLAG_FS);