NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
kern/50103: via_module.c error message doesn't look right
>Number: 50103
>Category: kern
>Synopsis: via_module.c error message doesn't look right
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: kern-bug-people
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Thu Jul 30 15:20:01 +0000 2015
>Originator: Vicente Chaves
>Release: netbsd-current
>Organization:
>Environment:
NetBSD netbsd7.vbox.lab 7.99.19 NetBSD 7.99.19 (GENERIC) #1: Sat Jul 11 16:21:29 UTC 2015 vchaves%netbsd7.vbox.lab@localhost:/home/vchaves/current/obj/sys/arch/amd64/compile/GENERIC amd64
>Description:
in the function viadrminit(void) the error message mentions i915drmkms where, I believe, should mention viadrmums
>How-To-Repeat:
just read the code
>Fix:
Index: sys/external/bsd/drm2/via/via_module.c
===================================================================
RCS file: /cvsroot/src/sys/external/bsd/drm2/via/via_module.c,v
retrieving revision 1.1
diff -u -r1.1 via_module.c
--- sys/external/bsd/drm2/via/via_module.c 29 Apr 2015 11:25:36 -0000 1.1
+++ sys/external/bsd/drm2/via/via_module.c 30 Jul 2015 15:07:29 -0000
@@ -63,7 +63,7 @@
error = drm_pci_init(via_drm_driver, NULL);
if (error) {
- aprint_error("i915drmkms: failed to init pci: %d\n",
+ aprint_error("viadrmums: failed to init pci: %d\n",
error);
return error;
}
Home |
Main Index |
Thread Index |
Old Index