lkml.org 
[lkml]   [1998]   [Mar]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Date
SubjectFew small fixes for pre-2.1.90-2 (mostly compilation problems)


SEEQ 8005 support could not be compiled.
Token Ring support could not be compiled.
HiSax driver could not be compiled as module.
Some drivers could not be compiled as module with SMP support.
RAID 5 support could not be compiled (at least with PGCC 1.0.1).
PCMCIA-CS could not be compiled.

Here is patches.

--- drivers/net/seeq8005.c Fri Feb 20 01:58:40 1998
+++ drivers/net/seeq8005.c Mon Mar 9 01:40:53 1998
@@ -41,6 +41,7 @@
#include <linux/malloc.h>
#include <linux/string.h>
#include <linux/init.h>
+#include <linux/delay.h>
#include <asm/system.h>
#include <asm/bitops.h>
#include <asm/io.h>
--- net/802/sysctl_net_802.c Mon Mar 9 17:35:18 1998
+++ net/802/sysctl_net_802.c Mon Mar 9 17:34:10 1998
@@ -24,6 +24,5 @@
{NET_TR_RIF_TIMEOUT, "rif_timeout", &sysctl_tr_rif_timeout, sizeof(int),
0644, NULL, &proc_dointvec},
{0}
- {0}
};
#endif
--- net/802/tr.c Fri Mar 13 06:53:29 1998
+++ net/802/tr.c Fri Mar 13 07:28:34 1998
@@ -529,3 +529,4 @@
#ifdef CONFIG_PROC_FS
proc_net_register(&tr_rif_proc);
#endif
+}
--- net/netsyms.c Mon Mar 2 01:40:42 1998
+++ net/netsyms.c Mon Mar 9 19:48:59 1998
@@ -390,6 +390,7 @@
EXPORT_SYMBOL(dev_alloc_name);
EXPORT_SYMBOL(dev_ioctl);
EXPORT_SYMBOL(dev_queue_xmit);
+EXPORT_SYMBOL(dev_loopback_xmit);
EXPORT_SYMBOL(netdev_dropping);
#ifdef CONFIG_NET_FASTROUTE
EXPORT_SYMBOL(dev_fastroute_stat);
--- arch/i386/kernel/i386_ksyms.c Mon Mar 9 19:58:36 1998
+++ arch/i386/kernel/i386_ksyms.c Mon Mar 9 19:59:48 1998
@@ -69,5 +69,7 @@
EXPORT_SYMBOL_NOVERS(active_kernel_processor);
EXPORT_SYMBOL(smp_invalidate_needed);
EXPORT_SYMBOL_NOVERS(__lock_kernel);
+EXPORT_SYMBOL(__cpu_logical_map);
+EXPORT_SYMBOL_NOVERS(smp_num_cpus);
EXPORT_SYMBOL(lk_lockmsg);

--- drivers/block/raid5.c Mon Mar 9 19:58:36 1998
+++ drivers/block/raid5.c Mon Mar 9 19:59:48 1998
@@ -840,7 +840,7 @@
if (sh->bh_new[dd_idx]) {
printk("raid5: bug: stripe->bh_new[%d], sector %lu exists\n", dd_idx, sh->sector);
printk("forcing oops.\n");
- *(int*)=0;
+ *(int*)0=0;
}

set_bit(BH_Lock, &bh->b_state);
--- include/asm-i386/io.h Fri Mar 13 07:34:02 1998
+++ include/asm-i386/io.h Fri Mar 13 13:58:27 1998
@@ -1,6 +1,10 @@
#ifndef _ASM_IO_H
#define _ASM_IO_H

+#ifndef AUTOCONF_INCLUDED
+#include <linux/autoconf.h>
+#endif
+
/*
* This file contains the definitions for the x86 IO instructions
* inb/inw/inl/outb/outw/outl and the "string versions" of the same
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu

\
 
 \ /
  Last update: 2005-03-22 13:41    [W:0.035 / U:0.104 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site