From: graichen Date: Wed, 29 Jan 1997 11:09:22 +0000 (+0000) Subject: #include "../../../dev/isa/comreg.h" -> #include "../../../dev/ic/comreg.h" X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=aa328ad17a16be78d81f93d8c69667aa88dda523;p=openbsd #include "../../../dev/isa/comreg.h" -> #include "../../../dev/ic/comreg.h" --- diff --git a/sys/arch/i386/boot/serial.S b/sys/arch/i386/boot/serial.S index 2fe4a1b3022..84fceb0e825 100644 --- a/sys/arch/i386/boot/serial.S +++ b/sys/arch/i386/boot/serial.S @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:34:26 rpd - * $Id: serial.S,v 1.1 1996/11/22 11:11:32 graichen Exp $ + * $Id: serial.S,v 1.2 1997/01/29 11:09:22 graichen Exp $ */ /* @@ -72,7 +72,7 @@ WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .file "serial.s" #include -#include "../../../dev/isa/comreg.h" +#include "../../../dev/ic/comreg.h" #define COMBRD(x) (1843200 / (16*(x))) .text