Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sys/arch/sparc64/sparc64 pull up 1.37 (approved by thor...
details: https://anonhg.NetBSD.org/src/rev/0899da028553
branches: netbsd-1-5
changeset: 488822:0899da028553
user: mrg <mrg%NetBSD.org@localhost>
date: Mon Jul 31 02:07:46 2000 +0000
description:
pull up 1.37 (approved by thorpej)
>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 0582013699fa -r 0899da028553 sys/arch/sparc64/sparc64/autoconf.c
--- a/sys/arch/sparc64/sparc64/autoconf.c Mon Jul 31 02:06:39 2000 +0000
+++ b/sys/arch/sparc64/sparc64/autoconf.c Mon Jul 31 02:07:46 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: autoconf.c,v 1.31.2.1 2000/07/18 16:23:24 mrg Exp $ */
+/* $NetBSD: autoconf.c,v 1.31.2.2 2000/07/31 02:07:46 mrg 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