summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2005-05-14 19:27:39 +0000
committerBrad Smith <brad@cvs.openbsd.org>2005-05-14 19:27:39 +0000
commite52ce3d76e719fc0c96e97c2caff0a4f29f941ae (patch)
tree585ac9aaa955d758bb4e8f4076f59d38d2a2ac75
parent83dbfd7568f339e559eb487792b655d2a030dd01 (diff)
Match a device_type of scsi-2 as SCSI (as found in a Netra 1405).
From NetBSD ok miod@
-rw-r--r--sys/arch/sparc64/sparc64/autoconf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sparc64/sparc64/autoconf.c b/sys/arch/sparc64/sparc64/autoconf.c
index fe7b0c0de3d..2c246dc019b 100644
--- a/sys/arch/sparc64/sparc64/autoconf.c
+++ b/sys/arch/sparc64/sparc64/autoconf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: autoconf.c,v 1.40 2005/05/01 18:15:49 miod Exp $ */
+/* $OpenBSD: autoconf.c,v 1.41 2005/05/14 19:27:38 brad Exp $ */
/* $NetBSD: autoconf.c,v 1.51 2001/07/24 19:32:11 eeh Exp $ */
/*
@@ -136,6 +136,7 @@ struct intrmap intrmap[] = {
{ "block", PIL_FD }, /* Floppy disk */
{ "serial", PIL_SER }, /* zs */
{ "scsi", PIL_SCSI },
+ { "scsi-2", PIL_SCSI },
{ "network", PIL_NET },
{ "display", PIL_VIDEO },
{ "audio", PIL_AUD },