[PATCH] New updated devices.txt - LANANA

2006-12-01 Thread Torben Mathiasen
1 11:04:28.0 +0100 @@ -3,7 +3,7 @@ Maintained by Torben Mathiasen <[EMAIL PROTECTED]> - Last revised: 15 May 2006 + Last revised: 29 November 2006 This list is the Linux Device List, the official registry of allocated dev

[PATCH] devices.txt - LANANA merge

2006-11-29 Thread Torben Mathiasen
.6.19-rc6new/Documentation/devices.txt 2006-11-29 10:43:41.0 +0100 @@ -3,7 +3,7 @@ Maintained by Torben Mathiasen <[EMAIL PROTECTED]> - Last revised: 15 May 2006 + Last revised: 27 October 2006 This list is the Linux Devic

Re: [PATCH] Devices.txt, update with LANANA

2005-02-04 Thread Torben Mathiasen
On Thu, Feb 03 2005, Greg KH wrote: > Hm, this is just wrong. As I recall, LANANA is in charge of the major > numbers, but for the USB major, the USB developers have been assigning > the USB minors. This patch just made the file different from what is > currently present in the kernel. > > Sh

Re: Linux 2.4.1-ac7

2001-02-08 Thread Torben Mathiasen
ack that is buggy. This is on an AMD K7 1200Mhz, 512MB Ram, ATA100. Nothing big was running at the time (xchat, xmms, mozilla, gnome, x, a few xterms). I'll do some more testing tomorrow and provide any further information you might need. -- Torben Mathiasen <[EMAIL PROTECTED]> Li

[PATCH] Acorn SCSI loading

2001-01-30 Thread Torben Mathiasen
Hi, Just noticed the SCSI drivers for the ACORN bus weren't updated to the new initialization. AFAIK these drivers couldn't have been functional without this patch. Patch is against 2.4.1 -- Torben Mathiasen <[EMAIL PROTECTED]> Linux ThunderLAN maintainer http://opens

Re: eepro100 problems in 2.4.0

2001-01-26 Thread Torben Mathiasen
0. It basiclly just does something similar to what happens when we get TX timeouts. Its just a quick hack, as I got tired of the eepro100 driver dumping the tx/rx queues when resuming. Regards, Torben Mathiasen

Re: [PATCH][RFC] Converting drivers/net/rcpci45.c to new PCI API

2000-12-19 Thread Torben Mathiasen
On Tue, Dec 19 2000, Rasmus Andersen wrote: > On Tue, Dec 19, 2000 at 10:05:30PM +0100, Torben Mathiasen wrote: > > > > You should release the irq when the adapter is closed, not removed, > > unless there's some special case that can't be handled if you take >

Re: [PATCH][RFC] Converting drivers/net/rcpci45.c to new PCI API

2000-12-19 Thread Torben Mathiasen
me special case that can't be handled if you take ints during init. And why would you unregister your netdev after releasing resources? -- Torben Mathiasen <[EMAIL PROTECTED]> Linux ThunderLAN maintainer http://tlan.kernel.dk - To unsubscribe from this list: send the line "unsubsc

Re: SCSI modules and kmod

2000-12-07 Thread Torben Mathiasen
ice was actually found. Remember its possible to load the sd driver with no host adapter present. How about just removing the check for scsi_hosts == NULL. If some hostadapter was already loaded, so be it. It won't change anything, besides maybe more devices beeing loaded which shouldn'

Re: SCSI Oops (was test12-pre4)

2000-12-06 Thread Torben Mathiasen
decoded oops is below. Please email me directly for further > information. > Could you find out exactly when this broke? -- Torben Mathiasen <[EMAIL PROTECTED]> Linux ThunderLAN maintainer http://tlan.kernel.dk - To unsubscribe from this list: send the line "unsubscribe linux-k

Re: scsi init problem in 2.4.0-test10?

2000-11-02 Thread Torben Mathiasen
ee that you are > ready to rock and roll. > The first fix I wrote did a TUR, then > 3 tries at a START_STOP, till it worked. > > cheers, > > Elizabeth > [deleted] -- Torben Mathiasen <[EMAIL PROTECTED]> Linux ThunderLAN maint

Re: [PATCH] Fix SCSI proc oops

2000-10-15 Thread Torben Mathiasen
On Sun, Oct 15 2000, David S. Miller wrote: >Date: Sun, 15 Oct 2000 11:19:24 +0200 >From: Torben Mathiasen <[EMAIL PROTECTED]> > >It seems reasonable. We'd been thinking of makeing proc_name part >of the host structure, but no need for that if

Re: [PATCH] Fix SCSI proc oops

2000-10-15 Thread Torben Mathiasen
s reasonable. We'd been thinking of makeing proc_name part of the host structure, but no need for that if we just do the above. -- Torben Mathiasen <[EMAIL PROTECTED]> Linux ThunderLAN maintainer http://tlan.kernel.dk - To unsubscribe from this list: send the line "unsubscribe

Re: Hudge collection of Oops ;-)

2000-10-14 Thread Torben Mathiasen
e reproduceable, please try removing some of your drivers. SCSI had an overhaul lately, so it seem like a good place to start. -- Torben Mathiasen <[EMAIL PROTECTED]> Linux ThunderLAN maintainer http://tlan.kernel.dk - To unsubscribe from this list: send the line "unsubscribe linux-kerne

Re: [PATCH] Fix SCSI proc oops

2000-10-14 Thread Torben Mathiasen
On Sat, Oct 14 2000, David S. Miller wrote: >Date: Sat, 14 Oct 2000 12:12:39 +0200 >From: Torben Mathiasen <[EMAIL PROTECTED]> > >Are there any reason why sym53c8xx and others initialize proc_name >only if an adapter was actually found (or in the sym c

Re: [PATCH] Fix SCSI proc oops

2000-10-14 Thread Torben Mathiasen
On Sat, Oct 14 2000, David S. Miller wrote: >Date: Sat, 14 Oct 2000 11:43:09 +0200 >From: Torben Mathiasen <[EMAIL PROTECTED]> > >David, why is tpnt->proc_name NULL on sparc for devices not >existing? Every driver has this as part of their tpnt struct, s

Re: [PATCH] Fix SCSI proc oops

2000-10-14 Thread Torben Mathiasen
strncmp), leading to an OOPS on non-x86 > during bootup with scsi adapter drivers not in the machine compiled > statically into the kernel. > David, why is tpnt->proc_name NULL on sparc for devices not existing? Every driver has this as part of their tpnt struct, so it doesn&#x

Re: [PATCH] Fix SCSI proc oops

2000-10-12 Thread Torben Mathiasen
On Thu, Oct 12 2000, Linus Torvalds wrote: > > > On Thu, 12 Oct 2000, Torben Mathiasen wrote: > > > > Attached patch should fix the oops's people have been getting > > while using /proc/scsi. > > This patch makes no sense. Why > > if (!presen

[PATCH] Fix SCSI proc oops

2000-10-12 Thread Torben Mathiasen
Linus, Attached patch should fix the oops's people have been getting while using /proc/scsi. Patch is against test10p1. -- Torben Mathiasen <[EMAIL PROTECTED]> Linux ThunderLAN maintainer http://tlan.kernel.dk --- linux-test10p1/drivers/scsi/scsi.c Thu Oct 12 20:18:47 200

Re: Updated Linux 2.4 Status/TODO List (from the ALS show)

2000-10-12 Thread Torben Mathiasen
On Thu, Oct 12 2000, [EMAIL PROTECTED] wrote: > 8. Fix Exists But Isnt Merged > * TLAN nic appears to be adding a timer twice (2.4.0test8pre6, Arjan >ve de Ven) (Fixed, but patch not sent to Linus yet -- Torben > Mathiasen) > * Loading the qlogicfc driver

Re: [PATCH] Link order of drivers outside drivers/scsi

2000-10-09 Thread Torben Mathiasen
ow, but AFAIK i2o does link after scsi in test9. We need however to remove the #ifdef MODULE around "#include scsi_module.c" in i2o_scsi.c and everything should be set. -- Torben Mathiasen <[EMAIL PROTECTED]> Linux ThunderLAN maintainer http://tlan.kernel.dk - To unsubscribe from t

Re: [PATCH] Link order of drivers outside drivers/scsi

2000-10-09 Thread Torben Mathiasen
ifferent majors with no ordering issues > Excellent. But Alan, you wrote earlier that i2o needed to be the last host adapter and _before_ the upper layers. This is what made me start this patch. -- Torben Mathiasen <[EMAIL PROTECTED]> Linux ThunderLAN maintainer http://tlan.kernel.dk

Re: [PATCH] Link order of drivers outside drivers/scsi

2000-10-09 Thread Torben Mathiasen
On Mon, Oct 09 2000, Linus Torvalds wrote: > > > On Mon, 9 Oct 2000, Torben Mathiasen wrote: > > > > My point exactly. The ordering of driver in drivers/scsi is done now, > > but I don't see a clean way of doing I2O without moving upperlayers > > i

Re: [PATCH] Link order of drivers outside drivers/scsi

2000-10-09 Thread Torben Mathiasen
e before aha1542, it's wrong as it stands > now. Any other gotchas that were caught in 2.2.x? > Okay. I'll wait a few hours for additional host adapter information, and then send a patch with the i2o stuff included. -- Torben Mathiasen <[EMAIL PROTECTED]> Linux ThunderLAN ma

Re: [PATCH] Link order of drivers outside drivers/scsi

2000-10-09 Thread Torben Mathiasen
> My point exactly. The ordering of driver in drivers/scsi is done now, > > but I don't see a clean way of doing I2O without moving upperlayers > > into a seperate dir. > > Link scsi as a whole before i2o ? > Yes, that can be done pretty easy, but Then I2O will link core -

Re: [PATCH] Link order of drivers outside drivers/scsi

2000-10-09 Thread Torben Mathiasen
driver in drivers/scsi is done now, but I don't see a clean way of doing I2O without moving upperlayers into a seperate dir. -- Torben Mathiasen <[EMAIL PROTECTED]> Linux ThunderLAN maintainer http://tlan.kernel.dk - To unsubscribe from this list: send the line "unsubscribe linux

Re: [PATCH] Link order of drivers outside drivers/scsi

2000-10-08 Thread Torben Mathiasen
On Sun, Oct 08 2000, Linus Torvalds wrote: > > > On Thu, 5 Oct 2000, Torben Mathiasen wrote: > > > > This patch is a resend of my other link fix patch that didn't get > > in test9-pre9. I assume this is because of some other changes > > to upper layer scs

Re: [PATCH] 2nd go for scsi upper layers + I2O

2000-10-06 Thread Torben Mathiasen
On Fri, Oct 06 2000, Douglas Gilbert wrote: > Torben Mathiasen wrote: > > > Ok this patch should be diffed correctly. Same things apply: > > > > apply patch > > copy sd.c st.c sg.c sr.c sr_ioctl.c sr_vendor.c from > > drivers/scsi

[PATCH] 2nd go for scsi upper layers + I2O

2000-10-06 Thread Torben Mathiasen
. -- Torben Mathiasen <[EMAIL PROTECTED]> Linux ThunderLAN maintainer http://tlan.kernel.dk diff -urN linux-test9/Makefile linux/Makefile --- linux-test9/MakefileThu Oct 5 22:21:00 2000 +++ linux/Makefile Thu Oct 5 22:24:11 2000 @@ -144,7 +144,13 @@ DRIVERS-$(CONFIG_

Re: Majordomo Problems?

2000-10-05 Thread Torben Mathiasen
I have the same problems, thought it was because my resubscription went wrong. -- Torben Mathiasen <[EMAIL PROTECTED]> Linux ThunderLAN maintainer http://tlan.kernel.dk - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PRO

Re: [PATCH] tlan timer fix on tytso's list.

2000-10-05 Thread Torben Mathiasen
> * does TLan_EisaProbe work? It looks like request_region may be called > twice for the same I/O region, once in TLan_EisaProbe, and once in > TLan_Init (via TLan_probe1). Yes it works. Check the code again: if (!priv->is_eisa) Jeff I'll make the other changes you suggest

Re: [PATCH] Link order of drivers outside drivers/scsi

2000-10-05 Thread Torben Mathiasen
orst part of the patch. you revert some of doug > gilbert's correct changes, which went in after test9-pre9. This is > way wrong, so maybe it's a version/diff problem? > My fault. It seems I've had and old sg.c in my tree. Sorry should have double checked. -- Torben Mathi

Re: [PATCH] tlan timer fix on tytso's list.

2000-10-05 Thread Torben Mathiasen
> +static struct net_device *TLan_Eisa_Devices = NULL; > > > > +static int tlan_have_pci = 0; > +static int tlan_have_eisa = 0; > True. I'll submit a new patch ASAP. Thanks for noticing Tigran. -- Torben Mathiasen <[EMAIL PROTECTED]> Linux ThunderLAN

[PATCH] Link order of drivers outside drivers/scsi

2000-10-05 Thread Torben Mathiasen
drivers/scsi to link corretly they need the same changes as I2O: convert to initcalls move them in top makefile. I just need to identify which drivers needs this. -- Torben Mathiasen <[EMAIL PROTECTED]> Linux ThunderLAN maintainer http://tlan.kernel.dk diff -urN

[PATCH] tlan timer fix on tytso's list.

2000-10-05 Thread Torben Mathiasen
test9. -- Torben Mathiasen <[EMAIL PROTECTED]> Linux ThunderLAN maintainer http://tlan.kernel.dk diff -ur --exclude-from=/root/dontdiff linux-test9/drivers/net/tlan.c linux/drivers/net/tlan.c --- linux-test9/drivers/net/tlan.c Tue Oct 3 23:39:57 2000 +++ linux/drivers/net/tlan.cWed Oct

Re: aic7xxx problem with 2.4.0-test8

2000-10-01 Thread Torben Mathiasen
actually _use_ the > scanner. > > What was the problem, then ? > The scsi routines had an overhaul that wasn't completely fixed in test8. -- Torben Mathiasen <[EMAIL PROTECTED]> Linux ThunderLAN maintainer http://tlan.kernel.dk - To unsubscribe from this list: send the line

For Alan, i2o updates.

2000-10-01 Thread Torben Mathiasen
Sorry for the disturbance folks, but my mailer currently has something against Alan. Alan, This is the i2o patch I'm going to put into the bigger "move-scsi things-around" patch. This is just for you to verify. -- Torben Mathiasen <[EMAIL PROTECTED]> Linux Thunde

Re: aic7xxx problem with 2.4.0-test8

2000-10-01 Thread Torben Mathiasen
input is accepted. > > Any hints? > Could you give test9-pre7 a try? -- Torben Mathiasen <[EMAIL PROTECTED]> Linux ThunderLAN maintainer http://tlan.kernel.dk - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL

Re: SA_INTERRUPT

2000-10-01 Thread Torben Mathiasen
On Sun, Oct 01 2000, Torben Mathiasen wrote: > On Sat, Sep 30 2000, Sandy Harris wrote: > > Don Becker has some text at: > > > > http://www.scyld.com/expert/irq-conflict.html > > > > which includes a section: > > > > > Why SA_INTERRUPT in the SCS

Re: SA_INTERRUPT

2000-10-01 Thread Torben Mathiasen
ernel source, which happened to be > 2.2.16, and found 113 uses of SA_INTEERUPT, 64 in drivers/scsi/*.c and the rest >spread > around. > > Do we have a problem? Should it be fixed as part of the cleanup before 2.4.0? No. SA_INTERRUPT is a must today. Its much better to just d

Re: [PATCH] link-order of drivers outside drivers/scsi (i2o)

2000-09-28 Thread Torben Mathiasen
i2o just needs to start with core > and pci. > Good. I'm on it.. -- Torben Mathiasen <[EMAIL PROTECTED]> Linux ThunderLAN maintainer http://tlan.kernel.dk - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL P

[PATCH] link-order of drivers outside drivers/scsi (i2o)

2000-09-28 Thread Torben Mathiasen
, sg, sd. Have a nice day. -- Torben Mathiasen <[EMAIL PROTECTED]> Linux ThunderLAN maintainer http://tlan.kernel.dk - 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: [PATCH] Re: SCSI scanning

2000-09-21 Thread Torben Mathiasen
e multis. Yeah I've been thinking of doing this, but was afraid to srew it up. Give it a try, and lets see what Linus thinks. BTW, while you are at it, could you rename sg.o to sg_mod.o. It would look better... -- Torben Mathiasen <[EMAIL PROTECTED]> Linux ThunderLAN maintainer

Re: [PATCH] Re: SCSI scanning

2000-09-21 Thread Torben Mathiasen
On Thu, Sep 21 2000, Michael Elizabeth Chastain wrote: > Torben Mathiasen wrote: > > > I can't seem to find a clean way of getting the drivers outside > > "drivers/scsi" to link _after_ the other low-level drivers. > > Can you characterize the problem in

Re: [2.4.0-test9-pre5] SCSI still broken, trident/mixer still broken

2000-09-21 Thread Torben Mathiasen
On Thu, Sep 21 2000, Douglas Gilbert wrote: > Torben Mathiasen wrote: > > > > Ok, small patch cooked up. Not tested, not compiled. Give > > it a try, and if it works please send it off to Linus. > > I really need to get some work done on a project... > > Here

Re: [2.4.0-test9-pre5] SCSI still broken, trident/mixer still broken

2000-09-21 Thread Torben Mathiasen
Ok, small patch cooked up. Not tested, not compiled. Give it a try, and if it works please send it off to Linus. I really need to get some work done on a project... -- Torben Mathiasen <[EMAIL PROTECTED]> Linux ThunderLAN maintainer http://tlan.kernel.dk diff -ur --exclude-from=/root/

Re: [2.4.0-test9-pre5] SCSI still broken, trident/mixer still broken

2000-09-21 Thread Torben Mathiasen
anges to the scsi midlayer requires all upper layers to use the module_init/exit functions. We do _not_ explicitly call the layers init funtions anymore. Adding the module stuff will probaly fix most problems (asuming module and builtin do not differ). The link order should make sure everything gets cal

Re: [2.4.0-test9-pre5] SCSI still broken, trident/mixer still broken

2000-09-21 Thread Torben Mathiasen
On Thu, Sep 21 2000, Douglas Gilbert wrote: [deleted] > It is not clear to me what "hacking" sg requires as > Torben Mathiasen suggested in his response. This seems > like a mid level problem. I'll check with my scsi > scanner this evening. > Well first of all the

Re: [2.4.0-test9-pre5] SCSI still broken, trident/mixer still broken

2000-09-21 Thread Torben Mathiasen
cdda tray > I suspect this to only be a minor issue. sg needs the same overhauls as the other layers. Unfortunately I won't be doing much hacking today, so if someone else could take a look. Otherwise I'll take a look, sometime tonight. Does it work when using modules? -- Torben Mat

[PATCH] Scsi scanning fixes

2000-09-20 Thread Torben Mathiasen
scsi_syms separately in order not to get unresolved symbols with modules. Also, those of you that have special needs with regards to host order initialization, please let us know. Please specify which driver runs what controller. Thanks -- Torben Mathiasen <[EMAIL PROTECTED]> Linux Thund

Re: [PATCH] Re: SCSI scanning

2000-09-19 Thread Torben Mathiasen
er scsi drivers (i2o, etc.) around I think we should back off and do it nice and slow for 2.5. In this case we could revert to the point where sd/st/sr are modulized, and saving the core system for 2.5. This is just IMHO, let me know what you think. -- Torben Mathiasen <[EMAIL PROTECTED]> Li

Re: 2.4.0-test9-pre3 boots, 2.4.0-test9-pre4 doesn't (SCSI)

2000-09-19 Thread Torben Mathiasen
me here. However, reverting the 1-line change in > linux/drivers/scsi/Makefile makes things work again. > I'm doing a patch to fix the link order of scsi. This will hopefully fix most problems. Stay tuned... -- Torben Mathiasen <[EMAIL PROTECTED]> Linux ThunderLAN maintainer http

Re: [PATCH] Re: SCSI scanning

2000-09-19 Thread Torben Mathiasen
iver run last afte the low level and before > the high level drivers despite being in drivers/i2o. There are some other > drivers which arent in drivers/scsi too > Did anyone start to cook up a patch for this? Otherwise I'll take look tonight. (which is now, BTW.) -- Tor

Re: test9-pre4 bugs

2000-09-19 Thread Torben Mathiasen
used the module part of dma pool allocation. I'll take a look at it. -- Torben Mathiasen <[EMAIL PROTECTED]> Linux ThunderLAN maintainer http://tlan.kernel.dk - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EM

Re: [PATCH] Re: SCSI scanning

2000-09-18 Thread Torben Mathiasen
This will probaly fix a bunch of scsi problems in tytso's list at linux24.sourceforge.net. Could people please verify this and send him a note. Thanks. -- Torben Mathiasen <[EMAIL PROTECTED]> Linux ThunderLAN maintainer http://tlan.kernel.dk - To unsubscribe from this list: se

Re: [PATCH] Re: SCSI scanning

2000-09-18 Thread Torben Mathiasen
On Mon, Sep 18 2000, Torben Mathiasen wrote: > It just hit me when I touched the send button (yeah right!). I'm basicly > compiling the same kernel right now. > Glad we got that in place, otherwise it would have been a long wasted night 8). > And just to follow up on my own

Re: [PATCH] Re: SCSI scanning

2000-09-18 Thread Torben Mathiasen
egrate > all the 2.2.x stuff that Alan sent me yesterday first ;) > Excellent, people are starting to cry... -- Torben Mathiasen <[EMAIL PROTECTED]> Linux ThunderLAN maintainer http://tlan.kernel.dk - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

Re: [PATCH] Re: SCSI scanning

2000-09-18 Thread Torben Mathiasen
leasent side effect of removing ifdef MODULE. But now it seems Linus has done it without this. I think this is okay, as it gives us a _nice_ working scsi layer back, on which we can build our cleanup. -- Torben Mathiasen <[EMAIL PROTECTED]> Linux ThunderLAN maintainer http://tlan.kernel.dk - T

Re: [PATCH] Re: SCSI scanning

2000-09-18 Thread Torben Mathiasen
i is compiled into the kernel with one or more host adapters? We have to initialize those right away. Please explain what you did with all the host initialization (spin-up, etc.) in scsi_dev_init. You could also just send me a diff, and I'll take a look. -- Torben Mathiasen <[EM

Re: [PATCH] Re: SCSI scanning

2000-09-18 Thread Torben Mathiasen
e initialization routines in scsi.c, exactly because of the issues you mention (init builtin host adapters when scsi is also builtin) Let me know if you have any hints as what should be looked at while we are at it. I'll send you a patch soon for your comments. -- Torben Mathiasen <[EMAIL

Re: [PATCH] Re: SCSI scanning]

2000-09-18 Thread Torben Mathiasen
ly make some code a duplicate and therefore needs to be removed which I consider a good ting. -- Regards, Torben Mathiasen - 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/

[PATCH] Re: SCSI scanning

2000-09-17 Thread Torben Mathiasen
On Sun, Sep 17 2000, Jan Niehusmann wrote: > On Sun, Sep 17, 2000 at 09:59:30AM -0700, Linus Torvalds wrote: > > On Sun, 17 Sep 2000, Torben Mathiasen wrote: > > > > > > The proper way of fixing this is to add #ifdef MODULE around the init > > > functio

Re: test9-pre1 hang when loading scsi-ide cdrom

2000-09-17 Thread Torben Mathiasen
s to fail. > When did this start to happen? I sustect this is something similar to what has been happening with sd because of the module_init/exit stuff. Some people are seeing lockups because of the sd changes, going back to init_module cures it. The problems is within the scsi subsystem

Re: Ethernet Driver for Built in Network Card

2000-09-17 Thread Torben Mathiasen
ve added this card in 2.2.18. If you use a 2.4.0 kernel, you can do the patch yourself by just looking at the 2.2 eepro100 driver. You only need to add the PCI ID's. -- Torben Mathiasen <[EMAIL PROTECTED]> Linux ThunderLAN maintainer http://tlan.kernel.dk - To unsubscribe from this li

Re: undefined reference to `scsi_register_module'

2000-09-17 Thread Torben Mathiasen
csidrv.o(.text+0x733e): undefined reference to > `scsi_unregister_module' > drivers/scsi/scsidrv.o: In function `init_sr': > drivers/scsi/scsidrv.o(.text.init+0x385a): undefined reference to > `scsi_register_module' > make: *** [vmlinux] Error 1 > Compile error fixed in

Re: SCSI scanning

2000-09-16 Thread Torben Mathiasen
ess the scsi subsystem is in need of an overhaul for 2.5. Patches have already been sent to you for sd (me) and sr (Jens Axboe). -- Torben Mathiasen <[EMAIL PROTECTED]> Linux ThunderLAN maintainer http://tlan.kernel.dk - To unsubscribe from this list: send the line "unsubscribe linux-k

Re: 2.4.0 SCSI doesn't compile without modules

2000-09-13 Thread Torben Mathiasen
; Probaly, I prefer to revert to good old init/cleanup_module. Forcing the new module_init with older non compatible drivers seems wrong. I'll look into what needs to be done to get it clean. The patch attached goes back to the old interface, please verify its success. I'll then send i

Re: 2.4.0 SCSI doesn't compile without modules

2000-09-13 Thread Torben Mathiasen
(.text+0x1efa): undefined reference to > 'scsi_register_module' > drivers/scsi/scsidrv.o: In function 'exit_sd': > drivers/scsi/scsidrv.o(.text+0x1f12): undefined reference to > 'scsi_unregister_module' > > I have attached the .config file with w

Re: SCSI scan problem in 2.4test8

2000-09-13 Thread Torben Mathiasen
on: 03 > Could you try out this patch. The module_init/exit stuff in sd.c has given some people a real headache. -- Torben Mathiasen <[EMAIL PROTECTED]> Linux ThunderLAN maintainer http://tlan.kernel.dk diff -ur --exclude-from=/root/torben linux-2.4.0-test8/drivers/scsi/sd.c linux/dr

Re: Update Linux 2.4 Status/TODO list

2000-09-13 Thread Torben Mathiasen
e already sent Linus a patch, but I still need to verify this with Paul Hubbard. -- Torben Mathiasen <[EMAIL PROTECTED]> Linux ThunderLAN maintainer http://tlan.kernel.dk - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL

Re: Update Linux 2.4 Status/TODO list

2000-09-13 Thread Torben Mathiasen
On Wed, Sep 13 2000, [EMAIL PROTECTED] wrote: > * TLAN nic appears to be adding a timer twice (2.4.0test8pre6, Arjan >ve de Ven) This has been fixed, just not sent off to Linus yet. -- Torben Mathiasen <[EMAIL PROTECTED]> Linux ThunderLAN maintainer http://tlan.ke

Re: Scsi disks duplicated

2000-09-09 Thread Torben Mathiasen
channel 0, id 3, lun 0 > [...] > Detected scsi disk sdd at scsi0, channel 0, id 4, lun 0 > > I think this is caused by the addition of module_init(init_sd); > at the end of drivers/scsi/sd.c. > This seems to some kind of scsi weirdness. Jens reports its the same with sr. Maybe E

Re: [PATCH] af_netrom.c: do resource release on failure

2000-09-08 Thread Torben Mathiasen
On Fri, Sep 08 2000, Marcelo Tosatti wrote: > > On Fri, 8 Sep 2000, Torben Mathiasen wrote: > > > On Fri, Sep 08 2000, Arnaldo Carvalho de Melo wrote: > > > Hi, > > > > > > Please take a look and consider applying. Some of it are small cleanups, if &

Re: [PATCH] af_netrom.c: do resource release on failure

2000-09-08 Thread Torben Mathiasen
d fixing, but I think its better to keep > the patches smaller and incremental, what do you think? > How about converting the cli() code to spin_locks while we are at it? -- Torben Mathiasen <[EMAIL PROTECTED]> Linux ThunderLAN maintainer http://tlan.kernel.dk - To unsubscribe from this l

[PATCH] sd.c Resource allocation fixes + cleanups

2000-09-07 Thread Torben Mathiasen
test7-pre7 that didn't get in. Please let me know if something is missing from this one, or if Analdo is currently working on this. Patch is against test8-pre6 -- Torben Mathiasen <[EMAIL PROTECTED]> Linux ThunderLAN maintainer http://tlan.kernel.dk diff -ur --exclude-from=/root/t

[PATCH]: TLAN EISA support + PCI fixes

2000-08-31 Thread Torben Mathiasen
MP, revision, etc.). Have fun. -- Torben Mathiasen Linux ThunderLAN maintainer http://tlan.kernel.dk diff -ur linux-2.4.0-test7/drivers/net/tlan.c linux/drivers/net/tlan.c --- linux-2.4.0-test7/drivers/net/tlan.cThu Aug 31 13:48:07 2000 +++ linux/drivers/net/tlan.cThu Aug 31