Skip to content

Commit 484a550

Browse files
author
nlaredo
committed
fix svn:keywords property
git-svn-id: http://sgabios.googlecode.com/svn/trunk@3 ca484b36-2546-0410-af21-7957cbf944c2
1 parent 6d37933 commit 484a550

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414
#
15-
# $Id: Makefile 110392 2008-02-26 00:59:11Z nil $
15+
# $Id$
1616

1717
CFLAGS = -Wall -O2 -s
1818

design.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -293,4 +293,4 @@ Date Author Description
293293
2007-08-31 nil sga+vga fixes
294294
2007-08-08 nil Initial version
295295

296-
$Id:$
296+
$Id$

sgabios.S

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
#define FCR_FIFO_ENABLE 0x01
4646
#define PORT_DIVISOR 115200
4747
#define TRANSMIT_READY_BIT 0x20
48-
#define BIOS_BUILD_VERSION "$Id: sgabios.S 110392 2008-02-26 00:59:11Z nil $"
48+
#define BIOS_BUILD_VERSION "$Id$"
4949

5050
#define KBD_HEAD 0x1a
5151
#define KBD_TAIL 0x1c

0 commit comments

Comments
 (0)