Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc/sparc add "SUNW, hme" as an an alias for "hme".
details: https://anonhg.NetBSD.org/src/rev/7a9ff54ba412
branches: trunk
changeset: 533109:7a9ff54ba412
user: lukem <lukem%NetBSD.org@localhost>
date: Fri Jun 21 14:38:36 2002 +0000
description:
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 14a6ffdcc785 -r 7a9ff54ba412 sys/arch/sparc/sparc/autoconf.c
--- a/sys/arch/sparc/sparc/autoconf.c Fri Jun 21 14:17:36 2002 +0000
+++ b/sys/arch/sparc/sparc/autoconf.c Fri Jun 21 14:38:36 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.169 2002/06/21 14:38:36 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