From aa328ad17a16be78d81f93d8c69667aa88dda523 Mon Sep 17 00:00:00 2001 From: graichen Date: Wed, 29 Jan 1997 11:09:22 +0000 Subject: [PATCH] #include "../../../dev/isa/comreg.h" -> #include "../../../dev/ic/comreg.h" --- sys/arch/i386/boot/serial.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.20.1