artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19cacf5
)
for now, assume no flash on 167 (is this true?)
author
deraadt
<deraadt@openbsd.org>
Fri, 1 Dec 1995 17:57:34 +0000
(17:57 +0000)
committer
deraadt
<deraadt@openbsd.org>
Fri, 1 Dec 1995 17:57:34 +0000
(17:57 +0000)
sys/arch/mvme68k/dev/flash.c
patch
|
blob
|
history
diff --git
a/sys/arch/mvme68k/dev/flash.c
b/sys/arch/mvme68k/dev/flash.c
index
6b4c103
..
7f73308
100644
(file)
--- a/
sys/arch/mvme68k/dev/flash.c
+++ b/
sys/arch/mvme68k/dev/flash.c
@@
-1,4
+1,4
@@
-/* $Id: flash.c,v 1.
3 1995/11/17 12:45:52
deraadt Exp $ */
+/* $Id: flash.c,v 1.
4 1995/12/01 17:57:34
deraadt Exp $ */
/*
* Copyright (c) 1995 Theo de Raadt
@@
-112,6
+112,8
@@
flashmatch(parent, cf, args)
*/
if (cputyp == CPU_166)
return (0);
+ if (cputyp == CPU_167)
+ return (0);
#endif
if (badpaddr(ca->ca_paddr, 1))