diff options
| author | christos <christos@NetBSD.org> | 2006-08-30 16:42:04 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2006-08-30 16:42:04 +0000 |
| commit | a7239032fa6af4c0f5b87d628869e5fedeb53bc9 (patch) | |
| tree | 9fa96e3891e280b87dd1d470e27c738bbdfee17a /sys/dev | |
| parent | a3b3beb0936a114351b84b9abde4ba9414c48f41 (diff) | |
Fix initializer
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/isa/if_fmv_isa.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/isa/if_fmv_isa.c b/sys/dev/isa/if_fmv_isa.c index 4835561ba65..76807b9ba9a 100644 --- a/sys/dev/isa/if_fmv_isa.c +++ b/sys/dev/isa/if_fmv_isa.c @@ -1,4 +1,4 @@ -/* $NetBSD: if_fmv_isa.c,v 1.6 2005/12/24 23:41:33 perry Exp $ */ +/* $NetBSD: if_fmv_isa.c,v 1.7 2006/08/30 16:42:04 christos Exp $ */ /* * All Rights Reserved, Copyright (C) Fujitsu Limited 1995 @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: if_fmv_isa.c,v 1.6 2005/12/24 23:41:33 perry Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_fmv_isa.c,v 1.7 2006/08/30 16:42:04 christos Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -236,7 +236,7 @@ fmv_find(bus_space_tag_t iot, bus_space_handle_t ioh, int *iobase, int *irq) */ { FE_FMV4, 0x03, 0x00 }, #endif - { 0 } + { 0, 0x00, 0x00 }, }; /* Simple probe. */ |
