From 83178f22c8005ccdfdeabf8478199e9ea6804c14 Mon Sep 17 00:00:00 2001 From: briggs Date: Sat, 29 Mar 1997 02:27:11 +0000 Subject: [PATCH] Fix bug that would have prevented PB5xx series from detecting the SONIC. Bug noticed by Denny Gentry. --- sys/arch/mac68k/dev/if_sn_obio.c | 4 ++-- 1 file 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"); -- 2.20.1