From: briggs Date: Sat, 29 Mar 1997 02:27:11 +0000 (+0000) Subject: Fix bug that would have prevented PB5xx series from detecting the SONIC. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=83178f22c8005ccdfdeabf8478199e9ea6804c14;p=openbsd Fix bug that would have prevented PB5xx series from detecting the SONIC. Bug noticed by Denny Gentry. --- 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");