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/scsipi_base.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/dev/scsipi/scsipi_base.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.134.2.1 retrieving revision 1.135 diff -u -p -r1.134.2.1 -r1.135 --- src/sys/dev/scsipi/scsipi_base.c 2006/05/24 10:58:24 1.134.2.1 +++ src/sys/dev/scsipi/scsipi_base.c 2006/04/17 14:30:40 1.135 @@ -1,4 +1,4 @@ -/* $NetBSD: scsipi_base.c,v 1.134.2.1 2006/05/24 10:58:24 yamt Exp $ */ +/* $NetBSD: scsipi_base.c,v 1.135 2006/04/17 14:30:40 nathanw Exp $ */ /*- * Copyright (c) 1998, 1999, 2000, 2002, 2003, 2004 The NetBSD Foundation, Inc. @@ -38,7 +38,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: scsipi_base.c,v 1.134.2.1 2006/05/24 10:58:24 yamt Exp $"); +__KERNEL_RCSID(0, "$NetBSD: scsipi_base.c,v 1.135 2006/04/17 14:30:40 nathanw Exp $"); #include "opt_scsi.h"