Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/dev/ic/ad1848.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/dev/ic/ad1848.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.29 retrieving revision 1.29.22.1 diff -u -p -r1.29 -r1.29.22.1 --- src/sys/dev/ic/ad1848.c 2008/04/28 20:23:48 1.29 +++ src/sys/dev/ic/ad1848.c 2011/05/31 03:04:36 1.29.22.1 @@ -1,4 +1,4 @@ -/* $NetBSD: ad1848.c,v 1.29 2008/04/28 20:23:48 martin Exp $ */ +/* $NetBSD: ad1848.c,v 1.29.22.1 2011/05/31 03:04:36 rmind Exp $ */ /*- * Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -95,7 +95,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: ad1848.c,v 1.29 2008/04/28 20:23:48 martin Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ad1848.c,v 1.29.22.1 2011/05/31 03:04:36 rmind Exp $"); #include #include @@ -216,7 +216,7 @@ ad1848_from_vol(mixer_ctrl_t *cp, struct } -inline int +int ad_read(struct ad1848_softc *sc, int reg) { int x; @@ -227,7 +227,7 @@ ad_read(struct ad1848_softc *sc, int reg return x; } -inline void +void ad_write(struct ad1848_softc *sc, int reg, int data) { @@ -241,7 +241,7 @@ ad_write(struct ad1848_softc *sc, int re * indirection through CS_XREG (I23). */ -inline int +int ad_xread(struct ad1848_softc *sc, int reg) { int x; @@ -253,7 +253,7 @@ ad_xread(struct ad1848_softc *sc, int re return x; } -inline void +void ad_xwrite(struct ad1848_softc *sc, int reg, int val) {