s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.

(Edited automatically)
This commit is contained in:
Dmitrij Tejblum 1999-04-28 10:54:24 +00:00
parent 78e2e8ea35
commit 604359cf9b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=46153
52 changed files with 92 additions and 92 deletions

View file

@ -1,4 +1,4 @@
/* $Id: brooktree848.c,v 1.67 1999/02/25 07:45:47 roger Exp $ */
/* $Id: brooktree848.c,v 1.68 1999/04/24 20:13:58 peter Exp $ */
/* BT848 Driver for Brooktree's Bt848, Bt849, Bt878 and Bt 879 based cards.
The Brooktree BT848 Driver driver is based upon Mark Tinguely and
Jim Lowe's driver for the Matrox Meteor PCI card . The
@ -6142,7 +6142,7 @@ static void msp_autodetect( bktr_ptr_t bktr ) {
#ifdef __FreeBSD__
static bktr_devsw_installed = 0;
static int bktr_devsw_installed;
static void
bktr_drvinit( void *unused )

View file

@ -1,5 +1,5 @@
/*-
* dgb.c $Id: dgb.c,v 1.44 1999/04/22 15:19:37 davidn Exp $
* dgb.c $Id: dgb.c,v 1.45 1999/04/27 11:14:22 phk Exp $
*
* Digiboard driver.
*
@ -2289,7 +2289,7 @@ disc_optim(tp, t)
}
static dgb_devsw_installed = 0;
static int dgb_devsw_installed;
static void
dgb_drvinit(void *unused)

View file

@ -1,5 +1,5 @@
/*-
* $Id: dgm.c,v 1.8 1999/04/11 03:47:24 eivind Exp $
* $Id: dgm.c,v 1.9 1999/04/27 11:14:24 phk Exp $
*
* This driver and the associated header files support the ISA PC/Xem
* Digiboards. Its evolutionary roots are described below.
@ -2089,7 +2089,7 @@ disc_optim(tp, t)
}
static dgm_devsw_installed = 0;
static int dgm_devsw_installed;
static void
dgm_drvinit(void *unused)

View file

@ -235,7 +235,7 @@ get_tick ()
}
static joy_devsw_installed = 0;
static int joy_devsw_installed;
static void joy_drvinit(void *unused)
{

View file

@ -40,7 +40,7 @@
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* $Id: mcd.c,v 1.100 1998/07/13 09:53:01 bde Exp $
* $Id: mcd.c,v 1.101 1998/10/22 05:58:39 bde Exp $
*/
static const char COPYRIGHT[] = "mcd-driver (C)1993 by H.Veit & B.Moore";
@ -1849,7 +1849,7 @@ mcd_resume(int unit)
}
static mcd_devsw_installed = 0;
static int mcd_devsw_installed;
static void mcd_drvinit(void *unused)
{

View file

@ -11,7 +11,7 @@
* this software for any purpose. It is provided "as is"
* without express or implied warranty.
*
* $Id: mse.c,v 1.38 1998/06/07 17:10:47 dfr Exp $
* $Id: mse.c,v 1.39 1998/10/22 05:58:39 bde Exp $
*/
/*
* Driver for the Logitech and ATI Inport Bus mice for use with 386bsd and
@ -769,7 +769,7 @@ mse_getati(port, dx, dy, but)
outb(port + MSE_PORTB, MSE_INPORT_INTREN);
}
static mse_devsw_installed = 0;
static int mse_devsw_installed;
static void mse_drvinit(void *unused)
{

View file

@ -48,7 +48,7 @@
* from: unknown origin, 386BSD 0.1
* From Id: lpt.c,v 1.55.2.1 1996/11/12 09:08:38 phk Exp
* From Id: nlpt.c,v 1.14 1999/02/08 13:55:43 des Exp
* $Id: lpt.c,v 1.1 1999/02/14 11:59:59 nsouch Exp $
* $Id: lpt.c,v 1.2 1999/02/14 16:19:16 nsouch Exp $
*/
/*
@ -938,7 +938,7 @@ lptioctl(dev_t dev, u_long cmd, caddr_t data, int flags, struct proc *p)
return(error);
}
static lpt_devsw_installed = 0;
static int lpt_devsw_installed;
static void
lpt_drvinit(void *unused)

View file

@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: ppi.c,v 1.11 1999/01/30 15:35:39 nsouch Exp $
* $Id: ppi.c,v 1.12 1999/02/14 11:59:59 nsouch Exp $
*
*/
#include "ppi.h"
@ -530,7 +530,7 @@ ppiioctl(dev_t dev, u_long cmd, caddr_t data, int flags, struct proc *p)
return (error);
}
static ppi_devsw_installed = 0;
static int ppi_devsw_installed;
static void ppi_drvinit(void *unused)
{

View file

@ -1495,7 +1495,7 @@ rc_wait0(nec, unit, chan, line)
unit, chan, line);
}
static rc_devsw_installed = 0;
static int rc_devsw_installed;
static void rc_drvinit(void *unused)
{

View file

@ -41,7 +41,7 @@
*/
/* $Id: scd.c,v 1.40 1998/07/13 09:53:02 bde Exp $ */
/* $Id: scd.c,v 1.41 1999/01/12 01:29:45 eivind Exp $ */
/* Please send any comments to micke@dynas.se */
@ -1569,7 +1569,7 @@ scd_toc_entry (int unit, struct ioc_read_toc_single_entry *te)
}
static scd_devsw_installed = 0;
static int scd_devsw_installed;
static void scd_drvinit(void *unused)
{

View file

@ -30,7 +30,7 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
* NO EVENT SHALL THE AUTHORS BE LIABLE.
*
* $Id: si.c,v 1.80 1999/04/24 20:17:03 peter Exp $
* $Id: si.c,v 1.81 1999/04/27 11:15:14 phk Exp $
*/
#ifndef lint
@ -2812,7 +2812,7 @@ si_modulename(host_type, uart_type)
return("");
}
static si_devsw_installed = 0;
static int si_devsw_installed;
static void
si_drvinit(void *unused)

View file

@ -1,5 +1,5 @@
/*-
* dgb.c $Id: dgb.c,v 1.44 1999/04/22 15:19:37 davidn Exp $
* dgb.c $Id: dgb.c,v 1.45 1999/04/27 11:14:22 phk Exp $
*
* Digiboard driver.
*
@ -2289,7 +2289,7 @@ disc_optim(tp, t)
}
static dgb_devsw_installed = 0;
static int dgb_devsw_installed;
static void
dgb_drvinit(void *unused)

View file

@ -1,5 +1,5 @@
/*-
* $Id: dgm.c,v 1.8 1999/04/11 03:47:24 eivind Exp $
* $Id: dgm.c,v 1.9 1999/04/27 11:14:24 phk Exp $
*
* This driver and the associated header files support the ISA PC/Xem
* Digiboards. Its evolutionary roots are described below.
@ -2089,7 +2089,7 @@ disc_optim(tp, t)
}
static dgm_devsw_installed = 0;
static int dgm_devsw_installed;
static void
dgm_drvinit(void *unused)

View file

@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* from: @(#)cons.c 7.2 (Berkeley) 5/9/91
* $Id: cons.c,v 1.62 1999/04/27 11:14:29 phk Exp $
* $Id: cons.c,v 1.63 1999/04/27 12:21:03 phk Exp $
*/
#include "opt_devfs.h"
@ -414,7 +414,7 @@ cnputc(c)
}
}
static cn_devsw_installed = 0;
static int cn_devsw_installed;
static void
cn_drvinit(void *unused)

View file

@ -34,7 +34,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
/*
* $Id: asc.c,v 1.33 1999/01/27 10:10:00 bde Exp $
* $Id: asc.c,v 1.34 1999/01/28 01:59:53 dillon Exp $
*/
#include "asc.h"
@ -883,7 +883,7 @@ ascpoll(dev_t dev, int events, struct proc *p)
}
static asc_devsw_installed = 0;
static int asc_devsw_installed;
static void
asc_drvinit(void *unused)

View file

@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* $Id: atapi-cd.c,v 1.14 1999/04/13 19:38:10 peter Exp $
* $Id: atapi-cd.c,v 1.15 1999/04/27 11:14:51 phk Exp $
*/
#include "wdc.h"
@ -1517,7 +1517,7 @@ atapi_dump(int ctrlr, int lun, char *label, void *data, int len)
printf ("\n");
}
static acd_devsw_installed = 0;
static int acd_devsw_installed;
static void
acd_drvinit(void *unused)

View file

@ -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.28 1998/06/14 10:52:52 bde Exp $
* $Id: ctx.c,v 1.29 1998/12/09 02:56:48 eivind Exp $
*/
/*
@ -448,7 +448,7 @@ waitvb(int port)
static ctx_devsw_installed = 0;
static int ctx_devsw_installed;
static void
ctx_drvinit(void *unused)

View file

@ -964,7 +964,7 @@ void cxtimeout (void *a)
#if defined(__FreeBSD__) && (__FreeBSD__ > 1 )
static cx_devsw_installed = 0;
static int cx_devsw_installed;
static void cx_drvinit(void *unused)
{
dev_t dev;

View file

@ -1159,7 +1159,7 @@ outb(CDOR,95); /*untalk*/
}
static gp_devsw_installed = 0;
static int gp_devsw_installed;
static void
gp_drvinit(void *unused)

View file

@ -833,7 +833,7 @@ gscioctl (dev_t dev, u_long cmd, caddr_t data, int flag, struct proc *p)
}
static gsc_devsw_installed = 0;
static int gsc_devsw_installed;
static void
gsc_drvinit(void *unused)

View file

@ -33,7 +33,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: istallion.c,v 1.24 1999/01/30 12:17:33 phk Exp $
* $Id: istallion.c,v 1.25 1999/04/27 11:15:05 phk Exp $
*/
/*****************************************************************************/
@ -648,7 +648,7 @@ static struct cdevsw stli_cdevsw = {
D_TTY,
};
static stli_devsw_installed = 0;
static int stli_devsw_installed;
static void stli_drvinit(void *unused)
{

View file

@ -235,7 +235,7 @@ get_tick ()
}
static joy_devsw_installed = 0;
static int joy_devsw_installed;
static void joy_drvinit(void *unused)
{

View file

@ -6,7 +6,7 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
*
* $Id: loran.c,v 1.14 1998/12/16 11:46:41 phk Exp $
* $Id: loran.c,v 1.15 1999/04/11 03:06:06 eivind Exp $
*
* This device-driver helps the userland controlprogram for a LORAN-C
* receiver avoid monopolizing the CPU.
@ -644,7 +644,7 @@ static struct cdevsw loran_cdevsw =
NULL, -1 };
static loran_devsw_installed = 0;
static int loran_devsw_installed;
static void loran_drvinit(void *unused)
{

View file

@ -337,7 +337,7 @@ static char MATCDVERSION[]="Version 1(26) 18-Oct-95";
static char MATCDCOPYRIGHT[] = "Matsushita CD-ROM driver, Copr. 1994,1995 Frank Durda IV";
/* The proceeding strings may not be changed*/
/* $Id: matcd.c,v 1.36 1998/07/15 10:11:21 bde Exp $ */
/* $Id: matcd.c,v 1.37 1998/12/13 23:36:16 eivind Exp $ */
/*---------------------------------------------------------------------------
Include declarations
@ -2730,7 +2730,7 @@ static int matcd_igot(struct ioc_capability * sqp)
#endif /*FULLDRIVER*/
static matcd_devsw_installed = 0;
static int matcd_devsw_installed;
static void
matcd_drvinit(void *unused)

View file

@ -40,7 +40,7 @@
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* $Id: mcd.c,v 1.100 1998/07/13 09:53:01 bde Exp $
* $Id: mcd.c,v 1.101 1998/10/22 05:58:39 bde Exp $
*/
static const char COPYRIGHT[] = "mcd-driver (C)1993 by H.Veit & B.Moore";
@ -1849,7 +1849,7 @@ mcd_resume(int unit)
}
static mcd_devsw_installed = 0;
static int mcd_devsw_installed;
static void mcd_drvinit(void *unused)
{

View file

@ -11,7 +11,7 @@
* this software for any purpose. It is provided "as is"
* without express or implied warranty.
*
* $Id: mse.c,v 1.38 1998/06/07 17:10:47 dfr Exp $
* $Id: mse.c,v 1.39 1998/10/22 05:58:39 bde Exp $
*/
/*
* Driver for the Logitech and ATI Inport Bus mice for use with 386bsd and
@ -769,7 +769,7 @@ mse_getati(port, dx, dy, but)
outb(port + MSE_PORTB, MSE_INPORT_INTREN);
}
static mse_devsw_installed = 0;
static int mse_devsw_installed;
static void mse_drvinit(void *unused)
{

View file

@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* $Id: pcaudio.c,v 1.44 1998/12/13 23:32:44 eivind Exp $
* $Id: pcaudio.c,v 1.45 1998/12/27 20:09:31 sos Exp $
*/
#include "pca.h"
@ -548,7 +548,7 @@ pcapoll(dev_t dev, int events, struct proc *p)
return (revents);
}
static pca_devsw_installed = 0;
static int pca_devsw_installed;
static void pca_drvinit(void *unused)
{

View file

@ -1495,7 +1495,7 @@ rc_wait0(nec, unit, chan, line)
unit, chan, line);
}
static rc_devsw_installed = 0;
static int rc_devsw_installed;
static void rc_drvinit(void *unused)
{

View file

@ -41,7 +41,7 @@
*/
/* $Id: scd.c,v 1.40 1998/07/13 09:53:02 bde Exp $ */
/* $Id: scd.c,v 1.41 1999/01/12 01:29:45 eivind Exp $ */
/* Please send any comments to micke@dynas.se */
@ -1569,7 +1569,7 @@ scd_toc_entry (int unit, struct ioc_read_toc_single_entry *te)
}
static scd_devsw_installed = 0;
static int scd_devsw_installed;
static void scd_drvinit(void *unused)
{

View file

@ -30,7 +30,7 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
* NO EVENT SHALL THE AUTHORS BE LIABLE.
*
* $Id: si.c,v 1.80 1999/04/24 20:17:03 peter Exp $
* $Id: si.c,v 1.81 1999/04/27 11:15:14 phk Exp $
*/
#ifndef lint
@ -2812,7 +2812,7 @@ si_modulename(host_type, uart_type)
return("");
}
static si_devsw_installed = 0;
static int si_devsw_installed;
static void
si_drvinit(void *unused)

View file

@ -275,7 +275,7 @@ struct spigot_softc *ss = (struct spigot_softc *)&spigot_softc[0];
}
static spigot_devsw_installed = 0;
static int spigot_devsw_installed;
static void spigot_drvinit(void *unused)
{

View file

@ -33,7 +33,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: stallion.c,v 1.26 1999/04/24 20:17:04 peter Exp $
* $Id: stallion.c,v 1.27 1999/04/27 11:15:19 phk Exp $
*/
/*****************************************************************************/
@ -547,7 +547,7 @@ static struct cdevsw stl_cdevsw = {
D_TTY,
};
static stl_devsw_installed = 0;
static int stl_devsw_installed;
static void stl_drvinit(void *unused)
{

View file

@ -1149,7 +1149,7 @@ static int twchecktime(int target, int tol)
#endif /* HIRESTIME */
static tw_devsw_installed = 0;
static int tw_devsw_installed;
static void tw_drvinit(void *unused)
{

View file

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)wd.c 7.2 (Berkeley) 5/9/91
* $Id: wd.c,v 1.193 1999/04/13 20:22:30 peter Exp $
* $Id: wd.c,v 1.194 1999/04/16 21:22:25 peter Exp $
*/
/* TODO:
@ -2393,7 +2393,7 @@ wdwait(struct disk *du, u_char bits_wanted, int timeout)
return (-1);
}
static wd_devsw_installed = 0;
static int wd_devsw_installed;
static void wd_drvinit(void *unused)
{

View file

@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* $Id: atapi-cd.c,v 1.14 1999/04/13 19:38:10 peter Exp $
* $Id: atapi-cd.c,v 1.15 1999/04/27 11:14:51 phk Exp $
*/
#include "wdc.h"
@ -1517,7 +1517,7 @@ atapi_dump(int ctrlr, int lun, char *label, void *data, int len)
printf ("\n");
}
static acd_devsw_installed = 0;
static int acd_devsw_installed;
static void
acd_drvinit(void *unused)

View file

@ -23,7 +23,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* $Id: wfd.c,v 1.20 1999/04/13 19:38:11 peter Exp $
* $Id: wfd.c,v 1.21 1999/04/27 11:15:21 phk Exp $
*/
/*
@ -764,7 +764,7 @@ static int wfd_eject (struct wfd *t, int closeit)
0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0);
}
static wfd_devsw_installed = 0;
static int wfd_devsw_installed;
static void wfd_drvinit(void *unused)
{

View file

@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* $Id: wst.c,v 1.15 1999/01/12 01:28:00 eivind Exp $
* $Id: wst.c,v 1.16 1999/04/13 19:38:11 peter Exp $
*/
#include "wdc.h"
@ -784,7 +784,7 @@ wst_reset(struct wst *t)
DELAY(30);
}
static wst_devsw_installed = 0;
static int wst_devsw_installed;
static void
wst_drvinit(void *unused)

View file

@ -20,7 +20,7 @@
* the original CMU copyright notice.
*
* Version 1.3, Thu Nov 11 12:09:13 MSK 1993
* $Id: wt.c,v 1.46 1998/10/22 05:58:41 bde Exp $
* $Id: wt.c,v 1.47 1998/12/18 18:07:10 bde Exp $
*
*/
@ -982,7 +982,7 @@ wtstatus (wtinfo_t *t)
}
static wt_devsw_installed = 0;
static int wt_devsw_installed;
static void
wt_drvinit(void *unused)

View file

@ -235,7 +235,7 @@ get_tick ()
}
static joy_devsw_installed = 0;
static int joy_devsw_installed;
static void joy_drvinit(void *unused)
{

View file

@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)kern_descrip.c 8.6 (Berkeley) 4/19/94
* $Id: kern_descrip.c,v 1.57 1998/11/11 10:55:56 truckman Exp $
* $Id: kern_descrip.c,v 1.58 1999/01/08 17:31:08 eivind Exp $
*/
#include "opt_compat.h"
@ -1266,7 +1266,7 @@ SYSCTL_INT(_kern, KERN_MAXFILESPERPROC, maxfilesperproc,
SYSCTL_INT(_kern, KERN_MAXFILES, maxfiles, CTLFLAG_RW, &maxfiles, 0, "");
static fildesc_devsw_installed = 0;
static int fildesc_devsw_installed;
#ifdef DEVFS
static void *devfs_token_stdin;
static void *devfs_token_stdout;

View file

@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* from: @(#)cons.c 7.2 (Berkeley) 5/9/91
* $Id: cons.c,v 1.62 1999/04/27 11:14:29 phk Exp $
* $Id: cons.c,v 1.63 1999/04/27 12:21:03 phk Exp $
*/
#include "opt_devfs.h"
@ -414,7 +414,7 @@ cnputc(c)
}
}
static cn_devsw_installed = 0;
static int cn_devsw_installed;
static void
cn_drvinit(void *unused)

View file

@ -360,7 +360,7 @@ int cmd, ver;
DISPATCH(lkmtp, cmd, ver, iplaction, iplaction, iplaction);
}
# endif
static ipl_devsw_installed = 0;
static int ipl_devsw_installed;
static void ipl_drvinit __P((void *unused))
{

View file

@ -46,7 +46,7 @@
* SUCH DAMAGE.
*
* from: unknown origin, 386BSD 0.1
* $Id: lpt.c,v 1.24 1998/12/11 08:48:21 kato Exp $
* $Id: lpt.c,v 1.25 1999/01/28 11:24:36 kato Exp $
*/
/*
@ -1422,7 +1422,7 @@ lpoutput (struct ifnet *ifp, struct mbuf *m,
#endif /* INET */
static lpt_devsw_installed = 0;
static int lpt_devsw_installed;
static void lpt_drvinit(void *unused)
{

View file

@ -11,7 +11,7 @@
* this software for any purpose. It is provided "as is"
* without express or implied warranty.
*
* $Id: mse.c,v 1.17 1998/06/08 08:55:44 kato Exp $
* $Id: mse.c,v 1.18 1998/10/22 05:58:45 bde Exp $
*/
/*
* Driver for the Logitech and ATI Inport Bus mice for use with 386bsd and
@ -923,7 +923,7 @@ mse_get98m(port, dx, dy, but)
}
#endif
static mse_devsw_installed = 0;
static int mse_devsw_installed;
static void mse_drvinit(void *unused)
{

View file

@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* $Id: pcaudio.c,v 1.19 1998/12/14 08:58:56 kato Exp $
* $Id: pcaudio.c,v 1.20 1998/12/30 08:08:05 kato Exp $
*/
#include "pca.h"
@ -587,7 +587,7 @@ pcapoll(dev_t dev, int events, struct proc *p)
return (revents);
}
static pca_devsw_installed = 0;
static int pca_devsw_installed;
static void pca_drvinit(void *unused)
{

View file

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)wd.c 7.2 (Berkeley) 5/9/91
* $Id: wd.c,v 1.77 1999/04/03 15:51:54 kato Exp $
* $Id: wd.c,v 1.78 1999/04/18 14:42:20 kato Exp $
*/
/* TODO:
@ -2773,7 +2773,7 @@ wdwait(struct disk *du, u_char bits_wanted, int timeout)
return (-1);
}
static wd_devsw_installed = 0;
static int wd_devsw_installed;
static void wd_drvinit(void *unused)
{

View file

@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* $Id: atapi-cd.c,v 1.14 1999/04/13 19:38:10 peter Exp $
* $Id: atapi-cd.c,v 1.15 1999/04/27 11:14:51 phk Exp $
*/
#include "wdc.h"
@ -1517,7 +1517,7 @@ atapi_dump(int ctrlr, int lun, char *label, void *data, int len)
printf ("\n");
}
static acd_devsw_installed = 0;
static int acd_devsw_installed;
static void
acd_drvinit(void *unused)

View file

@ -23,7 +23,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* $Id: wfd.c,v 1.20 1999/04/13 19:38:11 peter Exp $
* $Id: wfd.c,v 1.21 1999/04/27 11:15:21 phk Exp $
*/
/*
@ -764,7 +764,7 @@ static int wfd_eject (struct wfd *t, int closeit)
0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0);
}
static wfd_devsw_installed = 0;
static int wfd_devsw_installed;
static void wfd_drvinit(void *unused)
{

View file

@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* $Id: wst.c,v 1.15 1999/01/12 01:28:00 eivind Exp $
* $Id: wst.c,v 1.16 1999/04/13 19:38:11 peter Exp $
*/
#include "wdc.h"
@ -784,7 +784,7 @@ wst_reset(struct wst *t)
DELAY(30);
}
static wst_devsw_installed = 0;
static int wst_devsw_installed;
static void
wst_drvinit(void *unused)

View file

@ -1,4 +1,4 @@
/* $Id: brooktree848.c,v 1.67 1999/02/25 07:45:47 roger Exp $ */
/* $Id: brooktree848.c,v 1.68 1999/04/24 20:13:58 peter Exp $ */
/* BT848 Driver for Brooktree's Bt848, Bt849, Bt878 and Bt 879 based cards.
The Brooktree BT848 Driver driver is based upon Mark Tinguely and
Jim Lowe's driver for the Matrox Meteor PCI card . The
@ -6142,7 +6142,7 @@ static void msp_autodetect( bktr_ptr_t bktr ) {
#ifdef __FreeBSD__
static bktr_devsw_installed = 0;
static int bktr_devsw_installed;
static void
bktr_drvinit( void *unused )

View file

@ -2082,7 +2082,7 @@ meteor_mmap(dev_t dev, vm_offset_t offset, int nprot)
#if !defined(METEOR_FreeBSD_210) /* XXX */
static meteor_devsw_installed = 0;
static int meteor_devsw_installed;
static void meteor_drvinit(void *unused)
{

View file

@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)vm_swap.c 8.5 (Berkeley) 2/17/94
* $Id: vm_swap.c,v 1.61 1999/04/10 17:54:43 eivind Exp $
* $Id: vm_swap.c,v 1.62 1999/04/27 11:18:52 phk Exp $
*/
#include "opt_devfs.h"
@ -358,7 +358,7 @@ swaponvp(p, vp, dev, nblks)
return (0);
}
static sw_devsw_installed = 0;
static int sw_devsw_installed;
#ifdef DEVFS
static void *drum_devfs_token;
#endif