Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/hp700/hp700 Allow elroy to provide boot device.



details:   https://anonhg.NetBSD.org/src/rev/d3750272441f
branches:  trunk
changeset: 752067:d3750272441f
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Feb 12 16:57:52 2010 +0000

description:
Allow elroy to provide boot device.

diffstat:

 sys/arch/hp700/hp700/autoconf.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 60ae5693ffb0 -r d3750272441f sys/arch/hp700/hp700/autoconf.c
--- a/sys/arch/hp700/hp700/autoconf.c   Fri Feb 12 16:57:21 2010 +0000
+++ b/sys/arch/hp700/hp700/autoconf.c   Fri Feb 12 16:57:52 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: autoconf.c,v 1.32 2010/02/12 16:57:21 skrll Exp $      */
+/*     $NetBSD: autoconf.c,v 1.33 2010/02/12 16:57:52 skrll Exp $      */
 
 /*     $OpenBSD: autoconf.c,v 1.15 2001/06/25 00:43:10 mickey Exp $    */
 
@@ -86,7 +86,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.32 2010/02/12 16:57:21 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.33 2010/02/12 16:57:52 skrll Exp $");
 
 #include "opt_kgdb.h"
 #include "opt_useleds.h"
@@ -360,7 +360,7 @@
         * on a match. In case of a SCSI boot device we have to do the same
         * check when SCSI devices are attached like on GSC SCSI controllers.
         */
-       if (device_is_a(dev, "dino")) {
+       if (device_is_a(dev, "dino") || device_is_a(dev, "elroy")) {
                struct confargs *ca = (struct confargs *)aux;
                int i, n;
 



Home | Main Index | Thread Index | Old Index