Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/macppc/dev match /u3, found in some G5
details: https://anonhg.NetBSD.org/src/rev/6244ec499910
branches: trunk
changeset: 359928:6244ec499910
user: macallan <macallan%NetBSD.org@localhost>
date: Thu Mar 01 13:55:25 2018 +0000
description:
match /u3, found in some G5
diffstat:
sys/arch/macppc/dev/uni-n.c | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (28 lines):
diff -r 475e9e25c9dc -r 6244ec499910 sys/arch/macppc/dev/uni-n.c
--- a/sys/arch/macppc/dev/uni-n.c Thu Mar 01 13:54:36 2018 +0000
+++ b/sys/arch/macppc/dev/uni-n.c Thu Mar 01 13:55:25 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: uni-n.c,v 1.7 2017/09/15 21:33:52 macallan Exp $ */
+/* $NetBSD: uni-n.c,v 1.8 2018/03/01 13:55:25 macallan Exp $ */
/*-
* Copyright (C) 2005 Michael Lorenz.
@@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uni-n.c,v 1.7 2017/09/15 21:33:52 macallan Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uni-n.c,v 1.8 2018/03/01 13:55:25 macallan Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -62,7 +62,8 @@
struct confargs *ca = aux;
char compat[32];
if ((strcmp(ca->ca_name, "uni-n") != 0) &&
- (strcmp(ca->ca_name, "u4") != 0))
+ (strcmp(ca->ca_name, "u4") != 0) &&
+ (strcmp(ca->ca_name, "u3") != 0))
return 0;
memset(compat, 0, sizeof(compat));
Home |
Main Index |
Thread Index |
Old Index