Adjust for new "com" driver home.
This commit is contained in:
parent
8bae901f73
commit
e89814fa69
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: machdep.c,v 1.259 1997/10/15 01:20:51 jtk Exp $ */
|
||||
/* $NetBSD: machdep.c,v 1.260 1997/10/16 01:10:52 thorpej Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
|
||||
|
@ -182,8 +182,8 @@ extern struct proc *npxproc;
|
|||
#include "com.h"
|
||||
#if (NCOM > 0)
|
||||
#include <sys/termios.h>
|
||||
#include <dev/isa/comreg.h>
|
||||
#include <dev/isa/comvar.h>
|
||||
#include <dev/ic/comreg.h>
|
||||
#include <dev/ic/comvar.h>
|
||||
#endif
|
||||
|
||||
/* the following is used externally (sysctl_hw) */
|
||||
|
|
Loading…
Reference in New Issue