artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
015ba90
)
Forgotten line in extent handling code
author
niklas
<niklas@openbsd.org>
Tue, 10 Dec 1996 23:34:12 +0000
(23:34 +0000)
committer
niklas
<niklas@openbsd.org>
Tue, 10 Dec 1996 23:34:12 +0000
(23:34 +0000)
sys/arch/i386/i386/machdep.c
patch
|
blob
|
history
diff --git
a/sys/arch/i386/i386/machdep.c
b/sys/arch/i386/i386/machdep.c
index
173c247
..
183a376
100644
(file)
--- a/
sys/arch/i386/i386/machdep.c
+++ b/
sys/arch/i386/i386/machdep.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: machdep.c,v 1.3
1 1996/12/09 09:54:04
niklas Exp $ */
+/* $OpenBSD: machdep.c,v 1.3
2 1996/12/10 23:34:12
niklas Exp $ */
/* $NetBSD: machdep.c,v 1.202 1996/05/18 15:54:59 christos Exp $ */
/*-
@@
-315,6
+315,7
@@
cpu_startup()
printf("kernel does not support -c; continuing..\n");
#endif
}
+ ioport_malloc_safe = 1;
configure();
/*