diff options
-rw-r--r-- | sys/dev/pci/ohci_pci.c | 1 | ||||
-rw-r--r-- | sys/dev/pci/uhci_pci.c | 2 | ||||
-rw-r--r-- | usr.sbin/usbd/usbd.8 | 1 | ||||
-rw-r--r-- | usr.sbin/usbd/usbd.c | 1 | ||||
-rw-r--r-- | usr.sbin/usbdevs/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/usbdevs/usbdevs.8 | 1 | ||||
-rw-r--r-- | usr.sbin/usbdevs/usbdevs.c | 1 |
7 files changed, 8 insertions, 1 deletions
diff --git a/sys/dev/pci/ohci_pci.c b/sys/dev/pci/ohci_pci.c index 0648746..0d3e325 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 f17b9af..c0efd73 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 47d745e..41e96ae 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 99a2d52..bde1cc6 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 0744682..0393156 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 8f9f256..46ed36e 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 a12a994..171c908 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. |