Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/sbus match SUNW,qfe; PR#12301 from Rob Quinn <rquinn...



details:   https://anonhg.NetBSD.org/src/rev/0ccc3bcd6678
branches:  trunk
changeset: 504367:0ccc3bcd6678
user:      mrg <mrg%NetBSD.org@localhost>
date:      Wed Feb 28 14:52:48 2001 +0000

description:
match SUNW,qfe; PR#12301 from Rob Quinn <rquinn%sprint.net@localhost>

diffstat:

 sys/dev/sbus/if_hme_sbus.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 4cf6dc99a68c -r 0ccc3bcd6678 sys/dev/sbus/if_hme_sbus.c
--- a/sys/dev/sbus/if_hme_sbus.c        Wed Feb 28 14:45:23 2001 +0000
+++ b/sys/dev/sbus/if_hme_sbus.c        Wed Feb 28 14:52:48 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_hme_sbus.c,v 1.5 2000/07/09 20:57:42 pk Exp $       */
+/*     $NetBSD: if_hme_sbus.c,v 1.6 2001/02/28 14:52:48 mrg Exp $      */
 
 /*-
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -83,6 +83,7 @@
        struct sbus_attach_args *sa = aux;
 
        return (strcmp(cf->cf_driver->cd_name, sa->sa_name) == 0 ||
+           strcmp("SUNW,qfe", sa->sa_name) == 0 ||
            strcmp("SUNW,hme", sa->sa_name) == 0);
 }
 



Home | Main Index | Thread Index | Old Index