diff options
Diffstat (limited to 'sys/arch/i386/boot/serial.S')
-rw-r--r-- | sys/arch/i386/boot/serial.S | 4 |
1 files 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 <machine/asm.h> -#include "../../../dev/isa/comreg.h" +#include "../../../dev/ic/comreg.h" #define COMBRD(x) (1843200 / (16*(x))) .text |