Re: Further on P4R800-VM and 3c59x

Andrej Prsa <[email protected]> Thu, 8 Jan 2004 00:09:29 +0100
Newsgroups gmane.linux.drivers.vortex.devel
Organization Faculty of Mathematics and Physics
Message-ID <[email protected]>
Hi Donald!

> >  However,
> > even after setting debug=31, I'm still getting nothing more than what
> > I already posted. Any clue why? Could you perhaps suggest any action
> > that should definitely produce some output to the log?
> 
> The system logger is likely throwing away the messages.
> In /etc/syslog.conf add the line
> kern.*						-/var/log/debug

I had the line "kern.*     -/var/log/kernel.log" before. I changed it now
and indeed there is slight improvement; when ifconfig'ing the card, I get:

eth0: Initial media type Autonegotiate half-duplex.
eth0: MII #1 status 786d, link partner capability 41e1, setting
full-duplex.
eth0: vortex_open() irq 3 media status 8080.

(Before I only got the 2nd line). Card initialization (prior to using the
driver) remains the same, naturally.

> > While I was looking through the source, I noticed there were two
> > entries for 3c920 card, on lines 321 and 323. Is that normal?
> 
> Which source code version?

3c59x.c:v0.99Za 4/17/2003 Donald Becker, [email protected]
  (taken from the source directly)

> You may be seeing a wildcard match line, or a line that identifies a
> specific card release by the subsystem ID and recognizes other cards
> with that primary ID with the next line.

Lines 321 through 324:

	{"3c920 Tornado",{ 0x920110B7, 0xffffffff },
	 PCI_IOTYPE, CYCLONE_SIZE, FEATURE_TORNADO, },
	{"3c920 series Tornado",{ 0x920010B7, 0xfff0ffff },
	 PCI_IOTYPE, CYCLONE_SIZE, FEATURE_TORNADO, },

It's supposedly the same card, right? With different 0xfff_ffff?

Thanks for your help and best wishes,

Andrej
_______________________________________________
vortex mailing list
[email protected]
http://www.scyld.com/mailman/listinfo/vortex