Module Name: src
Committed By: skrll
Date: Fri Feb 12 16:57:52 UTC 2010
Modified Files:
src/sys/arch/hp700/hp700: autoconf.c
Log Message:
Allow elroy to provide boot device.
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/sys/arch/hp700/hp700/autoconf.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/hp700/hp700/autoconf.c
diff -u src/sys/arch/hp700/hp700/autoconf.c:1.32 src/sys/arch/hp700/hp700/autoconf.c:1.33
--- src/sys/arch/hp700/hp700/autoconf.c:1.32 Fri Feb 12 16:57:21 2010
+++ src/sys/arch/hp700/hp700/autoconf.c Fri Feb 12 16:57:52 2010
@@ -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;