aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Hibma <n_hibma@FreeBSD.org>1998-12-14 09:40:15 +0000
committerNick Hibma <n_hibma@FreeBSD.org>1998-12-14 09:40:15 +0000
commitbea029a1662c26524a04231c8b7ac48205e8e4ed (patch)
treef8285d9488db94646637415ac5952500336b8cf6
parent6fef2c2c273ab9f9a612fd4506bd577d8fa8e7f2 (diff)
Notes
-rw-r--r--sys/dev/pci/ohci_pci.c1
-rw-r--r--sys/dev/pci/uhci_pci.c2
-rw-r--r--usr.sbin/usbd/usbd.81
-rw-r--r--usr.sbin/usbd/usbd.c1
-rw-r--r--usr.sbin/usbdevs/Makefile2
-rw-r--r--usr.sbin/usbdevs/usbdevs.81
-rw-r--r--usr.sbin/usbdevs/usbdevs.c1
7 files changed, 8 insertions, 1 deletions
diff --git a/sys/dev/pci/ohci_pci.c b/sys/dev/pci/ohci_pci.c
index 0648746679d2..0d3e325e19b2 100644
--- a/sys/dev/pci/ohci_pci.c
+++ b/sys/dev/pci/ohci_pci.c
@@ -1,4 +1,5 @@
/* $NetBSD: ohci_pci.c,v 1.5 1998/11/25 22:32:04 augustss Exp $ */
+/* FreeBSD $Id$ */
/*
* Copyright (c) 1998 The NetBSD Foundation, Inc.
diff --git a/sys/dev/pci/uhci_pci.c b/sys/dev/pci/uhci_pci.c
index f17b9af2747a..c0efd73899d0 100644
--- a/sys/dev/pci/uhci_pci.c
+++ b/sys/dev/pci/uhci_pci.c
@@ -1,3 +1,5 @@
+/* FreeBSD $Id$ */
+
/*
* Copyright (c) 1998 The NetBSD Foundation, Inc.
* All rights reserved.
diff --git a/usr.sbin/usbd/usbd.8 b/usr.sbin/usbd/usbd.8
index 47d745ec6ea2..41e96aee3f4d 100644
--- a/usr.sbin/usbd/usbd.8
+++ b/usr.sbin/usbd/usbd.8
@@ -1,4 +1,5 @@
.\" $NetBSD: usbd.8,v 1.2 1998/07/13 11:01:50 augustss Exp $
+.\" FreeBSD $Id$
.\" Copyright (c) 1998 The NetBSD Foundation, Inc.
.\" All rights reserved.
.\"
diff --git a/usr.sbin/usbd/usbd.c b/usr.sbin/usbd/usbd.c
index 99a2d525ae4f..bde1cc6281f3 100644
--- a/usr.sbin/usbd/usbd.c
+++ b/usr.sbin/usbd/usbd.c
@@ -1,4 +1,5 @@
/* $NetBSD: usbd.c,v 1.2 1998/07/23 18:39:53 augustss Exp $ */
+/* FreeBSD $Id$ */
/*
* Copyright (c) 1998 The NetBSD Foundation, Inc.
diff --git a/usr.sbin/usbdevs/Makefile b/usr.sbin/usbdevs/Makefile
index 074468292fbb..0393156cf9fb 100644
--- a/usr.sbin/usbdevs/Makefile
+++ b/usr.sbin/usbdevs/Makefile
@@ -1,5 +1,5 @@
# $NetBSD: Makefile,v 1.2 1998/07/12 20:40:45 augustss Exp $
-# $Id$
+# FreeBSD $Id: Makefile,v 1.2 1998/12/13 15:52:26 bde Exp $
PROG= usbdevs
MAN8= usbdevs.8
diff --git a/usr.sbin/usbdevs/usbdevs.8 b/usr.sbin/usbdevs/usbdevs.8
index 8f9f256c320a..46ed36e21117 100644
--- a/usr.sbin/usbdevs/usbdevs.8
+++ b/usr.sbin/usbdevs/usbdevs.8
@@ -1,4 +1,5 @@
.\" $NetBSD: usbdevs.8,v 1.3 1998/07/23 13:57:51 augustss Exp $
+.\" FreeBSD $Id$
.\" Copyright (c) 1998 The NetBSD Foundation, Inc.
.\" All rights reserved.
.\"
diff --git a/usr.sbin/usbdevs/usbdevs.c b/usr.sbin/usbdevs/usbdevs.c
index a12a9941bb9f..171c908d4a1c 100644
--- a/usr.sbin/usbdevs/usbdevs.c
+++ b/usr.sbin/usbdevs/usbdevs.c
@@ -1,4 +1,5 @@
/* $NetBSD: usbdevs.c,v 1.4 1998/07/23 13:57:51 augustss Exp $ */
+/* FreeBSD $Id$ */
/*
* Copyright (c) 1998 The NetBSD Foundation, Inc.