Subject: CVS commit: syssrc/sys/arch/i386
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 08/13/2002 03:50:36
Module Name: syssrc
Committed By: thorpej
Date: Tue Aug 13 00:50:36 UTC 2002
Modified Files:
syssrc/sys/arch/i386/i386: microtime.s
syssrc/sys/arch/i386/isa: clock.c
Removed Files:
syssrc/sys/arch/i386/isa: timerreg.h
Log Message:
No need for two copies of the i8253 register definitions. Remove the
i386-specific copy, and adjust its users to add in the timer i/o base
as necessary.
To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 syssrc/sys/arch/i386/i386/microtime.s
cvs rdiff -r1.70 -r1.71 syssrc/sys/arch/i386/isa/clock.c
cvs rdiff -r1.4 -r0 syssrc/sys/arch/i386/isa/timerreg.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.