Remove over-sensitive sanity check for console port == KGDB port.

This commit is contained in:
drochner 1997-08-24 09:38:19 +00:00
parent ce0a826c55
commit 9518da7563
1 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: machdep.c,v 1.245 1997/08/23 14:22:03 drochner Exp $ */
/* $NetBSD: machdep.c,v 1.246 1997/08/24 09:38:19 drochner Exp $ */
/*-
* Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@ -1761,8 +1761,6 @@ consinit()
void
kgdb_port_init()
{
if(!strcmp(kgdb_devname, consdevname)) /* must be != console */
return;
#if (NCOM > 0)
if(!strcmp(kgdb_devname, "com")) {
bus_space_tag_t tag = I386_BUS_SPACE_IO;