Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc64/sparc64 For now, alias `network' to `hme'.
details: https://anonhg.NetBSD.org/src/rev/96bb3491f5f0
branches: trunk
changeset: 495055:96bb3491f5f0
user: pk <pk%NetBSD.org@localhost>
date: Thu Jul 20 16:29:03 2000 +0000
description:
For now, alias `network' to `hme'.
diffstat:
sys/arch/sparc64/sparc64/autoconf.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 92474eb35725 -r 96bb3491f5f0 sys/arch/sparc64/sparc64/autoconf.c
--- a/sys/arch/sparc64/sparc64/autoconf.c Thu Jul 20 16:23:17 2000 +0000
+++ b/sys/arch/sparc64/sparc64/autoconf.c Thu Jul 20 16:29:03 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: autoconf.c,v 1.36 2000/07/07 12:44:47 mrg Exp $ */
+/* $NetBSD: autoconf.c,v 1.37 2000/07/20 16:29:03 pk Exp $ */
/*
* Copyright (c) 1996
@@ -1070,7 +1070,8 @@
{ "pci", BUSCLASS_MAINBUS, "psycho" },
{ "pci", BUSCLASS_PCI, "simba" },
{ "ide", BUSCLASS_PCI, "pciide" },
- { "disk", BUSCLASS_NONE, "wd" },
+ { "disk", BUSCLASS_NONE, "wd" }, /* XXX */
+ { "network", BUSCLASS_NONE, "hme" }, /* XXX */
};
static char *
Home |
Main Index |
Thread Index |
Old Index