artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13f2363
)
#include "../../../dev/isa/comreg.h" -> #include "../../../dev/ic/comreg.h"
author
graichen
<graichen@openbsd.org>
Wed, 29 Jan 1997 11:09:22 +0000
(11:09 +0000)
committer
graichen
<graichen@openbsd.org>
Wed, 29 Jan 1997 11:09:22 +0000
(11:09 +0000)
sys/arch/i386/boot/serial.S
patch
|
blob
|
history
diff --git
a/sys/arch/i386/boot/serial.S
b/sys/arch/i386/boot/serial.S
index
2fe4a1b
..
84fceb0
100644
(file)
--- 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:3
2 graichen Exp $
+ * $Id: serial.S,v 1.
2 1997/01/29 11:09:2
2 graichen Exp $
*/
/*
@@
-72,7
+72,7
@@
WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.file "serial.s"
#include <machine/asm.h>
-#include "../../../dev/i
sa
/comreg.h"
+#include "../../../dev/i
c
/comreg.h"
#define COMBRD(x) (1843200 / (16*(x)))
.text