[PATCH] New updated devices.txt - LANANA

2006-12-01 Thread Torben Mathiasen
: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 device n

[PATCH] New updated devices.txt - LANANA

2006-12-01 Thread Torben Mathiasen
: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 device numbers

[PATCH] devices.txt - LANANA merge

2006-11-29 Thread Torben Mathiasen
-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

[PATCH] devices.txt - LANANA merge

2006-11-29 Thread Torben Mathiasen
-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 Device List

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. > >

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

2005-02-04 Thread Torben Mathiasen
On Thu, Feb 03 2005, Greg KH wrote: snip 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.

Re: Linux 2.4.1-ac7

2001-02-08 Thread Torben Mathiasen
s 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]> Linux ThunderLAN

Re: Linux 2.4.1-ac7

2001-02-08 Thread Torben Mathiasen
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] Linux ThunderLAN maintainer http://opensource.compaq.com - To unsubscribe from this list: send

[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://opensource.comp

[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://opensource.compaq.com

Re: eepro100 problems in 2.4.0

2001-01-26 Thread Torben Mathiasen
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: eepro100 problems in 2.4.0

2001-01-26 Thread Torben Mathiasen
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 > > ints

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

2000-12-19 Thread Torben Mathiasen
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 "unsubscribe linux-kern

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

2000-12-19 Thread Torben Mathiasen
netdev after releasing resources? -- 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][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 ints during init. You seem to be right

Re: SCSI modules and kmod

2000-12-07 Thread Torben Mathiasen
as 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't hurt anyone.

Re: SCSI modules and kmod

2000-12-07 Thread Torben Mathiasen
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't hurt anyone. Small patch attached (against t12p7). Not tested, not even compiled. -- Tor

Re: SCSI Oops (was test12-pre4)

2000-12-06 Thread Torben Mathiasen
ed 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-kernel

Re: SCSI Oops (was test12-pre4)

2000-12-06 Thread Torben Mathiasen
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-kernel" in the body of a message to [EMAIL PROTECTED] Please read the F

Re: scsi init problem in 2.4.0-test10?

2000-11-02 Thread Torben Mathiasen
rantee 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: scsi init problem in 2.4.0-test10?

2000-11-02 Thread Torben Mathiasen
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 maintainer http://tlan.kernel.dk - To unsubscribe from this list

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 we j

Re: [PATCH] Fix SCSI proc oops

2000-10-15 Thread Torben Mathiasen
een 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 linux-kernel" in the body

Re: [PATCH] Fix SCSI proc oops

2000-10-15 Thread Torben Mathiasen
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 linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

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 we just do the above. Either fix

Re: Hudge collection of Oops ;-)

2000-10-14 Thread Torben Mathiasen
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-kernel&quo

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
ing 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't matter if the

Re: [PATCH] Fix SCSI proc oops

2000-10-14 Thread Torben Mathiasen
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't matter if the underlying device really exists. -- Torben Mathiasen [EMAIL PROTECTED] Linux ThunderLAN

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 case, if a pcibus was found

Re: Hudge collection of Oops ;-)

2000-10-14 Thread Torben Mathiasen
. 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-kernel" in the body of a message to [EMAIL PROTECTED] Please re

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 (!present) &g

[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 2000 +++

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: 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 in 2.4.0-test8 causes

[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 2000 +++ linux

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 (!present) when that is obviously the wrong way around. We

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

2000-10-09 Thread Torben Mathiasen
ut 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 this l

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

2000-10-09 Thread Torben Mathiasen
ent 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 > > in

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

2000-10-09 Thread Torben Mathiasen
ore 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 maintainer http:

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

2000-10-09 Thread Torben Mathiasen
t; > 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 - host

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

2000-10-09 Thread Torben Mathiasen
ivers/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-kernel" in

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

2000-10-09 Thread Torben Mathiasen
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-kernel" in the body of a message to [EMAIL PROTECTED] Please read the F

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

2000-10-09 Thread Torben Mathiasen
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 - hosts - upper - I2O and I'm not sure this is okay. -- Torben Mathiasen [EMAIL PROTECTED

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

2000-10-09 Thread Torben Mathiasen
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 maintainer http://tlan.kernel.dk - To unsubscribe from this list: send the line

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 into a seperate dir. Why? I was referring to Alan's

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

2000-10-09 Thread Torben Mathiasen
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 - To unsubscribe from this list: send the line

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

2000-10-09 Thread Torben Mathiasen
ule.c" in i2o_scsi.c and everything should be set. -- 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 a

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 s

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 scsi drivers. No, I just felt it was too big

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 > >

[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_

[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_ARCNET

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 to drivers/scsi/upper The EXPORT_SYMBOL has been

Re: Majordomo Problems?

2000-10-05 Thread Torben Mathiasen
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 PROTECTED] Please

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

2000-10-05 Thread Torben Mathiasen
saProbe 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 suggested. -- Torben Mathiasen <

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

2000-10-05 Thread Torben Mathiasen
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 Mathiasen <[EMAIL PROTECTED

[PATCH] Link order of drivers outside drivers/scsi

2000-10-05 Thread Torben Mathiasen
si 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 linux-test

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

2000-10-05 Thread Torben Mathiasen
. -- 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 4 21

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

2000-10-05 Thread Torben Mathiasen
. -- 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 4 21:33:06

[PATCH] Link order of drivers outside drivers/scsi

2000-10-05 Thread Torben Mathiasen
si 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 linux-test9/Make

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

2000-10-05 Thread Torben Mathiasen
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 Mathiasen [EMAIL PROTECTED] Linux ThunderLAN maintainer http

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

2000-10-05 Thread Torben Mathiasen
? 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 suggested. -- Torben Mathiasen [EMAIL PROTECTED] Linux ThunderLAN

Re: Majordomo Problems?

2000-10-05 Thread Torben Mathiasen
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 PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

Re: aic7xxx problem with 2.4.0-test8

2000-10-02 Thread Torben Mathiasen
_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 "unsubscri

Re: aic7xxx problem with 2.4.0-test8

2000-10-02 Thread Torben Mathiasen
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 "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED]

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 ThunderLAN

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
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 SCSI drivers is a Bad Thing ... it could potentially have

Re: aic7xxx problem with 2.4.0-test8

2000-10-01 Thread Torben Mathiasen
? 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 PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

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 ThunderLAN mainta

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 PROTEC

[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/

[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 more

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
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 called i

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 sg d

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

2000-09-21 Thread Torben Mathiasen
a/form2 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 Mathiasen <

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

2000-09-21 Thread Torben Mathiasen
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 Mathiasen [EMAIL PROTECTED] Linux ThunderLAN maintainer

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 sg driver needs to

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

2000-09-21 Thread Torben Mathiasen
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 called in order. -- Torben

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/torben

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 is a very similar patch that has been tested

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 more detail for me? That is, exactly

Re: [PATCH] Re: SCSI scanning

2000-09-21 Thread Torben Mathiasen
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 http://tlan.kernel.dk - To unsubscribe from this list: send the line "unsubscribe linux-kernel&

[PATCH] Scsi scanning fixes

2000-09-20 Thread Torben Mathiasen
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 ThunderLAN main

[PATCH] Scsi scanning fixes

2000-09-20 Thread Torben Mathiasen
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 ThunderLAN maintainer

Re: [PATCH] Re: SCSI scanning

2000-09-19 Thread Torben Mathiasen
ivers (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]> Linux Thunde

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

2000-09-19 Thread Torben Mathiasen
re. 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://tlan.ke

Re: [PATCH] Re: SCSI scanning

2000-09-19 Thread Torben Mathiasen
i driver 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.) -- Torben M

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 [EMAIL P

Re: test9-pre4 bugs

2000-09-19 Thread Torben Mathiasen
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 [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH] Re: SCSI scanning

2000-09-19 Thread Torben Mathiasen
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.) -- Torben Mathiasen [EMAIL PROTECTED] Linux ThunderLAN maintainer http

  1   2   >