Re: Linux 2.2.18pre22

2000-11-18 Thread Miquel van Smoorenburg

In article <[EMAIL PROTECTED]>,
Alan Cox  <[EMAIL PROTECTED]> wrote:
>Bugs to go: PS/2 mouse detection

And probably Megaraid still. I'll try to test it this week, after
Tuesday though.

Mike.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: Linux 2.2.18pre22

2000-11-18 Thread J . A . Magallon


On Sun, 19 Nov 2000 02:11:33 Alan Cox wrote:
> 
> Bugs to go: PS/2 mouse detection
> 
> Anything which isnt a strict bug fix or previously agreed is now 2.2.19
> material.
> 

What about memory sizing ? Is ready or still to test ?

-- 
Juan Antonio Magallon Lacarta #> cd /pub
mailto:[EMAIL PROTECTED] #> more beer

Linux 2.2.18-pre22-vm #7 SMP Sun Nov 19 03:29:20 CET 2000 i686 unknown

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: Linux 2.2.18pre22

2000-11-18 Thread Jeff V. Merkey

On Sun, Nov 19, 2000 at 01:11:33AM +, Alan Cox wrote:
> 
> Bugs to go: PS/2 mouse detection
> 
> Anything which isnt a strict bug fix or previously agreed is now 2.2.19
> material.
> 
> Alan
> 
> 2.2.18pre22
> o Fix HZ assumption in USB hub driver (Oleg Drokin)
> o Fix ndisc range check on ipv6   (Dave Miller)
> o Clear other fields in qcam VIDIOCGWIN return(Damion de Soto)
> o Fix sparc64 includes for socket.h   (Solar Designer)
> o ELF platform was misset for Pentium IV  (Mikael Pettersson)
> o ADMTek 985 ident was wrong  (Lee Bradshaw)
> o Fix filemark status test on scsi tape   (Robin Miller)
> o Fix file/block when spacing to tape beginning   (Kai Maiksara)
> o Small ISDN documentation fixes  (Kai Germaschewski)

Alan, On the ISDN issue, isdn4K-utils seems to be out of sync with 
kernels older than 2.2.16.   Some #define's that used to be in
the 2.2.14 patch don't seem to be in 2.2.17 >.  At present, requires
an ugly .config patch to work under 2.2.18-21.  

Jeff

> o Resync icn driver with core isdn tree   (Kai Germaschewski)
> o Fix isdn loopback driver(Kai Germaschewski)
> o Fix small leaks in lockd(Trond Myklebust)
> o Add Pentium IV rep nop, ident etc   (Various folks,
>notably HPA and
>Linda Wang)
> o Update sparc default config (Dave Miller)
> o Hopefully properly fix the megaraid problem (Willy Tarreau, AMI
>and others)
> o Resync tcp bits with Dave   (Dave Miller)
> o Make cpqarray provide randomness(Nigel Metheringham)
> o Fix wavefront symbols bug   (Carlos E. Gorges)
> o Fix acenic jumbo handling when flushing ring(Val Hensson)
> o Fix ace_set_mac_addr for littleendian hosts (Stephen Hack)
> o Fix assorted typos in the kernel(Andries Brouwer)
> o EEPro100 fixes  (Dragan Stancevic)
> o Fix hisax _setup crash case (David Woodhouse)
> o Fix small cdrom driver bugs (Jens Axboe)
> o Fix remaining vmalloc corner cases  (Ben LaHaise)
> o Update USB maintainers  (Greg Kroah-Hartman)
> o Fix matroxfb doc bug(Pavel Rabel)
> o Fix setscheduler lock inversion (Andrew Morton)
> o Fix scsi unload/sg ioctl oops   (Paul Clements)
> 
> 2.2.18pre21
> o Environment controller update for sparc (Eric Brower)
> o No italian translation for config.help  (Andrea Ferraris)
> o Fix type error in buz driver(Pete Zaitcev)
> o Resnchronize Apple PowerMac codebase(Paul Mackerras & co)
> o Merge powermac tree fixes into usb
> o Powermac input device handling changes
> o Fix console switch fonts
> o S/390 merge (IBM S/390 folks)
>   (Merge grunt work done by Kurt Roeckx)
> o Make knfsd TCP an option(me)
> o Drop cisco info packets (0x2000)(Ivan Passos)
> o Add belkin USB serial cable (William Greathouse)
> 
> 2.2.18pre20
> o Fix ide-probe SMP build error   (Ian Morgan)
> o Fix appletalk physical layer ioctl handling (Andi Kleen)
> o Sparc update(Dave Miller)
> o Update Stephen Tweedie's contact info   (Stephen Tweedie)
> o Fix typo in esp and scsi_obsolete code  (Dave Miller)
> o Bonding ioctl check fix (Willy Tarreau)
> o Fix ipv6 procfs bug (Al Viro)
> o Report PIV in proc as family 15 and uname as(me)
>   model 6 as discussed
> o Redo Intel cache decodes as code not tables (me)
>   and add new ones  (based on updates by
>   Asit Mallick & Andrew Ip)
> o Fix CMOS locking in machine_power_off paths (me)
> o Create build tree symlinks only if insmod is
>   new enough not to be confused by it (Keith Owens)
> o Fix cmsg handling   (Philippe Troin)
> o Tiny xpds driver changes(Dan Hollis)
> o Fix vmalloc sign bug(Ben LaHaise)
> o SMBFS fixes/changes for find_next problems and  (Urban Widmark)
>   to avoid truncate bug in netapps
> o Fix ntfs translation bug(Anton Altaparmakov)
> o Fix sparc problem with some soundcards and the  (Jeff Garzik)
>   _IOC magic

Re: Linux 2.2.18pre22

2000-11-19 Thread Michael Marxmeier

Compile failed:

megaraid.c: In function `mega_findCard':
megaraid.c:1906: warning: implicit declaration of function
`pci_resource_start'

drivers/scsi/scsi.a(megaraid.o): In function `mega_findCard':
megaraid.o(.text+0x19a7): undefined reference to `pci_resource_start'

Seems a #include  is missing here.


Michael

-- 
Michael Marxmeier   Marxmeier Software AG
E-Mail: [EMAIL PROTECTED]  Besenbruchstrasse 9
Phone : +49 202 2431440 42285 Wuppertal, Germany
Fax   : +49 202 2431420 http://www.marxmeier.com/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: Linux 2.2.18pre22

2000-11-19 Thread Alan Cox

> > o   Fix file/block when spacing to tape beginning   (Kai Maiksara)
> > o   Small ISDN documentation fixes  (Kai Germaschewski)
> 
> Alan, On the ISDN issue, isdn4K-utils seems to be out of sync with=20
> kernels older than 2.2.16.   Some #define's that used to be in
> the 2.2.14 patch don't seem to be in 2.2.17 >.  At present, requires
> an ugly .config patch to work under 2.2.18-21. =20

Shouldn't do. ISDN has changed between 2.2.16 and 2.2.18pre22 but not in any
way I am aware is bad. 2.2.19 has the merge of the rest of the isdn changes
queued.

(ps: please use the delete key to delete un-needed stuff in replies)

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: Linux 2.2.18pre22

2000-11-19 Thread Kai Germaschewski

On Sun, 19 Nov 2000, Jeff V. Merkey wrote:

> > o   Small ISDN documentation fixes  (Kai Germaschewski)
>
> Alan, On the ISDN issue, isdn4K-utils seems to be out of sync with
> kernels older than 2.2.16.   Some #define's that used to be in
> the 2.2.14 patch don't seem to be in 2.2.17 >.  At present, requires
> an ugly .config patch to work under 2.2.18-21.

It'ld be nice if you at least CC'ed your mail to the maintainers, i.e. the
isdn4linux people, because not everyone has the time to follow l-k.
Any way, I CC'ed [EMAIL PROTECTED] now, and this thread
should continue there.

Could you please clarify which problems you have? You state that the utils
seem to be out of sync with kernels < 2.2.16, but you need to patch them
for kernels > 2.2.17 ?

I just tried the latest "release" of the utils,
isdn4k-utils.v3.1pre1.tar.gz, and the current CVS version against
2.2.18pre22, and they compile fine. Note that binary compatibility didn't
break during 2.2, only for 2.4. (I.e. utils compiled on 2.2 will complain
if used with 2.4, utils compiled on 2.4 will work on either kernel series)

I'm sure, if you provide more details, and the exact error message you're
seeing, we'll find a solution.

--Kai



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: Linux 2.2.18pre22

2000-11-19 Thread Jeff V. Merkey

On Sun, Nov 19, 2000 at 12:57:35PM +, Alan Cox wrote:
> > > o Small ISDN documentation fixes  (Kai Germaschewski)
> > 
> > Alan, On the ISDN issue, isdn4K-utils seems to be out of sync with=20
> > kernels older than 2.2.16.   Some #define's that used to be in
> > the 2.2.14 patch don't seem to be in 2.2.17 >.  At present, requires
> > an ugly .config patch to work under 2.2.18-21. =20
> 
> Shouldn't do. ISDN has changed between 2.2.16 and 2.2.18pre22 but not in any
> way I am aware is bad. 2.2.19 has the merge of the rest of the isdn changes
> queued.


The Latest tar.gz in isdn4k-utils.src.rpm will not build.  I went to 
ftp.isdn4linux.de and found the latest they have posted and the following 
errors are reported from the build.

Against 2.4.0-10(11) isdn4k-utils-v3.1pre1.tar.gz

ISDN_MODEM_ANZREG is undeclared in usr/src/linux/include/

Against 2.2.18-22same

same problem

Jeff


> 
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: Linux 2.2.18pre22

2000-11-19 Thread Jeff V. Merkey

On Sun, Nov 19, 2000 at 04:09:01PM +0100, Kai Germaschewski wrote:
> On Sun, 19 Nov 2000, Jeff V. Merkey wrote:
> 
> > > o Small ISDN documentation fixes  (Kai Germaschewski)
> >
> > Alan, On the ISDN issue, isdn4K-utils seems to be out of sync with
> > kernels older than 2.2.16.   Some #define's that used to be in
> > the 2.2.14 patch don't seem to be in 2.2.17 >.  At present, requires
> > an ugly .config patch to work under 2.2.18-21.
> 
> It'ld be nice if you at least CC'ed your mail to the maintainers, i.e. the
> isdn4linux people, because not everyone has the time to follow l-k.
> Any way, I CC'ed [EMAIL PROTECTED] now, and this thread
> should continue there.
> 
> Could you please clarify which problems you have? You state that the utils
> seem to be out of sync with kernels < 2.2.16, but you need to patch them
> for kernels > 2.2.17 ?
> 
> I just tried the latest "release" of the utils,
> isdn4k-utils.v3.1pre1.tar.gz, and the current CVS version against
> 2.2.18pre22, and they compile fine. Note that binary compatibility didn't
> break during 2.2, only for 2.4. (I.e. utils compiled on 2.2 will complain
> if used with 2.4, utils compiled on 2.4 will work on either kernel series)

ISDN_MODEM_ANZREG undefined on 2.4.0-10(11) and 2.2.18-22, rpm.spec is 
attached.

Jeff




Summary: Utilities for configuring an ISDN subsystem.
Name: isdn4k-utils
Version: 3.1
Release: 1
Copyright: GPL
Group: Applications/System
Source0: 
ftp://ftp.isdn4linux.de/pub/isdn4linux/utils/testing/isdn4k-utils.v3.1beta7.tar.gz
Patch0: isdn4k-utils.patch
Patch1: isdn4k-utils-ipppd.patch
BuildRoot: /var/tmp/%name-root
Requires: initscripts >= 4.93
Prereq: /sbin/chkconfig

Vendor: Timpanogas Research Group, Inc.
Packager: [EMAIL PROTECTED]

%description
The isdn4k-utils package contains a collection of utilities needed for
configuring an ISDN subsystem.

%package -n xisdnload
Version: 1.38
Summary: An ISDN connection load average display for the X Window System.
Group: Applications/System
Requires: isdn4k-utils

%description -n xisdnload
The xisdnload utility displays a periodically updated histogram of the
load average over your ISDN connection.

%prep
%setup -q -n isdn4k-utils
%patch0
%patch1
cd capi20
libtoolize --copy --force
test -f /usr/include/capi20.h || cp capi20.h /usr/include/capi20.h
cd ..


%build
cp .config.rpm .config
make RPM_OPT_FLAGS="$RPM_OPT_FLAGS" subconfig
make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/dev
mkdir -p $RPM_BUILD_ROOT/etc/rc.d/init.d
mkdir -p $RPM_BUILD_ROOT/etc/{ppp,isdn}
mkdir -p $RPM_BUILD_ROOT/var/{log/vbox,spool/vbox,lock/isdn}
mkdir -p $RPM_BUILD_ROOT/usr/{sbin,X11R6/bin}
chmod 1777 $RPM_BUILD_ROOT/var/spool/vbox
make install DESTDIR=$RPM_BUILD_ROOT

mv -fv $RPM_BUILD_ROOT/usr/bin/x* $RPM_BUILD_ROOT/usr/X11R6/bin/
mv -fv $RPM_BUILD_ROOT/usr/man/man1/x* $RPM_BUILD_ROOT/usr/X11R6/man/man1/

touch $RPM_BUILD_ROOT/etc/ppp/ioptions

test -f $RPM_BUILD_ROOT/etc/isdn/isdn.conf.new && \
mv -f $RPM_BUILD_ROOT/etc/isdn/isdn.conf.new $RPM_BUILD_ROOT/etc/isdn/isdn.conf

strip $RPM_BUILD_ROOT/usr/bin/* $RPM_BUILD_ROOT/usr/sbin/* \
$RPM_BUILD_ROOT/usr/X11R6/bin/*  || :

# build some more documentation
pushd FAQ/tutorial ; {
sgml2txt EN-i4l.sgml
sgml2html EN-i4l.sgml
} ; popd

chmod 0755 $RPM_BUILD_ROOT/usr/bin/vboxbeep

%post
test -f /dev/isdnctrl || ln -sf isdnctrl0 /dev/isdnctrl

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root)
%dir /etc/isdn
%dir /var/spool/vbox
%dir /var/log/vbox
%verify(not md5 size mtime) %config(noreplace) /etc/isdn/*
/etc/ppp/ioptions
/usr/bin/*
/usr/include/*
/usr/lib/*.a
/usr/lib/*.so.*
/usr/man/man?/*
/usr/sbin/*
%doc COPYING HOWTO README
%lang(de) %doc vbox/doc/de/vbox.sgml vbox/doc/de/vbox.txt
%doc FAQ/tutorial/EN-i4l*  FAQ/i4lfaq* Mini-FAQ/* FAQ/_howto/* FAQ/_example/*
#%lang(de) %doc FAQ/out/de-i4l-faq.asc FAQ/out/de-i4l-faq.html
%doc FAQ/_howto FAQ/_example FAQ/tutorial/*.txt FAQ/tutorial/*.html

%files -n xisdnload
%defattr(-,root,root)
/usr/X11R6/bin/xisdnload
%attr(0755,root,root) /usr/X11R6/bin/xmonisdn
/usr/X11R6/lib/X11/app-defaults/*
/usr/X11R6/man/man1/*
/usr/X11R6/include/X11/bitmaps/*
%doc xmonisdn/README

%changelog



Re: Linux 2.2.18pre22

2000-11-20 Thread Kai Germaschewski


On Sun, 19 Nov 2000, Jeff V. Merkey wrote:

> ISDN_MODEM_ANZREG undefined on 2.4.0-10(11) and 2.2.18-22, rpm.spec is 
> attached.

This has been fixed 2000/03/03, see below. Just use the latest version,
ftp.isdn4linux.de/pub/isdn4linux/utils/isdn4k-utils.v3.1pre1.tar.gz

--Kai


Index: iprofd.c
===
RCS file: /i4ldev/isdn4k-utils/iprofd/iprofd.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- iprofd.c1999/09/06 08:03:25 1.7
+++ iprofd.c2000/03/03 12:45:53 1.8
@@ -1,4 +1,4 @@
-/* $Id: iprofd.c,v 1.7 1999/09/06 08:03:25 fritz Exp $
+/* $Id: iprofd.c,v 1.8 2000/03/03 12:45:53 calle Exp $
 
  * Daemon for saving ttyIx-profiles to a file.
  *
@@ -22,6 +22,9 @@
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
  * $Log: iprofd.c,v $
+ * Revision 1.8  2000/03/03 12:45:53  calle
+ * Make compile with newer versions of kernel drivers.
+ *
  * Revision 1.7  1999/09/06 08:03:25  fritz
  * Changed my mail-address.
  *
@@ -67,8 +70,12 @@
 #ifndef ISDN_LMSNLEN
 #define ISDN_LMSNLEN 0
 #endif
+
+#ifndef ISDN_MODEM_NUMREG
+#define ISDN_MODEM_NUMREG ISDN_MODEM_ANZREG
+#endif
 
-#define BUFSZ ((ISDN_MODEM_ANZREG+ISDN_MSNLEN+ISDN_LMSNLEN)*ISDN_MAX_CHANNELS)
+#define BUFSZ ((ISDN_MODEM_NUMREG+ISDN_MSNLEN+ISDN_LMSNLEN)*ISDN_MAX_CHANNELS)
 
 void
 dumpModem(int dummy)



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: Linux 2.2.18pre22

2000-11-20 Thread Arnaud S . Launay

Le Sun, Nov 19, 2000 at 01:11:33AM +, Alan Cox a écrit:
> Bugs to go: PS/2 mouse detection
> Anything which isnt a strict bug fix or previously agreed is now 2.2.19
> material.

Once again, I needed this patch by Dave Miller to compile the
kernel:


--- kernel/sysctl.c.~1~ Thu Nov  9 19:41:52 2000
+++ kernel/sysctl.c Fri Nov 10 02:52:30 2000
@@ -1173,6 +1173,13 @@
return -ENOSYS;
 }
 
+int sysctl_jiffies(ctl_table *table, int *name, int nlen,
+   void *oldval, size_t *oldlenp,
+   void *newval, size_t newlen, void **context)
+{
+   return -ENOSYS;
+}
+
 int proc_dostring(ctl_table *table, int write, struct file *filp,
  void *buffer, size_t *lenp)
 {

Arnaud.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: Linux 2.2.18pre22

2000-11-20 Thread Jeff V. Merkey

On Mon, Nov 20, 2000 at 11:10:21AM +0100, Kai Germaschewski wrote:
> 
> On Sun, 19 Nov 2000, Jeff V. Merkey wrote:
> 
> > ISDN_MODEM_ANZREG undefined on 2.4.0-10(11) and 2.2.18-22, rpm.spec is 
> > attached.
> 
> This has been fixed 2000/03/03, see below. Just use the latest version,
> ftp.isdn4linux.de/pub/isdn4linux/utils/isdn4k-utils.v3.1pre1.tar.gz
> 
> --Kai

This patch was not included in the pre1.tar.gz I downloaded last week.
You may want to check the binary and make certain it's got the later file.
I will check our archives as well.  You will note the rpm.spec file I sent
you was pulling the pre1.tar.gz off your site directly during the build,
(RPM is a studly tool).

Jeff


> 
> 
> Index: iprofd.c
> ===
> RCS file: /i4ldev/isdn4k-utils/iprofd/iprofd.c,v
> retrieving revision 1.7
> retrieving revision 1.8
> diff -u -r1.7 -r1.8
> --- iprofd.c  1999/09/06 08:03:25 1.7
> +++ iprofd.c  2000/03/03 12:45:53 1.8
> @@ -1,4 +1,4 @@
> -/* $Id: iprofd.c,v 1.7 1999/09/06 08:03:25 fritz Exp $
> +/* $Id: iprofd.c,v 1.8 2000/03/03 12:45:53 calle Exp $
>  
>   * Daemon for saving ttyIx-profiles to a file.
>   *
> @@ -22,6 +22,9 @@
>   * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
>   *
>   * $Log: iprofd.c,v $
> + * Revision 1.8  2000/03/03 12:45:53  calle
> + * Make compile with newer versions of kernel drivers.
> + *
>   * Revision 1.7  1999/09/06 08:03:25  fritz
>   * Changed my mail-address.
>   *
> @@ -67,8 +70,12 @@
>  #ifndef ISDN_LMSNLEN
>  #define ISDN_LMSNLEN 0
>  #endif
> +
> +#ifndef ISDN_MODEM_NUMREG
> +#define ISDN_MODEM_NUMREG ISDN_MODEM_ANZREG
> +#endif
>  
> -#define BUFSZ ((ISDN_MODEM_ANZREG+ISDN_MSNLEN+ISDN_LMSNLEN)*ISDN_MAX_CHANNELS)
> +#define BUFSZ ((ISDN_MODEM_NUMREG+ISDN_MSNLEN+ISDN_LMSNLEN)*ISDN_MAX_CHANNELS)
>  
>  void
>  dumpModem(int dummy)
> 
> 
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: Linux 2.2.18pre22

2000-11-20 Thread Tomasz Kłoczko

On Sun, 19 Nov 2000, Alan Cox wrote:
[..]
> 2.2.18pre20
[..]
> o Fix ipv6 procfs bug (Al Viro)

Seems in this place was introduced small bug.
Linking kernel with disabled CONFIG_SYSCTL fails with:

kernel/kernel.o(__ksymtab+0x5f8): undefined reference to `sysctl_jiffies'

Patch with fix included.

kloczek
-- 
---
*Ludzie nie mają problemów, tylko sobie sami je stwarzają*
---
Tomasz Kłoczko, sys adm @zie.pg.gda.pl|*e-mail: [EMAIL PROTECTED]*


--- linux/kernel/sysctl.c.org   Tue Nov 21 08:01:25 2000
+++ linux/kernel/sysctl.c   Tue Nov 21 08:00:33 2000
@@ -1173,6 +1173,13 @@
return -ENOSYS;
 }
 
+int sysctl_jiffies(ctl_table *table, int *name, int nlen,
+   void *oldval, size_t *oldlenp,
+   void *newval, size_t newlen, void **context)
+{
+   return -ENOSYS;
+}
+
 int proc_dostring(ctl_table *table, int write, struct file *filp,
  void *buffer, size_t *lenp)
 {



Re: Linux 2.2.18pre22

2000-11-21 Thread David S. Miller

   Date:Tue, 21 Nov 2000 08:36:59 +0100 (CET)
   From: Tomasz K³oczko <[EMAIL PROTECTED]>

Czesc,

   Seems in this place was introduced small bug.
   Linking kernel with disabled CONFIG_SYSCTL fails with:

   kernel/kernel.o(__ksymtab+0x5f8): undefined reference to `sysctl_jiffies'

   Patch with fix included.

Already fixed in the current 2.2.18pre

Later,
David S. Miller
[EMAIL PROTECTED]
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: Linux 2.2.18pre22

2000-11-22 Thread John Kennedy

On Sun, Nov 19, 2000 at 01:11:33AM +, Alan Cox wrote:
> Anything which isnt a strict bug fix or previously agreed is now 2.2.19
> material.

  I needed to add this to get my kernel to compile.  I was trying to
get pci_resource_start to be defined.  It was only an issue with this
one object file, so this may or may not be the right place.

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
--- ./drivers/scsi/megaraid.c.OLD   Tue Nov 21 07:04:57 2000
+++ ./drivers/scsi/megaraid.c   Tue Nov 21 20:16:08 2000
@@ -248,6 +248,8 @@
 #include 
 #endif
 
+#include 
+
 #include "sd.h"
 #include "scsi.h"
 #include "hosts.h"
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: Linux 2.2.18pre22 (ISDN4K errors)

2000-11-20 Thread Jeff V. Merkey


We were using the attached spec file for 3.1pre1 and the other file for
3.1beta7 (sorry I posted the wrong file, it was about 2 a.m. in the
morning).  When built against 2.2.18-21 with 3.1pre1, I get a whole new
slew of errors.  Neither seems to work.  I have attached the 3.1pre1
spec file which points to the newer version.  I removed the config and
kernel patches from the build since the last patch is for 2.2.14 and
fails to apply to 2.1.8-21.  Here are the results.  

against 2.2.18-pre21 and 2.4.0-10(11)

CAPI_GET_FLAGS undeclared
CAPI_SET_FLAGS undeclared
CAPI_CLR_FLAGS undeclared
CAPI_NCCI_GETUNIT undeclared
CAPI_NCCI_OPENCOUT undeclared.

Jeff

Summary: Bundled Utilities for configuring an using ISDN4Linux
Name: isdn4k-utils
Version: v3.1pre1
Release: 1
Copyright: GPL
Group: Base
Source0: ftp://ftp.franken.de/pub/isdn4linux/v2.0/isdn4k-utils-v3.1pre1.tar.gz
URL: http://www.isdn4linux.de
#Distribution: Unknown
Vendor: The ISDN4Linux Team
Packager: Fritz Elfert <[EMAIL PROTECTED]>
Requires: kernel >= 2.0.36
BuildRoot: /var/tmp/isdn4k-utils-root

%description
isdn4k-utils is a collection of various ISDN related utilities. This
package contains configuration tools for all ISDN adapters, supported
by Linux. Furthermore, several status-monitors are provided as well as
some ISDN-based applications. Namely ipppd, a PPP daemon for synchronous
PPP over ISDN; vbox, an answering-machine and (for use with AVM-B1 only)
capifax, a faxmachine.

%prep
# remove old directory
if [ "X" != "${RPM_BUILD_ROOT}X" ]; then
rm -rf $RPM_BUILD_ROOT
fi
rm -rf $RPM_BUILD_DIR/isdn4k-utils-%{PACKAGE_VERSION}
mkdir $RPM_BUILD_DIR/isdn4k-utils-%{PACKAGE_VERSION}

# unpack main sources
%setup -n isdn4k-utils-%{PACKAGE_VERSION}

%build
cp .config.rpm .config
make RPM_OPT_FLAGS="$RPM_OPT_FLAGS" subconfig
make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/usr/{sbin,bin,man,include}
mkdir -p $RPM_BUILD_ROOT/usr/lib/isdn
mkdir -p $RPM_BUILD_ROOT/etc/isdn
mkdir -p $RPM_BUILD_ROOT/dev
make DESTDIR=$RPM_BUILD_ROOT install
cd $RPM_BUILD_ROOT/etc/isdn
for i in *.new ; do
mv $i `basename $i .new`
done

%clean
if [ "X" != "${RPM_BUILD_ROOT}X" ]; then
rm -rf $RPM_BUILD_ROOT
fi

%files
/dev
/sbin
/usr/bin
/usr/lib/isdn
/usr/lib/libcapi20.a
/usr/include
/usr/X11R6/include/X11/bitmaps
%config /usr/X11R6/lib/X11/app-defaults/*
%dir /etc/isdn
%config /etc/isdn/vboxgetty.conf
%config /etc/isdn/vboxd.conf
%config /etc/isdn/isdn.conf
%doc /usr/man/man1/*
%doc /usr/man/man4/*
%doc /usr/man/man5/*
%doc /usr/man/man7/*
%doc /usr/man/man8/*
%doc /usr/doc/vbox/*
%doc /usr/X11R6/man/man1/*
%doc /usr/doc/faq/isdn4linux/*
%dir /var/spool/vbox
%dir /var/log/vbox