Add NULL cn_halt and cn_flush entries to consdevs. Hi Matt!

This commit is contained in:
skrll 2003-03-06 13:09:28 +00:00
parent f24cb25605
commit bcc03a47aa
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: footbridge_com.c,v 1.11 2002/11/04 06:24:38 itohy Exp $ */ /* $NetBSD: footbridge_com.c,v 1.12 2003/03/06 13:09:28 skrll Exp $ */
/*- /*-
* Copyright (c) 1997 Mark Brinicombe * Copyright (c) 1997 Mark Brinicombe
@ -678,7 +678,7 @@ fcomcnattach(iobase, rate, cflag)
{ {
static struct consdev fcomcons = { static struct consdev fcomcons = {
NULL, NULL, fcomcngetc, fcomcnputc, fcomcnpollc, NULL, NULL, NULL, fcomcngetc, fcomcnputc, fcomcnpollc, NULL,
NODEV, CN_NORMAL NULL, NULL, NODEV, CN_NORMAL
}; };
fcomconstag = &fcomcons_bs_tag; fcomconstag = &fcomcons_bs_tag;