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 notice siop boot devices.



details:   https://anonhg.NetBSD.org/src/rev/92e66dd603b7
branches:  trunk
changeset: 510089:92e66dd603b7
user:      mrg <mrg%NetBSD.org@localhost>
date:      Fri May 18 23:32:48 2001 +0000

description:
notice siop boot devices.

diffstat:

 sys/arch/sparc64/sparc64/autoconf.c |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r 297f3f7bb7af -r 92e66dd603b7 sys/arch/sparc64/sparc64/autoconf.c
--- a/sys/arch/sparc64/sparc64/autoconf.c       Fri May 18 22:01:57 2001 +0000
+++ b/sys/arch/sparc64/sparc64/autoconf.c       Fri May 18 23:32:48 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: autoconf.c,v 1.46 2001/05/18 21:53:26 mrg Exp $ */
+/*     $NetBSD: autoconf.c,v 1.47 2001/05/18 23:32:48 mrg Exp $ */
 
 /*
  * Copyright (c) 1996
@@ -1042,6 +1042,7 @@
        { "ledma",      BUSCLASS_SBUS },
        { "simba",      BUSCLASS_PCI },
        { "pciide",     BUSCLASS_PCI },
+       { "siop",       BUSCLASS_PCI },
        { "pci",        BUSCLASS_PCI },
        { "fdc",        BUSCLASS_FDC },
 };
@@ -1067,6 +1068,8 @@
        { "network",    BUSCLASS_NONE,          "hme" }, /* XXX */
        { "SUNW,fas",   BUSCLASS_NONE,          "esp" },
        { "SUNW,hme",   BUSCLASS_NONE,          "hme" },
+       { "glm",        BUSCLASS_PCI,           "siop" },
+       { "SUNW,glm",   BUSCLASS_PCI,           "siop" },
 };
 
 static char *



Home | Main Index | Thread Index | Old Index