From 94b6d727947e1242356988da003ea702d41a97de Mon Sep 17 00:00:00 2001 From: peter Date: Sat, 22 Feb 1997 09:48:43 +0000 Subject: Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not ready for it yet. --- sys/isa/atrtc.c | 2 +- sys/isa/fd.c | 2 +- sys/isa/fdc.h | 2 +- sys/isa/fdreg.h | 2 +- sys/isa/ic/esp.h | 2 +- sys/isa/ic/nec765.h | 2 +- sys/isa/ic/ns16550.h | 2 +- sys/isa/kbdio.c | 2 +- sys/isa/kbdio.h | 2 +- sys/isa/kbdtables.h | 2 +- sys/isa/rtc.h | 2 +- sys/isa/sio.c | 2 +- sys/isa/sioreg.h | 2 +- sys/isa/syscons.c | 2 +- sys/isa/syscons.h | 2 +- sys/isa/timerreg.h | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) (limited to 'sys/isa') diff --git a/sys/isa/atrtc.c b/sys/isa/atrtc.c index 60aa95c..a37022e 100644 --- a/sys/isa/atrtc.c +++ b/sys/isa/atrtc.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)clock.c 7.2 (Berkeley) 5/12/91 - * $FreeBSD$ + * $Id$ */ /* diff --git a/sys/isa/fd.c b/sys/isa/fd.c index c2d495d..e08c637 100644 --- a/sys/isa/fd.c +++ b/sys/isa/fd.c @@ -43,7 +43,7 @@ * SUCH DAMAGE. * * from: @(#)fd.c 7.4 (Berkeley) 5/25/91 - * $FreeBSD$ + * $Id$ * */ diff --git a/sys/isa/fdc.h b/sys/isa/fdc.h index 7be93e3..99b33bb 100644 --- a/sys/isa/fdc.h +++ b/sys/isa/fdc.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)fd.c 7.4 (Berkeley) 5/25/91 - * $FreeBSD$ + * $Id$ * */ diff --git a/sys/isa/fdreg.h b/sys/isa/fdreg.h index a98bda7..5ceb73f 100644 --- a/sys/isa/fdreg.h +++ b/sys/isa/fdreg.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)fdreg.h 7.1 (Berkeley) 5/9/91 - * $FreeBSD$ + * $Id$ */ /* diff --git a/sys/isa/ic/esp.h b/sys/isa/ic/esp.h index 7236714..6621e65 100644 --- a/sys/isa/ic/esp.h +++ b/sys/isa/ic/esp.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef _IC_ESP_H_ diff --git a/sys/isa/ic/nec765.h b/sys/isa/ic/nec765.h index 3d2cdac..7af3c21 100644 --- a/sys/isa/ic/nec765.h +++ b/sys/isa/ic/nec765.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)nec765.h 7.1 (Berkeley) 5/9/91 - * $FreeBSD$ + * $Id$ */ /* diff --git a/sys/isa/ic/ns16550.h b/sys/isa/ic/ns16550.h index 1733d18..ba33888 100644 --- a/sys/isa/ic/ns16550.h +++ b/sys/isa/ic/ns16550.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)ns16550.h 7.1 (Berkeley) 5/9/91 - * $FreeBSD$ + * $Id$ */ /* diff --git a/sys/isa/kbdio.c b/sys/isa/kbdio.c index 88c3f2b..fe8b3fb 100644 --- a/sys/isa/kbdio.c +++ b/sys/isa/kbdio.c @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #include "sc.h" diff --git a/sys/isa/kbdio.h b/sys/isa/kbdio.h index 3703443..a25edc5 100644 --- a/sys/isa/kbdio.h +++ b/sys/isa/kbdio.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef _I386_ISA_KBDIO_H_ diff --git a/sys/isa/kbdtables.h b/sys/isa/kbdtables.h index 9c66fa5..7c65fd4 100644 --- a/sys/isa/kbdtables.h +++ b/sys/isa/kbdtables.h @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #define SET8 0x80 /* set eight bit on */ diff --git a/sys/isa/rtc.h b/sys/isa/rtc.h index 40024b4..d8b9c14 100644 --- a/sys/isa/rtc.h +++ b/sys/isa/rtc.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)rtc.h 7.1 (Berkeley) 5/12/91 - * $FreeBSD$ + * $Id$ */ #ifndef _I386_ISA_RTC_H_ diff --git a/sys/isa/sio.c b/sys/isa/sio.c index a9de446..0c835f0 100644 --- a/sys/isa/sio.c +++ b/sys/isa/sio.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)com.c 7.5 (Berkeley) 5/16/91 - * $FreeBSD$ + * $Id$ */ #include "opt_comconsole.h" diff --git a/sys/isa/sioreg.h b/sys/isa/sioreg.h index b447b61..4c36907 100644 --- a/sys/isa/sioreg.h +++ b/sys/isa/sioreg.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)comreg.h 7.2 (Berkeley) 5/9/91 - * $FreeBSD$ + * $Id$ */ diff --git a/sys/isa/syscons.c b/sys/isa/syscons.c index 8a85268..1065c16 100644 --- a/sys/isa/syscons.c +++ b/sys/isa/syscons.c @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #include "sc.h" diff --git a/sys/isa/syscons.h b/sys/isa/syscons.h index e920b8c..333fd86 100644 --- a/sys/isa/syscons.h +++ b/sys/isa/syscons.h @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef _I386_ISA_SYSCONS_H_ diff --git a/sys/isa/timerreg.h b/sys/isa/timerreg.h index 7bd6197..ff27bac 100644 --- a/sys/isa/timerreg.h +++ b/sys/isa/timerreg.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: Header: timerreg.h,v 1.2 93/02/28 15:08:58 mccanne Exp - * $FreeBSD$ + * $Id$ */ /* -- cgit v1.1