diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-05-21 18:49:48 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-05-21 18:49:48 +0000 |
commit | 3742e50ea9434f8e936f2e22dc4fba9389a78d56 (patch) | |
tree | 3307581645dec46b44f81a837516b11e6f4363bb /sys/dev/ic | |
parent | c1e9f26e6231e37c635af5509b31b59d1d04b4c2 (diff) |
Switch i386 from pccom to com. Welcomed by many.
ok dlg@, jsing@, deraadt@
Diffstat (limited to 'sys/dev/ic')
-rw-r--r-- | sys/dev/ic/com_subr.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/dev/ic/com_subr.c b/sys/dev/ic/com_subr.c index 399772f76e0..85ec0fb5faf 100644 --- a/sys/dev/ic/com_subr.c +++ b/sys/dev/ic/com_subr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: com_subr.c,v 1.13 2008/04/26 17:35:03 kettenis Exp $ */ +/* $OpenBSD: com_subr.c,v 1.14 2008/05/21 18:49:47 kettenis Exp $ */ /* * Copyright (c) 1997 - 1999, Jason Downs. All rights reserved. @@ -68,11 +68,7 @@ #include <sys/tty.h> #include "com.h" -#ifdef i386 -#include "pccom.h" -#else #define NPCCOM 0 -#endif #include <machine/bus.h> #if !defined(__sparc__) || defined(__sparc64__) @@ -91,9 +87,6 @@ #if NCOM > 0 #include <dev/ic/comvar.h> #endif -#if NPCCOM > 0 -#include <i386/isa/pccomvar.h> -#endif #ifdef COM_PXA2X0 #define com_isr 8 |