Module Name: src
Committed By: thorpej
Date: Sat May 22 16:00:42 UTC 2021
Modified Files:
src/sys/arch/hpcmips/vr: vrgiu.c
Log Message:
Be explicit about our interface attributes.
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/sys/arch/hpcmips/vr/vrgiu.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/hpcmips/vr/vrgiu.c
diff -u src/sys/arch/hpcmips/vr/vrgiu.c:1.45 src/sys/arch/hpcmips/vr/vrgiu.c:1.46
--- src/sys/arch/hpcmips/vr/vrgiu.c:1.45 Sat Apr 24 23:36:38 2021
+++ src/sys/arch/hpcmips/vr/vrgiu.c Sat May 22 16:00:42 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: vrgiu.c,v 1.45 2021/04/24 23:36:38 thorpej Exp $ */
+/* $NetBSD: vrgiu.c,v 1.46 2021/05/22 16:00:42 thorpej Exp $ */
/*-
* Copyright (c) 1999-2001
* Shin Takemura and PocketBSD Project. All rights reserved.
@@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vrgiu.c,v 1.45 2021/04/24 23:36:38 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vrgiu.c,v 1.46 2021/05/22 16:00:42 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -268,7 +268,9 @@ vrgiu_attach(device_t parent, device_t s
haa.haa_sc = sc;
haa.haa_getchip = vrgiu_getchip;
haa.haa_iot = sc->sc_iot;
- while (config_found(self, &haa, vrgiu_print, CFARG_EOL)) ;
+ while (config_found(self, &haa, vrgiu_print,
+ CFARG_IATTR, "hpcioif",
+ CFARG_EOL)) ;
/*
* GIU-ISA bridge
*/
@@ -289,7 +291,9 @@ vrgiu_callback(device_t self)
haa.haa_sc = sc;
haa.haa_getchip = vrgiu_getchip;
haa.haa_iot = sc->sc_iot;
- config_found(self, &haa, vrgiu_print, CFARG_EOL);
+ config_found(self, &haa, vrgiu_print,
+ CFARG_IATTR, "vrisabif",
+ CFARG_EOL);
}
int