From 11e8322cac4560ad961fa0e2628f97dad1a01577 Mon Sep 17 00:00:00 2001 From: Eivind Eklund Date: Wed, 9 Dec 1998 02:56:48 +0000 Subject: [PATCH] Move the return so that the DEVFS code can execute, too. All code is equal (it is just that some is more equal than other). --- sys/i386/isa/ctx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/i386/isa/ctx.c b/sys/i386/isa/ctx.c index 3e094ee8a6b..413302d5047 100644 --- a/sys/i386/isa/ctx.c +++ b/sys/i386/isa/ctx.c @@ -8,7 +8,7 @@ * of this software, nor does the author assume any responsibility * for damages incurred with its use. * - * $Id: ctx.c,v 1.27 1998/06/07 17:10:15 dfr Exp $ + * $Id: ctx.c,v 1.28 1998/06/14 10:52:52 bde Exp $ */ /* @@ -196,12 +196,12 @@ ctxattach(struct isa_device * devp) sr->iobase = devp->id_iobase; sr->maddr = devp->id_maddr; sr->msize = devp->id_msize; - return (1); #ifdef DEVFS sr->devfs_token = devfs_add_devswf(&ctx_cdevsw, 0, DV_CHR, 0, 0, 0600, "ctx%d", devp->id_unit); #endif /* DEVFS */ + return (1); } static int