diff --git a/sys/dev/arcbios/arcbios.c b/sys/dev/arcbios/arcbios.c index 314350aba4f0..0d207eb0ecf2 100644 --- a/sys/dev/arcbios/arcbios.c +++ b/sys/dev/arcbios/arcbios.c @@ -1,4 +1,4 @@ -/* $NetBSD: arcbios.c,v 1.4 2001/09/08 01:39:11 rafal Exp $ */ +/* $NetBSD: arcbios.c,v 1.5 2001/11/13 12:53:24 lukem Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -36,6 +36,9 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#include +__KERNEL_RCSID(0, "$NetBSD: arcbios.c,v 1.5 2001/11/13 12:53:24 lukem Exp $"); + #include #include diff --git a/sys/dev/arcbios/arcbios_tty.c b/sys/dev/arcbios/arcbios_tty.c index d1bd970db216..79766e1299fe 100644 --- a/sys/dev/arcbios/arcbios_tty.c +++ b/sys/dev/arcbios/arcbios_tty.c @@ -1,4 +1,4 @@ -/* $NetBSD: arcbios_tty.c,v 1.2 2001/09/08 01:39:12 rafal Exp $ */ +/* $NetBSD: arcbios_tty.c,v 1.3 2001/11/13 12:53:24 lukem Exp $ */ /* * Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University. @@ -27,6 +27,9 @@ * rights to redistribute these changes. */ +#include +__KERNEL_RCSID(0, "$NetBSD: arcbios_tty.c,v 1.3 2001/11/13 12:53:24 lukem Exp $"); + #include #include #include diff --git a/sys/dev/ata/ata.c b/sys/dev/ata/ata.c index 1f9b386172c3..ec9eafd22316 100644 --- a/sys/dev/ata/ata.c +++ b/sys/dev/ata/ata.c @@ -1,4 +1,4 @@ -/* $NetBSD: ata.c,v 1.13 2000/05/15 08:31:33 bouyer Exp $ */ +/* $NetBSD: ata.c,v 1.14 2001/11/13 12:53:09 lukem Exp $ */ /* * Copyright (c) 1998 Manuel Bouyer. All rights reserved. * @@ -28,6 +28,9 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include +__KERNEL_RCSID(0, "$NetBSD: ata.c,v 1.14 2001/11/13 12:53:09 lukem Exp $"); + #ifndef WDCDEBUG #define WDCDEBUG #endif /* WDCDEBUG */ diff --git a/sys/dev/ata/ata_wdc.c b/sys/dev/ata/ata_wdc.c index 7f3cefd91449..42ad65d6c6aa 100644 --- a/sys/dev/ata/ata_wdc.c +++ b/sys/dev/ata/ata_wdc.c @@ -1,4 +1,4 @@ -/* $NetBSD: ata_wdc.c,v 1.30 2001/06/13 18:17:40 bjh21 Exp $ */ +/* $NetBSD: ata_wdc.c,v 1.31 2001/11/13 12:53:09 lukem Exp $ */ /* * Copyright (c) 1998 Manuel Bouyer. @@ -68,6 +68,9 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#include +__KERNEL_RCSID(0, "$NetBSD: ata_wdc.c,v 1.31 2001/11/13 12:53:09 lukem Exp $"); + #ifndef WDCDEBUG #define WDCDEBUG #endif /* WDCDEBUG */ diff --git a/sys/dev/ata/wd.c b/sys/dev/ata/wd.c index 52efe7f6ce19..e07e80a1fe22 100644 --- a/sys/dev/ata/wd.c +++ b/sys/dev/ata/wd.c @@ -1,4 +1,4 @@ -/* $NetBSD: wd.c,v 1.214 2001/06/13 18:17:40 bjh21 Exp $ */ +/* $NetBSD: wd.c,v 1.215 2001/11/13 12:53:09 lukem Exp $ */ /* * Copyright (c) 1998 Manuel Bouyer. All rights reserved. @@ -65,6 +65,9 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#include +__KERNEL_RCSID(0, "$NetBSD: wd.c,v 1.215 2001/11/13 12:53:09 lukem Exp $"); + #ifndef WDCDEBUG #define WDCDEBUG #endif /* WDCDEBUG */ diff --git a/sys/dev/bi/bi.c b/sys/dev/bi/bi.c index 6aac9d4f36f5..5d59280fc4d1 100644 --- a/sys/dev/bi/bi.c +++ b/sys/dev/bi/bi.c @@ -1,4 +1,4 @@ -/* $NetBSD: bi.c,v 1.16 2000/07/26 12:41:40 ragge Exp $ */ +/* $NetBSD: bi.c,v 1.17 2001/11/13 12:51:34 lukem Exp $ */ /* * Copyright (c) 1996 Ludd, University of Lule}, Sweden. * All rights reserved. @@ -40,6 +40,9 @@ * handle BIbus errors more gracefully. */ +#include +__KERNEL_RCSID(0, "$NetBSD: bi.c,v 1.17 2001/11/13 12:51:34 lukem Exp $"); + #include #include diff --git a/sys/dev/bi/if_ni.c b/sys/dev/bi/if_ni.c index 7a35b94ef61a..4d9941cbfbf4 100644 --- a/sys/dev/bi/if_ni.c +++ b/sys/dev/bi/if_ni.c @@ -1,4 +1,4 @@ -/* $NetBSD: if_ni.c,v 1.13 2001/07/18 16:53:52 thorpej Exp $ */ +/* $NetBSD: if_ni.c,v 1.14 2001/11/13 12:51:34 lukem Exp $ */ /* * Copyright (c) 2000 Ludd, University of Lule}, Sweden. All rights reserved. * @@ -35,6 +35,9 @@ * Collect statistics. */ +#include +__KERNEL_RCSID(0, "$NetBSD: if_ni.c,v 1.14 2001/11/13 12:51:34 lukem Exp $"); + #include "opt_inet.h" #include "bpfilter.h" diff --git a/sys/dev/bi/kdb.c b/sys/dev/bi/kdb.c index 0c14083d96ec..e505b143e386 100644 --- a/sys/dev/bi/kdb.c +++ b/sys/dev/bi/kdb.c @@ -1,4 +1,4 @@ -/* $NetBSD: kdb.c,v 1.25 2001/07/18 16:51:39 thorpej Exp $ */ +/* $NetBSD: kdb.c,v 1.26 2001/11/13 12:51:34 lukem Exp $ */ /* * Copyright (c) 1996 Ludd, University of Lule}, Sweden. * All rights reserved. @@ -39,6 +39,9 @@ * Nices hardware error handling. */ +#include +__KERNEL_RCSID(0, "$NetBSD: kdb.c,v 1.26 2001/11/13 12:51:34 lukem Exp $"); + #include #include #include diff --git a/sys/dev/bi/uba_bi.c b/sys/dev/bi/uba_bi.c index fb7d488ae72e..635b258f9124 100644 --- a/sys/dev/bi/uba_bi.c +++ b/sys/dev/bi/uba_bi.c @@ -1,4 +1,4 @@ -/* $NetBSD: uba_bi.c,v 1.4 1999/07/12 13:43:40 ragge Exp $ */ +/* $NetBSD: uba_bi.c,v 1.5 2001/11/13 12:51:34 lukem Exp $ */ /* * Copyright (c) 1998 Ludd, University of Lule}, Sweden. * All rights reserved. @@ -34,6 +34,9 @@ * DWBUA BI-Unibus adapter */ +#include +__KERNEL_RCSID(0, "$NetBSD: uba_bi.c,v 1.5 2001/11/13 12:51:34 lukem Exp $"); + #include #include #include diff --git a/sys/dev/cardbus/adv_cardbus.c b/sys/dev/cardbus/adv_cardbus.c index f8d9071c119b..8af2c53274b9 100644 --- a/sys/dev/cardbus/adv_cardbus.c +++ b/sys/dev/cardbus/adv_cardbus.c @@ -1,4 +1,4 @@ -/* $NetBSD: adv_cardbus.c,v 1.4 2001/09/29 02:16:21 yamt Exp $ */ +/* $NetBSD: adv_cardbus.c,v 1.5 2001/11/13 12:51:12 lukem Exp $ */ /*- * Copyright (c) 2000 The NetBSD Foundation, Inc. @@ -42,6 +42,9 @@ * and modified by YAMAMOTO Takashi. */ +#include +__KERNEL_RCSID(0, "$NetBSD: adv_cardbus.c,v 1.5 2001/11/13 12:51:12 lukem Exp $"); + #include #include #include diff --git a/sys/dev/cardbus/ahc_cardbus.c b/sys/dev/cardbus/ahc_cardbus.c index 941da69ff4ff..b7d2f676e662 100644 --- a/sys/dev/cardbus/ahc_cardbus.c +++ b/sys/dev/cardbus/ahc_cardbus.c @@ -1,4 +1,4 @@ -/* $NetBSD: ahc_cardbus.c,v 1.4 2001/09/29 01:52:23 yamt Exp $ */ +/* $NetBSD: ahc_cardbus.c,v 1.5 2001/11/13 12:51:12 lukem Exp $ */ /*- * Copyright (c) 2000 The NetBSD Foundation, Inc. @@ -44,6 +44,9 @@ * - power management */ +#include +__KERNEL_RCSID(0, "$NetBSD: ahc_cardbus.c,v 1.5 2001/11/13 12:51:12 lukem Exp $"); + #include #include #include diff --git a/sys/dev/cardbus/cardbus.c b/sys/dev/cardbus/cardbus.c index 4015bd7909da..6bf991471a60 100644 --- a/sys/dev/cardbus/cardbus.c +++ b/sys/dev/cardbus/cardbus.c @@ -1,4 +1,4 @@ -/* $NetBSD: cardbus.c,v 1.36 2001/11/06 03:11:10 augustss Exp $ */ +/* $NetBSD: cardbus.c,v 1.37 2001/11/13 12:51:12 lukem Exp $ */ /* * Copyright (c) 1997, 1998, 1999 and 2000 @@ -32,6 +32,9 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#include +__KERNEL_RCSID(0, "$NetBSD: cardbus.c,v 1.37 2001/11/13 12:51:12 lukem Exp $"); + #include "opt_cardbus.h" #include diff --git a/sys/dev/cardbus/cardbus_exrom.c b/sys/dev/cardbus/cardbus_exrom.c index 7c4d9e064921..39d55f1146cc 100644 --- a/sys/dev/cardbus/cardbus_exrom.c +++ b/sys/dev/cardbus/cardbus_exrom.c @@ -1,4 +1,4 @@ -/* $NetBSD: cardbus_exrom.c,v 1.5 2000/05/08 18:23:36 thorpej Exp $ */ +/* $NetBSD: cardbus_exrom.c,v 1.6 2001/11/13 12:51:12 lukem Exp $ */ /* * Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -35,6 +35,9 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#include +__KERNEL_RCSID(0, "$NetBSD: cardbus_exrom.c,v 1.6 2001/11/13 12:51:12 lukem Exp $"); + #include #include #include diff --git a/sys/dev/cardbus/cardbus_map.c b/sys/dev/cardbus/cardbus_map.c index b181f655425c..e344aa25f1e9 100644 --- a/sys/dev/cardbus/cardbus_map.c +++ b/sys/dev/cardbus/cardbus_map.c @@ -1,4 +1,4 @@ -/* $NetBSD: cardbus_map.c,v 1.12 2001/04/30 02:46:20 jmc Exp $ */ +/* $NetBSD: cardbus_map.c,v 1.13 2001/11/13 12:51:12 lukem Exp $ */ /* * Copyright (c) 1999 and 2000 @@ -32,6 +32,8 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#include +__KERNEL_RCSID(0, "$NetBSD: cardbus_map.c,v 1.13 2001/11/13 12:51:12 lukem Exp $"); #include #include diff --git a/sys/dev/cardbus/cardslot.c b/sys/dev/cardbus/cardslot.c index d54fee5e8135..bd6f805b652c 100644 --- a/sys/dev/cardbus/cardslot.c +++ b/sys/dev/cardbus/cardslot.c @@ -1,4 +1,4 @@ -/* $NetBSD: cardslot.c,v 1.14 2001/03/27 10:34:05 haya Exp $ */ +/* $NetBSD: cardslot.c,v 1.15 2001/11/13 12:51:12 lukem Exp $ */ /* * Copyright (c) 1999 and 2000 @@ -32,6 +32,9 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#include +__KERNEL_RCSID(0, "$NetBSD: cardslot.c,v 1.15 2001/11/13 12:51:12 lukem Exp $"); + #include "opt_cardslot.h" #include diff --git a/sys/dev/cardbus/com_cardbus.c b/sys/dev/cardbus/com_cardbus.c index 879a60b08335..2307113ec0e1 100644 --- a/sys/dev/cardbus/com_cardbus.c +++ b/sys/dev/cardbus/com_cardbus.c @@ -1,4 +1,4 @@ -/* $NetBSD: com_cardbus.c,v 1.5 2000/08/22 11:42:14 joda Exp $ */ +/* $NetBSD: com_cardbus.c,v 1.6 2001/11/13 12:51:12 lukem Exp $ */ /* * Copyright (c) 2000 Johan Danielsson @@ -39,6 +39,9 @@ devices with more than one BAR, the list of known devices has to be updated below. */ +#include +__KERNEL_RCSID(0, "$NetBSD: com_cardbus.c,v 1.6 2001/11/13 12:51:12 lukem Exp $"); + #include #include #include diff --git a/sys/dev/cardbus/ehci_cardbus.c b/sys/dev/cardbus/ehci_cardbus.c index b0397e75eed2..7f99315044bd 100644 --- a/sys/dev/cardbus/ehci_cardbus.c +++ b/sys/dev/cardbus/ehci_cardbus.c @@ -1,4 +1,4 @@ -/* $NetBSD: ehci_cardbus.c,v 1.2 2001/11/10 17:07:21 augustss Exp $ */ +/* $NetBSD: ehci_cardbus.c,v 1.3 2001/11/13 12:51:12 lukem Exp $ */ /* * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -37,6 +37,9 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#include +__KERNEL_RCSID(0, "$NetBSD: ehci_cardbus.c,v 1.3 2001/11/13 12:51:12 lukem Exp $"); + #include #include #include diff --git a/sys/dev/cardbus/fwohci_cardbus.c b/sys/dev/cardbus/fwohci_cardbus.c index 77e756e98102..9a071166cc35 100644 --- a/sys/dev/cardbus/fwohci_cardbus.c +++ b/sys/dev/cardbus/fwohci_cardbus.c @@ -1,4 +1,4 @@ -/* $NetBSD: fwohci_cardbus.c,v 1.1 2001/05/09 12:07:40 augustss Exp $ */ +/* $NetBSD: fwohci_cardbus.c,v 1.2 2001/11/13 12:51:13 lukem Exp $ */ /*- * Copyright (c) 2000, 2001 The NetBSD Foundation, Inc. @@ -36,6 +36,9 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#include +__KERNEL_RCSID(0, "$NetBSD: fwohci_cardbus.c,v 1.2 2001/11/13 12:51:13 lukem Exp $"); + #include #include #include diff --git a/sys/dev/cardbus/if_ex_cardbus.c b/sys/dev/cardbus/if_ex_cardbus.c index dfdf9fac1e73..bda3bcdf9365 100644 --- a/sys/dev/cardbus/if_ex_cardbus.c +++ b/sys/dev/cardbus/if_ex_cardbus.c @@ -1,4 +1,4 @@ -/* $NetBSD: if_ex_cardbus.c,v 1.22 2001/07/19 16:13:01 wiz Exp $ */ +/* $NetBSD: if_ex_cardbus.c,v 1.23 2001/11/13 12:51:13 lukem Exp $ */ /* * CardBus specific routines for 3Com 3C575-family CardBus ethernet adapter @@ -36,6 +36,9 @@ * */ +#include +__KERNEL_RCSID(0, "$NetBSD: if_ex_cardbus.c,v 1.23 2001/11/13 12:51:13 lukem Exp $"); + /* #define EX_DEBUG 4 */ /* define to report information for debugging */ #include diff --git a/sys/dev/cardbus/if_fxp_cardbus.c b/sys/dev/cardbus/if_fxp_cardbus.c index b6335bf3414f..bdf83b4c2570 100644 --- a/sys/dev/cardbus/if_fxp_cardbus.c +++ b/sys/dev/cardbus/if_fxp_cardbus.c @@ -1,4 +1,4 @@ -/* $NetBSD: if_fxp_cardbus.c,v 1.12 2000/05/08 18:23:36 thorpej Exp $ */ +/* $NetBSD: if_fxp_cardbus.c,v 1.13 2001/11/13 12:51:13 lukem Exp $ */ /* * Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -40,6 +40,9 @@ * CardBus front-end for the Intel i82557 family of Ethernet chips. */ +#include +__KERNEL_RCSID(0, "$NetBSD: if_fxp_cardbus.c,v 1.13 2001/11/13 12:51:13 lukem Exp $"); + #include "opt_inet.h" #include "opt_ns.h" #include "bpfilter.h" diff --git a/sys/dev/cardbus/if_rtk_cardbus.c b/sys/dev/cardbus/if_rtk_cardbus.c index 3a73adfd89c6..2de5e47673ab 100644 --- a/sys/dev/cardbus/if_rtk_cardbus.c +++ b/sys/dev/cardbus/if_rtk_cardbus.c @@ -1,4 +1,4 @@ -/* $NetBSD: if_rtk_cardbus.c,v 1.5 2001/06/20 05:41:27 ichiro Exp $ */ +/* $NetBSD: if_rtk_cardbus.c,v 1.6 2001/11/13 12:51:13 lukem Exp $ */ /* * Copyright (c) 2000 Masanori Kanaoka @@ -35,6 +35,9 @@ * - MELCO LPC3-TX-CB (RealTek 8139) */ +#include +__KERNEL_RCSID(0, "$NetBSD: if_rtk_cardbus.c,v 1.6 2001/11/13 12:51:13 lukem Exp $"); + #include "opt_inet.h" #include "opt_ns.h" #include "bpfilter.h" diff --git a/sys/dev/cardbus/if_tlp_cardbus.c b/sys/dev/cardbus/if_tlp_cardbus.c index 46a9d6f72b08..ac5f0621a560 100644 --- a/sys/dev/cardbus/if_tlp_cardbus.c +++ b/sys/dev/cardbus/if_tlp_cardbus.c @@ -1,4 +1,4 @@ -/* $NetBSD: if_tlp_cardbus.c,v 1.30 2001/07/18 15:24:24 thorpej Exp $ */ +/* $NetBSD: if_tlp_cardbus.c,v 1.31 2001/11/13 12:51:13 lukem Exp $ */ /*- * Copyright (c) 1999, 2000 The NetBSD Foundation, Inc. @@ -42,6 +42,9 @@ * Ethernet controller family driver. */ +#include +__KERNEL_RCSID(0, "$NetBSD: if_tlp_cardbus.c,v 1.31 2001/11/13 12:51:13 lukem Exp $"); + #include "opt_inet.h" #include "opt_ns.h" #include "bpfilter.h" diff --git a/sys/dev/cardbus/ohci_cardbus.c b/sys/dev/cardbus/ohci_cardbus.c index 2a885a7d65b7..f12a7eb21309 100644 --- a/sys/dev/cardbus/ohci_cardbus.c +++ b/sys/dev/cardbus/ohci_cardbus.c @@ -1,4 +1,4 @@ -/* $NetBSD: ohci_cardbus.c,v 1.10 2001/11/06 03:18:53 augustss Exp $ */ +/* $NetBSD: ohci_cardbus.c,v 1.11 2001/11/13 12:51:13 lukem Exp $ */ /* * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -44,6 +44,9 @@ * USB spec: http://www.teleport.com/cgi-bin/mailmerge.cgi/~usb/cgiform.tpl */ +#include +__KERNEL_RCSID(0, "$NetBSD: ohci_cardbus.c,v 1.11 2001/11/13 12:51:13 lukem Exp $"); + #include "ehci.h" #include diff --git a/sys/dev/cardbus/rbus.c b/sys/dev/cardbus/rbus.c index 3762da085513..b7da252eee89 100644 --- a/sys/dev/cardbus/rbus.c +++ b/sys/dev/cardbus/rbus.c @@ -1,4 +1,4 @@ -/* $NetBSD: rbus.c,v 1.9 2001/07/10 10:33:55 haya Exp $ */ +/* $NetBSD: rbus.c,v 1.10 2001/11/13 12:51:13 lukem Exp $ */ /* * Copyright (c) 1999 and 2000 * HAYAKAWA Koichi. All rights reserved. @@ -29,7 +29,8 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ - +#include +__KERNEL_RCSID(0, "$NetBSD: rbus.c,v 1.10 2001/11/13 12:51:13 lukem Exp $"); #include #include diff --git a/sys/dev/cardbus/rbus_ppb.c b/sys/dev/cardbus/rbus_ppb.c index 8f9396389b47..2e84e2911fde 100644 --- a/sys/dev/cardbus/rbus_ppb.c +++ b/sys/dev/cardbus/rbus_ppb.c @@ -1,4 +1,4 @@ -/* $NetBSD: rbus_ppb.c,v 1.1 2001/07/06 18:05:59 mcr Exp $ */ +/* $NetBSD: rbus_ppb.c,v 1.2 2001/11/13 12:51:13 lukem Exp $ */ /* * Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -40,6 +40,9 @@ * CardBus front-end for the Intel/Digital DECchip 21152 PCI-PCI bridge */ +#include +__KERNEL_RCSID(0, "$NetBSD: rbus_ppb.c,v 1.2 2001/11/13 12:51:13 lukem Exp $"); + #include #include #include