Linux Kernel Mailing List | 1 Aug 2003 04:14

[PATCH] more typo fixes

ChangeSet 1.1595.2.2, 2003/07/31 19:14:18-07:00, alan <at> lxorguk.ukuu.org.uk

	[PATCH] more typo fixes
	
	(Steven Cole)

# This patch includes the following deltas:
#	           ChangeSet	1.1595.2.1 -> 1.1595.2.2
#	arch/cris/arch-v10/lib/old_checksum.c	1.6     -> 1.7    
#	arch/cris/mm/fault.c	1.11    -> 1.12   
#

 arch-v10/lib/old_checksum.c |    2 +-
 mm/fault.c                  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff -Nru a/arch/cris/arch-v10/lib/old_checksum.c b/arch/cris/arch-v10/lib/old_checksum.c
--- a/arch/cris/arch-v10/lib/old_checksum.c	Thu Jul 31 20:13:30 2003
+++ b/arch/cris/arch-v10/lib/old_checksum.c	Thu Jul 31 20:13:30 2003
 <at>  <at>  -75,7 +75,7  <at>  <at> 
     sum += *((unsigned short *)buff)++;
   }
   if(endMarker - buff > 0) {
-    sum += *buff;                 /* add extra byte seperately */
+    sum += *buff;                 /* add extra byte separately */
   }
   BITOFF;
   return(sum);
diff -Nru a/arch/cris/mm/fault.c b/arch/cris/mm/fault.c
--- a/arch/cris/mm/fault.c	Thu Jul 31 20:13:30 2003
(Continue reading)

Linux Kernel Mailing List | 1 Aug 2003 04:14

[PATCH] re-enable SiS direct render

ChangeSet 1.1595.2.7, 2003/07/31 19:14:58-07:00, alan <at> lxorguk.ukuu.org.uk

	[PATCH] re-enable SiS direct render
	
	((Gaël Le Mignot)

# This patch includes the following deltas:
#	           ChangeSet	1.1595.2.6 -> 1.1595.2.7
#	drivers/char/drm/sis_mm.c	1.5     -> 1.6    
#	drivers/char/drm/Kconfig	1.6     -> 1.7    
#	drivers/char/drm/Makefile	1.16    -> 1.17   
#

 Kconfig  |    9 +++++++++
 Makefile |    3 +++
 sis_mm.c |    3 ++-
 3 files changed, 14 insertions(+), 1 deletion(-)

diff -Nru a/drivers/char/drm/Kconfig b/drivers/char/drm/Kconfig
--- a/drivers/char/drm/Kconfig	Thu Jul 31 20:14:17 2003
+++ b/drivers/char/drm/Kconfig	Thu Jul 31 20:14:17 2003
 <at>  <at>  -72,3 +72,12  <at>  <at> 
 	  Choose this option if you have a Matrox G200, G400 or G450 graphics
 	  card.  If M is selected, the module will be called mga.  AGP
 	  support is required for this driver to work.
+
+config DRM_SIS
+	tristate "SiS video cards"
+	depends on DRM && AGP
+	help
(Continue reading)

Linux Kernel Mailing List | 1 Aug 2003 04:15

[PATCH] console on by default if not embedded (save mucho pain)

ChangeSet 1.1595.2.8, 2003/07/31 19:15:05-07:00, alan <at> lxorguk.ukuu.org.uk

	[PATCH] console on by default if not embedded (save mucho pain)
	
	(Andi Kleen)

# This patch includes the following deltas:
#	           ChangeSet	1.1595.2.7 -> 1.1595.2.8
#	drivers/char/Kconfig	1.14    -> 1.15   
#

 Kconfig |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff -Nru a/drivers/char/Kconfig b/drivers/char/Kconfig
--- a/drivers/char/Kconfig	Thu Jul 31 20:14:21 2003
+++ b/drivers/char/Kconfig	Thu Jul 31 20:14:21 2003
 <at>  <at>  -5,8 +5,9  <at>  <at> 
 menu "Character devices"

 config VT
-	bool "Virtual terminal"
+	bool "Virtual terminal" if EMBEDDED
 	requires INPUT=y
+	default y
 	---help---
 	  If you say Y here, you will get support for terminal devices with
 	  display and keyboard devices. These are called "virtual" because you
 <at>  <at>  -35,8 +36,9  <at>  <at> 
 	  shiny Linux system :-)
(Continue reading)

Linux Kernel Mailing List | 1 Aug 2003 04:15

[PATCH] keyboard controller by default if not embedded

ChangeSet 1.1595.2.13, 2003/07/31 19:15:39-07:00, alan <at> lxorguk.ukuu.org.uk

	[PATCH] keyboard controller by default if not embedded

# This patch includes the following deltas:
#	           ChangeSet	1.1595.2.12 -> 1.1595.2.13
#	drivers/input/serio/Kconfig	1.8     -> 1.9    
#

 Kconfig |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -Nru a/drivers/input/serio/Kconfig b/drivers/input/serio/Kconfig
--- a/drivers/input/serio/Kconfig	Thu Jul 31 20:14:42 2003
+++ b/drivers/input/serio/Kconfig	Thu Jul 31 20:14:42 2003
 <at>  <at>  -19,7 +19,7  <at>  <at> 
 	  as a module, say M here and read <file:Documentation/modules.txt>.

 config SERIO_I8042
-	tristate "i8042 PC Keyboard controller"
+	tristate "i8042 PC Keyboard controller" if EMBEDDED || !X86
 	default y
 	depends on SERIO
 	---help---
Linux Kernel Mailing List | 1 Aug 2003 04:15

[PATCH] more typo/invalid bits

ChangeSet 1.1595.2.9, 2003/07/31 19:15:11-07:00, alan <at> lxorguk.ukuu.org.uk

	[PATCH] more typo/invalid bits
	
	(Steven Cole)

# This patch includes the following deltas:
#	           ChangeSet	1.1595.2.8 -> 1.1595.2.9
#	drivers/char/pcmcia/synclink_cs.c	1.23    -> 1.24   
#	drivers/char/n_r3964.c	1.12    -> 1.13   
#

 n_r3964.c            |    2 +-
 pcmcia/synclink_cs.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff -Nru a/drivers/char/n_r3964.c b/drivers/char/n_r3964.c
--- a/drivers/char/n_r3964.c	Thu Jul 31 20:14:25 2003
+++ b/drivers/char/n_r3964.c	Thu Jul 31 20:14:25 2003
 <at>  <at>  -669,7 +669,7  <at>  <at> 
          }
          else
          {
-            TRACE_PE("TRANSMITTING - got illegal char");
+            TRACE_PE("TRANSMITTING - got invalid char");

             pInfo->state = R3964_WAIT_ZVZ_BEFORE_TX_RETRY;
 	    mod_timer(&pInfo->tmr, jiffies + R3964_TO_ZVZ);
diff -Nru a/drivers/char/pcmcia/synclink_cs.c b/drivers/char/pcmcia/synclink_cs.c
--- a/drivers/char/pcmcia/synclink_cs.c	Thu Jul 31 20:14:25 2003
(Continue reading)

Linux Kernel Mailing List | 1 Aug 2003 04:14

[PATCH] docs for updated sk98 from vendor

ChangeSet 1.1595.2.5, 2003/07/31 19:14:43-07:00, alan <at> lxorguk.ukuu.org.uk

	[PATCH] docs for updated sk98 from vendor

# This patch includes the following deltas:
#	           ChangeSet	1.1595.2.4 -> 1.1595.2.5
#	Documentation/networking/sk98lin.txt	1.4     -> 1.5    
#	Documentation/networking/00-INDEX	1.4     -> 1.5    
#

 00-INDEX    |    3 
 sk98lin.txt |  937 ++++++++++++++++++++++++++++++++++++++++--------------------
 2 files changed, 629 insertions(+), 311 deletions(-)

diff -Nru a/Documentation/networking/00-INDEX b/Documentation/networking/00-INDEX
--- a/Documentation/networking/00-INDEX	Thu Jul 31 20:14:08 2003
+++ b/Documentation/networking/00-INDEX	Thu Jul 31 20:14:08 2003
 <at>  <at>  -97,7 +97,8  <at>  <at> 
 sis900.txt
 	- SiS 900/7016 Fast Ethernet device driver info.
 sk98lin.txt
-	- SysKonnect SK-NET (SK-98xx) Gigabit Ethernet driver info.
+	- Marvell Yukon Chipset / SysKonnect SK-98xx compliant Gigabit
+	  Ethernet Adapter family driver info
 skfp.txt
 	- SysKonnect FDDI (SK-5xxx, Compaq Netelligent) driver info.
 smc9.txt
diff -Nru a/Documentation/networking/sk98lin.txt b/Documentation/networking/sk98lin.txt
--- a/Documentation/networking/sk98lin.txt	Thu Jul 31 20:14:08 2003
+++ b/Documentation/networking/sk98lin.txt	Thu Jul 31 20:14:08 2003
(Continue reading)

Linux Kernel Mailing List | 1 Aug 2003 04:14

[PATCH] more arch typo/illegal->invalid fixes

ChangeSet 1.1595.2.4, 2003/07/31 19:14:35-07:00, alan <at> lxorguk.ukuu.org.uk

	[PATCH] more arch typo/illegal->invalid fixes
	
	(Steven Cole)

# This patch includes the following deltas:
#	           ChangeSet	1.1595.2.3 -> 1.1595.2.4
#	arch/sh/mm/cache-sh3.c	1.8     -> 1.9    
#	arch/ppc/8xx_io/cs4218_tdm.c	1.6     -> 1.7    
#	arch/ia64/hp/common/sba_iommu.c	1.27    -> 1.28   
#	arch/ppc/boot/openfirmware/Makefile	1.17    -> 1.18   
#	arch/sh/mm/cache-sh2.c	1.1     -> 1.2    
#	arch/mips64/mm/fault.c	1.9     -> 1.10   
#	arch/ppc/syslib/open_pic.c	1.26    -> 1.27   
#	arch/ppc64/kernel/open_pic.c	1.13    -> 1.14   
#

 ia64/hp/common/sba_iommu.c     |    2 +-
 mips64/mm/fault.c              |    2 +-
 ppc/8xx_io/cs4218_tdm.c        |    8 ++++----
 ppc/boot/openfirmware/Makefile |    2 +-
 ppc/syslib/open_pic.c          |   12 ++++++------
 ppc64/kernel/open_pic.c        |   12 ++++++------
 sh/mm/cache-sh2.c              |    2 +-
 sh/mm/cache-sh3.c              |    2 +-
 8 files changed, 21 insertions(+), 21 deletions(-)

diff -Nru a/arch/ia64/hp/common/sba_iommu.c b/arch/ia64/hp/common/sba_iommu.c
--- a/arch/ia64/hp/common/sba_iommu.c	Thu Jul 31 20:14:04 2003
(Continue reading)

Linux Kernel Mailing List | 1 Aug 2003 04:15

[PATCH] some isdn invalid/illegal fixups

ChangeSet 1.1595.2.14, 2003/07/31 19:15:46-07:00, alan <at> lxorguk.ukuu.org.uk

	[PATCH] some isdn invalid/illegal fixups
	
	(Steven Cole)

# This patch includes the following deltas:
#	           ChangeSet	1.1595.2.13 -> 1.1595.2.14
#	drivers/isdn/eicon/eicon_isa.c	1.5     -> 1.6    
#	drivers/isdn/capi/capidrv.c	1.23    -> 1.24   
#	drivers/isdn/hardware/avm/b1isa.c	1.22    -> 1.23   
#	drivers/isdn/hardware/avm/t1isa.c	1.28    -> 1.29   
#	drivers/isdn/hardware/eicon/message.c	1.1     -> 1.2    
#

 capi/capidrv.c           |    2 +-
 eicon/eicon_isa.c        |    4 ++--
 hardware/avm/b1isa.c     |    2 +-
 hardware/avm/t1isa.c     |    2 +-
 hardware/eicon/message.c |    2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff -Nru a/drivers/isdn/capi/capidrv.c b/drivers/isdn/capi/capidrv.c
--- a/drivers/isdn/capi/capidrv.c	Thu Jul 31 20:14:47 2003
+++ b/drivers/isdn/capi/capidrv.c	Thu Jul 31 20:14:47 2003
 <at>  <at>  -1596,7 +1596,7  <at>  <at> 
                         rc = FVteln2capi20(bchan->num, AdditionalInfo);
 			isleasedline = (rc == 0);
 			if (rc < 0)
-				printk(KERN_ERR "capidrv-%d: WARNING: illegal leased linedefinition \"%s\"\n",
(Continue reading)

Linux Kernel Mailing List | 1 Aug 2003 04:15

[PATCH] fix return on pms change

ChangeSet 1.1595.2.15, 2003/07/31 19:15:53-07:00, alan <at> lxorguk.ukuu.org.uk

	[PATCH] fix return on pms change

# This patch includes the following deltas:
#	           ChangeSet	1.1595.2.14 -> 1.1595.2.15
#	drivers/media/video/pms.c	1.12    -> 1.13   
#

 pms.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -Nru a/drivers/media/video/pms.c b/drivers/media/video/pms.c
--- a/drivers/media/video/pms.c	Thu Jul 31 20:14:51 2003
+++ b/drivers/media/video/pms.c	Thu Jul 31 20:14:51 2003
 <at>  <at>  -664,7 +664,7  <at>  <at> 
 				dt=count-len;
 			cnt += dev->height;
 			if (copy_to_user(buf, tmp+32, dt))
-				return -EFAULT;
+				return len ? len : -EFAULT;
 			buf += dt;    
 			len += dt;
 		}
Linux Kernel Mailing List | 1 Aug 2003 04:15

[PATCH] mouse and keyboard by default if not embedded

ChangeSet 1.1595.2.11, 2003/07/31 19:15:25-07:00, alan <at> lxorguk.ukuu.org.uk

	[PATCH] mouse and keyboard by default if not embedded
	
	(Andi Kleen)

# This patch includes the following deltas:
#	           ChangeSet	1.1595.2.10 -> 1.1595.2.11
#	drivers/input/Kconfig	1.4     -> 1.5    
#	drivers/input/keyboard/Kconfig	1.5     -> 1.6    
#

 Kconfig          |    6 +++---
 keyboard/Kconfig |    4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff -Nru a/drivers/input/Kconfig b/drivers/input/Kconfig
--- a/drivers/input/Kconfig	Thu Jul 31 20:14:34 2003
+++ b/drivers/input/Kconfig	Thu Jul 31 20:14:34 2003
 <at>  <at>  -5,7 +5,7  <at>  <at> 
 menu "Input device support"

 config INPUT
-	tristate "Input devices (needed for keyboard, mouse, ...)"
+	tristate "Input devices (needed for keyboard, mouse, ...)" if EMBEDDED
 	default y
 	---help---
 	  Say Y here if you have any input device (mouse, keyboard, tablet,
 <at>  <at>  -27,7 +27,7  <at>  <at> 
 comment "Userland interfaces"
(Continue reading)


Gmane