artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4338a9b
)
Fix bug that would have prevented PB5xx series from detecting the SONIC.
author
briggs
<briggs@openbsd.org>
Sat, 29 Mar 1997 02:27:11 +0000
(
02:27
+0000)
committer
briggs
<briggs@openbsd.org>
Sat, 29 Mar 1997 02:27:11 +0000
(
02:27
+0000)
Bug noticed by Denny Gentry.
sys/arch/mac68k/dev/if_sn_obio.c
patch
|
blob
|
history
diff --git
a/sys/arch/mac68k/dev/if_sn_obio.c
b/sys/arch/mac68k/dev/if_sn_obio.c
index
726c29c
..
358c534
100644
(file)
--- a/
sys/arch/mac68k/dev/if_sn_obio.c
+++ b/
sys/arch/mac68k/dev/if_sn_obio.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: if_sn_obio.c,v 1.
3 1997/03/17 04:17:00
briggs Exp $ */
+/* $OpenBSD: if_sn_obio.c,v 1.
4 1997/03/29 02:27:11
briggs Exp $ */
/*
* Copyright (C) 1997 Allen Briggs
@@
-98,7
+98,7
@@
sn_obio_attach(parent, self, aux)
case MACH_CLASSPB:
sc->s_dcr |= DCR_DW16;
sc->bitmode = 0;
-
return
;
+
break
;
default:
printf("unsupported machine type\n");