Module Name:    src
Committed By:   phx
Date:           Sun Mar  6 20:36:29 UTC 2011

Modified Files:
        src/sys/arch/sandpoint/stand/altboot: nif.c

Log Message:
Renamed "stg" to "stge" as in the kernel.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/sandpoint/stand/altboot/nif.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/sandpoint/stand/altboot/nif.c
diff -u src/sys/arch/sandpoint/stand/altboot/nif.c:1.3 src/sys/arch/sandpoint/stand/altboot/nif.c:1.4
--- src/sys/arch/sandpoint/stand/altboot/nif.c:1.3	Sun Mar  6 13:55:12 2011
+++ src/sys/arch/sandpoint/stand/altboot/nif.c	Sun Mar  6 20:36:29 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: nif.c,v 1.3 2011/03/06 13:55:12 phx Exp $ */
+/* $NetBSD: nif.c,v 1.4 2011/03/06 20:36:29 phx Exp $ */
 
 /*-
  * Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -54,11 +54,11 @@
 static struct iodesc netdesc;
 
 static struct nifdv lnifdv[] = {
-	{ "fxp", fxp_match, fxp_init, fxp_send, fxp_recv },
-	{ "tlp", tlp_match, tlp_init, tlp_send, tlp_recv },
-	{ "re",  rge_match, rge_init, rge_send, rge_recv },
-	{ "sk",  skg_match, skg_init, skg_send, skg_recv },
-	{ "stg", stg_match, stg_init, stg_send, stg_recv },
+	{ "fxp",  fxp_match, fxp_init, fxp_send, fxp_recv },
+	{ "tlp",  tlp_match, tlp_init, tlp_send, tlp_recv },
+	{ "re",   rge_match, rge_init, rge_send, rge_recv },
+	{ "sk",   skg_match, skg_init, skg_send, skg_recv },
+	{ "stge", stg_match, stg_init, stg_send, stg_recv },
 };
 static int nnifdv = sizeof(lnifdv)/sizeof(lnifdv[0]);
 

Reply via email to