summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorbriggs <briggs@cvs.openbsd.org>1997-03-29 02:27:12 +0000
committerbriggs <briggs@cvs.openbsd.org>1997-03-29 02:27:12 +0000
commit9f10befb6b3a7a49f056d89ecd42c6d0bd33063a (patch)
tree7d015cac4b9f95610f46c8ca673ccf1067d93d7d /sys
parent6afd314b172e72d0d958a38c8fde8bb22c4f61a1 (diff)
Fix bug that would have prevented PB5xx series from detecting the SONIC.
Bug noticed by Denny Gentry.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/mac68k/dev/if_sn_obio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mac68k/dev/if_sn_obio.c b/sys/arch/mac68k/dev/if_sn_obio.c
index 726c29c4966..358c53415bf 100644
--- 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");