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/pci/pci_subr.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/dev/pci/pci_subr.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.55 retrieving revision 1.56 diff -u -p -r1.55 -r1.56 --- src/sys/dev/pci/pci_subr.c 2003/06/29 14:41:11 1.55 +++ src/sys/dev/pci/pci_subr.c 2003/06/29 22:30:26 1.56 @@ -1,4 +1,4 @@ -/* $NetBSD: pci_subr.c,v 1.55 2003/06/29 14:41:11 jdolecek Exp $ */ +/* $NetBSD: pci_subr.c,v 1.56 2003/06/29 22:30:26 fvdl Exp $ */ /* * Copyright (c) 1997 Zubin D. Dittia. All rights reserved. @@ -40,7 +40,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: pci_subr.c,v 1.55 2003/06/29 14:41:11 jdolecek Exp $"); +__KERNEL_RCSID(0, "$NetBSD: pci_subr.c,v 1.56 2003/06/29 22:30:26 fvdl Exp $"); #ifdef _KERNEL_OPT #include "opt_pci.h"