Source-Changes-HG archive

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

[src/netbsd-1-6]: src/sys/arch/sparc/sparc Pull up revision 1.169 (requested ...



details:   https://anonhg.NetBSD.org/src/rev/bf4d3c8ccd42
branches:  netbsd-1-6
changeset: 528047:bf4d3c8ccd42
user:      lukem <lukem%NetBSD.org@localhost>
date:      Fri Jun 21 14:45:42 2002 +0000

description:
Pull up revision 1.169 (requested by lukem in ticket #342):
add "SUNW,hme" as an an alias for "hme".
my ss5 that netboots off an sbus swift card now autodetects the root device.

diffstat:

 sys/arch/sparc/sparc/autoconf.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 48da2bb576ef -r bf4d3c8ccd42 sys/arch/sparc/sparc/autoconf.c
--- a/sys/arch/sparc/sparc/autoconf.c   Fri Jun 21 14:44:16 2002 +0000
+++ b/sys/arch/sparc/sparc/autoconf.c   Fri Jun 21 14:45:42 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: autoconf.c,v 1.168 2002/04/02 06:39:32 chs Exp $ */
+/*     $NetBSD: autoconf.c,v 1.168.4.1 2002/06/21 14:45:42 lukem Exp $ */
 
 /*
  * Copyright (c) 1996
@@ -1650,6 +1650,7 @@
        { "ptisp",      "isp" },
        { "SUNW,fdtwo", "fdc" },
        { "network",    "hme" }, /* Krups */
+       { "SUNW,hme",   "hme" },
 };
 
 static char *



Home | Main Index | Thread Index | Old Index