summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1993-10-16 13:48:52 +0000
committerrgrimes <rgrimes@FreeBSD.org>1993-10-16 13:48:52 +0000
commit3e9257e32495f9bd04a3271af5efad1c67c3f415 (patch)
tree8b0fefe5553ca671be53221b2ece444bfffd94b6 /sys/amd64
parent23dde6a5b28cf5b54e156e15ddada82807a8c3d0 (diff)
downloadFreeBSD-src-3e9257e32495f9bd04a3271af5efad1c67c3f415.zip
FreeBSD-src-3e9257e32495f9bd04a3271af5efad1c67c3f415.tar.gz
Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, some
minor cleanup. Added $Id$ to files that did not have any version info, etc
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/tsc.c23
-rw-r--r--sys/amd64/isa/clock.c23
-rw-r--r--sys/amd64/isa/icu.h10
-rw-r--r--sys/amd64/isa/isa.h12
-rw-r--r--sys/amd64/isa/timerreg.h6
-rw-r--r--sys/amd64/isa/vector.S12
-rw-r--r--sys/amd64/isa/vector.s12
7 files changed, 17 insertions, 81 deletions
diff --git a/sys/amd64/amd64/tsc.c b/sys/amd64/amd64/tsc.c
index 0fb7701..53497c8 100644
--- a/sys/amd64/amd64/tsc.c
+++ b/sys/amd64/amd64/tsc.c
@@ -33,27 +33,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)clock.c 7.2 (Berkeley) 5/12/91
- *
- * PATCHES MAGIC LEVEL PATCH THAT GOT US HERE
- * -------------------- ----- ----------------------
- * CURRENT PATCH LEVEL: 5 00158
- * -------------------- ----- ----------------------
- *
- * 14 Aug 92 Arne Henrik Juul Added code in the kernel to
- * allow for DST in the BIOS.
- * 17 Jan 93 Bruce Evans Fixed leap year and second
- * calculations
- * 01 Feb 93 Julian Elischer Added code to for the cpu
- * speed independent spinwait()
- * function, (used by scsi and others)
- * 25 Mar 93 Sean Eric Fagan Add microtimer support using timer 1
- * 08 Apr 93 Poul-Henning Kamp/P-HK Fixes, and support for dcfclock
- * 26 Apr 93 Bruce Evans Eliminate findspeed, new spinwait
- * 26 Apr 93 Rodney W. Grimes I merged in Bruce changes and hope I
- * still kept the other fixes... Had to
- * add back in findcpuspeed that Bruce
- * had removed.
+ * from: @(#)clock.c 7.2 (Berkeley) 5/12/91
+ * $Id$
*/
/*
diff --git a/sys/amd64/isa/clock.c b/sys/amd64/isa/clock.c
index 0fb7701..53497c8 100644
--- a/sys/amd64/isa/clock.c
+++ b/sys/amd64/isa/clock.c
@@ -33,27 +33,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)clock.c 7.2 (Berkeley) 5/12/91
- *
- * PATCHES MAGIC LEVEL PATCH THAT GOT US HERE
- * -------------------- ----- ----------------------
- * CURRENT PATCH LEVEL: 5 00158
- * -------------------- ----- ----------------------
- *
- * 14 Aug 92 Arne Henrik Juul Added code in the kernel to
- * allow for DST in the BIOS.
- * 17 Jan 93 Bruce Evans Fixed leap year and second
- * calculations
- * 01 Feb 93 Julian Elischer Added code to for the cpu
- * speed independent spinwait()
- * function, (used by scsi and others)
- * 25 Mar 93 Sean Eric Fagan Add microtimer support using timer 1
- * 08 Apr 93 Poul-Henning Kamp/P-HK Fixes, and support for dcfclock
- * 26 Apr 93 Bruce Evans Eliminate findspeed, new spinwait
- * 26 Apr 93 Rodney W. Grimes I merged in Bruce changes and hope I
- * still kept the other fixes... Had to
- * add back in findcpuspeed that Bruce
- * had removed.
+ * from: @(#)clock.c 7.2 (Berkeley) 5/12/91
+ * $Id$
*/
/*
diff --git a/sys/amd64/isa/icu.h b/sys/amd64/isa/icu.h
index 4866d8d..488ad3e 100644
--- a/sys/amd64/isa/icu.h
+++ b/sys/amd64/isa/icu.h
@@ -33,14 +33,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)icu.h 5.6 (Berkeley) 5/9/91
- *
- * PATCHES MAGIC LEVEL PATCH THAT GOT US HERE
- * -------------------- ----- ----------------------
- * CURRENT PATCH LEVEL: 1 00158
- * -------------------- ----- ----------------------
- *
- * 25 Apr 93 Bruce Evans New fast interrupt code (intr-0.1)
+ * from: @(#)icu.h 5.6 (Berkeley) 5/9/91
+ * $Id$
*/
/*
diff --git a/sys/amd64/isa/isa.h b/sys/amd64/isa/isa.h
index a9c042d..24dc5cd 100644
--- a/sys/amd64/isa/isa.h
+++ b/sys/amd64/isa/isa.h
@@ -33,16 +33,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)isa.h 5.7 (Berkeley) 5/9/91
- * PATCHES MAGIC LEVEL PATCH THAT GOT US HERE
- * -------------------- ----- ----------------------
- * CURRENT PATCH LEVEL: 3 00158
- * -------------------- ----- ----------------------
- *
- * 15 Feb 93 Julian Elischer Added entries for some scsi adapters
- * 06 Apr 93 Rodney W. Grimes Added com3 and com4, added IO_ISASIZES
- * section
- * 26 Apr 93 Bruce Evans Support for intr-0.1
+ * from: @(#)isa.h 5.7 (Berkeley) 5/9/91
+ * $Id$
*/
/*
diff --git a/sys/amd64/isa/timerreg.h b/sys/amd64/isa/timerreg.h
index 72c7022..5742f66 100644
--- a/sys/amd64/isa/timerreg.h
+++ b/sys/amd64/isa/timerreg.h
@@ -30,7 +30,11 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Header: timerreg.h,v 1.2 93/02/28 15:08:58 mccanne Exp $
+ * from: Header: timerreg.h,v 1.2 93/02/28 15:08:58 mccanne Exp
+ * $Id$
+ */
+
+/*
*
* Register definitions for the Intel 8253 Programmable Interval Timer.
*
diff --git a/sys/amd64/isa/vector.S b/sys/amd64/isa/vector.S
index 0a1dec9..aa40fd5 100644
--- a/sys/amd64/isa/vector.S
+++ b/sys/amd64/isa/vector.S
@@ -1,14 +1,6 @@
-/* vector.s */
/*
- * PATCHES MAGIC LEVEL PATCH THAT GOT US HERE
- * -------------------- ----- ----------------------
- * CURRENT PATCH LEVEL: 1 00167
- * -------------------- ----- ----------------------
- *
- * 04 Jun 93 Bruce Evans Fixed irq_num vs id_num for multiple
- * devices configed on the same irq with
- * respect to ipending.
- *
+ * from: vector.s, 386BSD 0.1 unknown origin
+ * $Id$
*/
#include "i386/isa/icu.h"
diff --git a/sys/amd64/isa/vector.s b/sys/amd64/isa/vector.s
index 0a1dec9..aa40fd5 100644
--- a/sys/amd64/isa/vector.s
+++ b/sys/amd64/isa/vector.s
@@ -1,14 +1,6 @@
-/* vector.s */
/*
- * PATCHES MAGIC LEVEL PATCH THAT GOT US HERE
- * -------------------- ----- ----------------------
- * CURRENT PATCH LEVEL: 1 00167
- * -------------------- ----- ----------------------
- *
- * 04 Jun 93 Bruce Evans Fixed irq_num vs id_num for multiple
- * devices configed on the same irq with
- * respect to ipending.
- *
+ * from: vector.s, 386BSD 0.1 unknown origin
+ * $Id$
*/
#include "i386/isa/icu.h"
OpenPOWER on IntegriCloud