summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Kuhn <Markus.Kuhn@cl.cam.ac.uk>2004-12-04 00:43:09 +0000
committerMarkus Kuhn <Markus.Kuhn@cl.cam.ac.uk>2004-12-04 00:43:09 +0000
commit2a0df477542cde8c92ddaae7456a18c99052a91a (patch)
treeccbb6240b581a7e7f9e38003e545c45077b8f345
parent3f5ba2682bf4d99d7697d61c2a037800c034200f (diff)
Encoding of numerous files changed to UTF-8XORG-6_8_99_3XORG-6_8_99_2XORG-6_8_99_1
-rw-r--r--src/gfx/i2c_acc.c10
-rw-r--r--src/gfx/release.txt4
2 files changed, 7 insertions, 7 deletions
diff --git a/src/gfx/i2c_acc.c b/src/gfx/i2c_acc.c
index ff205eb..894a10d 100644
--- a/src/gfx/i2c_acc.c
+++ b/src/gfx/i2c_acc.c
@@ -1,4 +1,4 @@
-/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/gfx/i2c_acc.c,v 1.1 2002/12/10 15:12:26 alanh Exp $ */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/gfx/i2c_acc.c,v 1.1tsi Exp $ */
/*
* $Workfile: i2c_acc.c $
*
@@ -300,9 +300,9 @@ sio_read_reg(unsigned char reg)
* gfx_i2c_reset
*
* This routine resets the I2C bus as follows :
- * · Sets the base address of the ACCESS.bus
- * · Sets the frequency of the ACCESS.bus
- * · Resets the ACCESS.bus
+ * · Sets the base address of the ACCESS.bus
+ * · Sets the frequency of the ACCESS.bus
+ * · Resets the ACCESS.bus
*
* If 'adr' is -1 the address is read from the hardware.
* If 'freq' is -1 the frequency is set to 56 clock cycles.
@@ -937,7 +937,7 @@ acc_i2c_set_freq(unsigned char busnum, char freq)
OUTB((unsigned short)(bus_base_address + ACBCTL2), 0x0);
- if (freq == -1)
+ if (freq == (char)(-1))
freq = 0x71;
else {
freq = freq << 1;
diff --git a/src/gfx/release.txt b/src/gfx/release.txt
index 8d0c87f..d66a13a 100644
--- a/src/gfx/release.txt
+++ b/src/gfx/release.txt
@@ -1,4 +1,4 @@
-/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/gfx/release.txt,v 1.3 2003/02/06 17:46:02 alanh Exp $ */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nsc/gfx/release.txt,v 1.1 2002/12/10 15:12:27 alanh Exp $ */
Durango Release Notes
Version 2.49.01
Win98/WinXP/DOS/Linux
@@ -10,7 +10,7 @@ PRODUCT INFORMATION
Durango is a graphics/video software support package designed to assist in the
development of display drivers and embedded applications. The core of this
package is source code that performs most of the graphics related
-functionality for the National Semiconductor ® Geode family of products.
+functionality for the National Semiconductor ® Geode family of products.
Development time for new software is reduced by using these routines to access
the hardware.