add __RCSID()

This commit is contained in:
lukem 2003-03-08 09:53:45 +00:00
parent 34c6df3404
commit d8c1106869
2 changed files with 8 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: pci_bus.c,v 1.1 2001/09/13 22:52:20 thorpej Exp $ */
/* $NetBSD: pci_bus.c,v 1.2 2003/03/08 09:53:45 lukem Exp $ */
/*
* Copyright 2001 Wasabi Systems, Inc.
@ -39,6 +39,9 @@
* Interface to PCI config space registers for a PCI domain.
*/
#include <sys/cdefs.h>
__RCSID("$NetBSD: pci_bus.c,v 1.2 2003/03/08 09:53:45 lukem Exp $");
#include <sys/types.h>
#include <sys/ioctl.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: pci_device.c,v 1.1 2001/09/13 22:52:20 thorpej Exp $ */
/* $NetBSD: pci_device.c,v 1.2 2003/03/08 09:53:45 lukem Exp $ */
/*
* Copyright 2001 Wasabi Systems, Inc.
@ -39,6 +39,9 @@
* Interface to PCI config space registers for a specific PCI device.
*/
#include <sys/cdefs.h>
__RCSID("$NetBSD: pci_device.c,v 1.2 2003/03/08 09:53:45 lukem Exp $");
#include <sys/types.h>
#include <sys/ioctl.h>