Re: [2.6 patch] the scheduled eepro100 removal

2007-03-29 Thread Roberto Nibali
uot;IPMI card sharing the 100Mbit/s NIC" onboard? What exactly is shared? Best regards, Roberto Nibali, ratz -- echo '[q]sa[ln0=aln256%Pln256/snlbx]sb3135071790101768542287578439snlbxq' | dc - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in th

Re: [PATCH] MPT FUSION: Delete unused header files.

2007-03-12 Thread Roberto Nibali
si} somehow inserted into the process of the headers_install target? Best regards, Roberto Nibali, ratz -- echo '[q]sa[ln0=aln256%Pln256/snlbx]sb3135071790101768542287578439snlbxq' | dc - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the bo

Re: Fix for Donald Becker's DP83815 network driver (v1.07)

2001-04-20 Thread Roberto Nibali
Jeff Garzik wrote: > > Roberto Nibali wrote: > > > > > This was a special case, which btw had nothing to do with the starfire > > > driver itself. The user needed to support more than 8 eth ports, which > > > 2.2 complains about, and more than 16 eth port

Re: Fix for Donald Becker's DP83815 network driver (v1.07)

2001-04-20 Thread Roberto Nibali
e a trivial way to get more then 4 NIC's of the same manufacturer running in one box. I also start believing that this is a motherboard problem since when I put in more the 4 3Com cards, the boot freezes after the SCSI BIOS init and before the lilo. Does anybody have the same problem? Roberto

Re: Fix for Donald Becker's DP83815 network driver (v1.07)

2001-04-20 Thread Roberto Nibali
ly to avoid probing for ISA cards, which is completely irrelevant > when using PCI cards. As for the 4 quadboards limit, see above -- all you > need to change is MAX_ETH_CARDS. Will certainly do that. And thank you again for this information. Best regards, Roberto Nibali, ratz -- mailto:

Re: Fix for Donald Becker's DP83815 network driver (v1.07)

2001-04-20 Thread Roberto Nibali
2.4.x soon I think :) > Like I said, try the modules approach. If that doesn't work, I'll take a > closer look (and maybe borrow a few quads from work so I can actually test > the code...) Your driver works now and for me now need to mark it experimental. It also works s

Re: Fix for Donald Becker's DP83815 network driver (v1.07)

2001-04-19 Thread Roberto Nibali
static int __initdata probed = 0; if (probed) return -ENODEV; probed++; return pci_module_init(&starfire_driver); } Any pointers, sources are welcome and in hope for some further wisdom, Roberto Nibali, ratz -- mailto: `echo [EMAIL PROTECTED] | s

Re: Fix for Donald Becker's DP83815 network driver (v1.07)

2001-04-19 Thread Roberto Nibali
P disabled. Unfortunately a guy back here destroyed the board by trying to hotplug the Quadboard and touching the motherboard's voltage regulator. I have to get a new one to continue my tests with 3 or 4 Quadboards. Will be back in a few hours with the remaining results. Best regards, Robert

Re: Fix for Donald Becker's DP83815 network driver (v1.07)

2001-04-17 Thread Roberto Nibali
iver specifically but more of the limitation of Space.c. I haven't yet found a clean way around it. I always get "early initialization of device eth14 is deferred" messages. Regards, Roberto Nibali, ratz -- mailto: `echo [EMAIL PROTECTED] | sed 's/[NOSPAM]//g'` - To unsubscr

Re: Fix for Donald Becker's DP83815 network driver (v1.07)

2001-04-17 Thread Roberto Nibali
return -ENODEV; + done = 1; printk(KERN_INFO "%s" KERN_INFO "%s", version1, version2); return 0; } Is there no implication with PCI latencies if multiple such cards are loaded? I'm still having problems initializing more then 4 Quadboards. Regards, Robe