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.29 retrieving revision 1.30 diff -u -p -r1.29 -r1.30 --- src/sys/dev/pci/pci_subr.c 1998/07/12 19:51:58 1.29 +++ src/sys/dev/pci/pci_subr.c 1998/08/15 03:02:46 1.30 @@ -1,10 +1,10 @@ -/* $NetBSD: pci_subr.c,v 1.29 1998/07/12 19:51:58 augustss Exp $ */ +/* $NetBSD: pci_subr.c,v 1.30 1998/08/15 03:02:46 mycroft Exp $ */ /* * Copyright (c) 1997 Zubin D. Dittia. All rights reserved. * Copyright (c) 1995, 1996, 1998 * Christopher G. Demetriou. All rights reserved. - * Copyright (c) 1994 Charles Hannum. All rights reserved. + * Copyright (c) 1994 Charles M. Hannum. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -16,7 +16,7 @@ * documentation and/or other materials provided with the distribution. * 3. All advertising materials mentioning features or use of this software * must display the following acknowledgement: - * This product includes software developed by Charles Hannum. + * This product includes software developed by Charles M. Hannum. * 4. The name of the author may not be used to endorse or promote products * derived from this software without specific prior written permission. *