Module Name: src Committed By: martin Date: Fri Oct 25 21:24:14 UTC 2013
Modified Files: src/sys/arch/mac68k/obio: asc.c Log Message: Remove not yet used stuff To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/sys/arch/mac68k/obio/asc.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/mac68k/obio/asc.c diff -u src/sys/arch/mac68k/obio/asc.c:1.54 src/sys/arch/mac68k/obio/asc.c:1.55 --- src/sys/arch/mac68k/obio/asc.c:1.54 Sat Oct 27 17:18:00 2012 +++ src/sys/arch/mac68k/obio/asc.c Fri Oct 25 21:24:14 2013 @@ -1,4 +1,4 @@ -/* $NetBSD: asc.c,v 1.54 2012/10/27 17:18:00 chs Exp $ */ +/* $NetBSD: asc.c,v 1.55 2013/10/25 21:24:14 martin Exp $ */ /* * Copyright (C) 1997 Scott Reynolds @@ -64,7 +64,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: asc.c,v 1.54 2012/10/27 17:18:00 chs Exp $"); +__KERNEL_RCSID(0, "$NetBSD: asc.c,v 1.55 2013/10/25 21:24:14 martin Exp $"); #include <sys/types.h> #include <sys/errno.h> @@ -250,11 +250,13 @@ ascwrite(dev_t dev, struct uio *uio, int int ascioctl(dev_t dev, u_long cmd, void *data, int flag, struct lwp *l) { - struct asc_softc *sc; int error; +#ifdef not_yet + struct asc_softc *sc; int unit = ASCUNIT(dev); sc = device_lookup_private(&asc_cd, unit); +#endif error = 0; switch (cmd) {