Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/thorpej-cfargs]: src/sys/dev/eisa Correct names of arguments passed to r...



details:   https://anonhg.NetBSD.org/src/rev/a40f26b8765f
branches:  thorpej-cfargs
changeset: 954083:a40f26b8765f
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sun Mar 28 19:57:50 2021 +0000

description:
Correct names of arguments passed to rescan function.

diffstat:

 sys/dev/eisa/mlx_eisa.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 55764f1fa0ac -r a40f26b8765f sys/dev/eisa/mlx_eisa.c
--- a/sys/dev/eisa/mlx_eisa.c   Sun Mar 28 19:55:37 2021 +0000
+++ b/sys/dev/eisa/mlx_eisa.c   Sun Mar 28 19:57:50 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mlx_eisa.c,v 1.27 2021/01/27 04:35:15 thorpej Exp $    */
+/*     $NetBSD: mlx_eisa.c,v 1.27.2.1 2021/03/28 19:57:50 thorpej Exp $        */
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mlx_eisa.c,v 1.27 2021/01/27 04:35:15 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mlx_eisa.c,v 1.27.2.1 2021/03/28 19:57:50 thorpej Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -190,7 +190,7 @@
 }
 
 static int
-mlx_eisa_rescan(device_t self, const char *attr, const int *flag)
+mlx_eisa_rescan(device_t self, const char *ifattr, const int *locs)
 {
 
        return mlx_configure(device_private(self), 1);



Home | Main Index | Thread Index | Old Index