Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/dev/scsipi/scsiconf.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/dev/scsipi/scsiconf.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.138 retrieving revision 1.139 diff -u -p -r1.138 -r1.139 --- src/sys/dev/scsipi/scsiconf.c 2000/03/27 11:45:42 1.138 +++ src/sys/dev/scsipi/scsiconf.c 2000/04/02 17:25:52 1.139 @@ -1,4 +1,4 @@ -/* $NetBSD: scsiconf.c,v 1.138 2000/03/27 11:45:42 augustss Exp $ */ +/* $NetBSD: scsiconf.c,v 1.139 2000/04/02 17:25:52 augustss Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -127,6 +127,9 @@ scsibusmatch(parent, cf, aux) struct scsipi_link *l = aux; int channel; + if (l->type != BUS_SCSI) + return (0); + /* * Allow single-channel controllers to specify their channel * in a special way, so that it's not printed.