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 match isp as a PCI device called "S...



details:   https://anonhg.NetBSD.org/src/rev/360503ac3d14
branches:  trunk
changeset: 583614:360503ac3d14
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Aug 14 19:12:02 2005 +0000

description:
match isp as a PCI device called "SUNW,isptwo".  from Eric Benoit.

diffstat:

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

diffs (36 lines):

diff -r 86a80c45c282 -r 360503ac3d14 sys/arch/sparc64/sparc64/autoconf.c
--- a/sys/arch/sparc64/sparc64/autoconf.c       Sun Aug 14 18:14:52 2005 +0000
+++ b/sys/arch/sparc64/sparc64/autoconf.c       Sun Aug 14 19:12:02 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: autoconf.c,v 1.103 2005/06/16 04:17:50 briggs Exp $ */
+/*     $NetBSD: autoconf.c,v 1.104 2005/08/14 19:12:02 mrg Exp $ */
 
 /*
  * Copyright (c) 1996
@@ -48,7 +48,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.103 2005/06/16 04:17:50 briggs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.104 2005/08/14 19:12:02 mrg Exp $");
 
 #include "opt_ddb.h"
 #include "opt_kgdb.h"
@@ -857,6 +857,7 @@
        { "ledma",      BUSCLASS_SBUS },
        { "simba",      BUSCLASS_PCI },
        { "ppb",        BUSCLASS_PCI },
+       { "isp",        BUSCLASS_PCI },
        { "pciide",     BUSCLASS_PCI },
        { "cmdide",     BUSCLASS_PCI },
        { "aceride",    BUSCLASS_PCI },
@@ -874,7 +875,8 @@
        const char *compat[6];
 } dev_compat_tab[] = {
        { "dma",        { "espdma", NULL }},
-       { "isp",        { "QLGC,isp", "PTI,isp", "ptiisp", "scsi", NULL }},
+       { "isp",        { "QLGC,isp", "PTI,isp", "ptiisp", "scsi",
+                         "SUNW,isptwo", NULL }},
        { "fdc",        { "SUNW,fdtwo", NULL }},
        { "psycho",     { "pci", NULL }},
        { "wd",         { "disk", "ide-disk", NULL }},



Home | Main Index | Thread Index | Old Index