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 Fix bootpath checks on machines wit...



details:   https://anonhg.NetBSD.org/src/rev/059bb0397c15
branches:  trunk
changeset: 513066:059bb0397c15
user:      eeh <eeh%NetBSD.org@localhost>
date:      Mon Jul 23 03:45:38 2001 +0000

description:
Fix bootpath checks on machines with simbas.

diffstat:

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

diffs (26 lines):

diff -r 0f9e431a2338 -r 059bb0397c15 sys/arch/sparc64/sparc64/autoconf.c
--- a/sys/arch/sparc64/sparc64/autoconf.c       Mon Jul 23 02:52:03 2001 +0000
+++ b/sys/arch/sparc64/sparc64/autoconf.c       Mon Jul 23 03:45:38 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: autoconf.c,v 1.49 2001/07/19 23:40:36 eeh Exp $ */
+/*     $NetBSD: autoconf.c,v 1.50 2001/07/23 03:45:38 eeh Exp $ */
 
 /*
  * Copyright (c) 1996
@@ -1078,6 +1078,7 @@
        { "espdma",     BUSCLASS_SBUS },
        { "ledma",      BUSCLASS_SBUS },
        { "simba",      BUSCLASS_PCI },
+       { "ppb",        BUSCLASS_PCI },
        { "pciide",     BUSCLASS_PCI },
        { "siop",       BUSCLASS_PCI },
        { "pci",        BUSCLASS_PCI },
@@ -1099,7 +1100,7 @@
        { "ptisp",      BUSCLASS_NONE,          "isp" },
        { "SUNW,fdtwo", BUSCLASS_NONE,          "fdc" },
        { "pci",        BUSCLASS_MAINBUS,       "psycho" },
-       { "pci",        BUSCLASS_PCI,           "simba" },
+       { "pci",        BUSCLASS_PCI,           "ppb" },
        { "ide",        BUSCLASS_PCI,           "pciide" },
        { "disk",       BUSCLASS_NONE,          "wd" },  /* XXX */
        { "network",    BUSCLASS_NONE,          "hme" }, /* XXX */



Home | Main Index | Thread Index | Old Index