docs for 3Com 3C515-TX NIC?

1999-07-30 Thread Steve Price

Anyone have detailed docs for 3Com's 3C515 NIC?  I found
Guy Helmer's driver, http://www.freebsd.org/~ghelmer/3c515/
but it didn't recognize the card I have.  I was going to
spend some time this weekend to see if I could figure out
what was up.  Just thought it might be easier if I had
a little light reading material that described how the
chip on it was supposed to work. :)

Thanks.

-steve



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



Re: docs for 3Com 3C515-TX NIC?

1999-07-30 Thread Guy Helmer

On Fri, 30 Jul 1999, Steve Price wrote:

 Anyone have detailed docs for 3Com's 3C515 NIC?  I found
 Guy Helmer's driver, http://www.freebsd.org/~ghelmer/3c515/
 but it didn't recognize the card I have.  I was going to
 spend some time this weekend to see if I could figure out
 what was up.  Just thought it might be easier if I had
 a little light reading material that described how the
 chip on it was supposed to work. :)

Have you tried booting with the "-v" flag to see the driver's probe
messages?  Did you configure the card using the configuration "pnp"
commands before the kernel starts booting?  For example,

config pnp 1 0 irq0 9 port0 0x360 enable os

did the trick for me on a 3.2 system.  When I did an install of FreeBSD
3.2 on a machine with a 3C515, I was pleasantly surprised when sysinstall
captured this config command and wrote it to the kernel.conf file for
future boots.

Anyway, the card is mostly the same as the Vortex (if_vx.c driver) but
with some ports changed.  Sorry, I don't happen to have tech docs for the
card.

Good luck,
Guy

Guy Helmer, Ph.D. Candidate, Iowa State University Dept. of Computer Science 
Research Assistant, Ames Laboratory   --- [EMAIL PROTECTED]
Research Assistant, Dept. of Computer Science   ---   [EMAIL PROTECTED]
http://www.cs.iastate.edu/~ghelmer



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



Re: docs for 3Com 3C515-TX NIC?

1999-07-30 Thread Steve Price

On Fri, 30 Jul 1999, Guy Helmer wrote:

# Have you tried booting with the "-v" flag to see the driver's probe
# messages?  Did you configure the card using the configuration "pnp"
# commands before the kernel starts booting?  For example,

I did the former but not the latter.  I'll stick it in a
machine here at home (right after dinner) and give it a
try.

# config pnp 1 0 irq0 9 port0 0x360 enable os
# 
# did the trick for me on a 3.2 system.  When I did an install of FreeBSD
# 3.2 on a machine with a 3C515, I was pleasantly surprised when sysinstall
# captured this config command and wrote it to the kernel.conf file for
# future boots.
# 
# Anyway, the card is mostly the same as the Vortex (if_vx.c driver) but
# with some ports changed.  Sorry, I don't happen to have tech docs for the
# card.

Thanks for the hints.  If I have to change anything to get it
to work I'll send you some diffs.

-steve



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



docs for 3Com 3C515-TX NIC?

1999-07-30 Thread Steve Price
Anyone have detailed docs for 3Com's 3C515 NIC?  I found
Guy Helmer's driver, http://www.freebsd.org/~ghelmer/3c515/
but it didn't recognize the card I have.  I was going to
spend some time this weekend to see if I could figure out
what was up.  Just thought it might be easier if I had
a little light reading material that described how the
chip on it was supposed to work. :)

Thanks.

-steve



To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-hackers in the body of the message



Re: docs for 3Com 3C515-TX NIC?

1999-07-30 Thread Guy Helmer
On Fri, 30 Jul 1999, Steve Price wrote:

 Anyone have detailed docs for 3Com's 3C515 NIC?  I found
 Guy Helmer's driver, http://www.freebsd.org/~ghelmer/3c515/
 but it didn't recognize the card I have.  I was going to
 spend some time this weekend to see if I could figure out
 what was up.  Just thought it might be easier if I had
 a little light reading material that described how the
 chip on it was supposed to work. :)

Have you tried booting with the -v flag to see the driver's probe
messages?  Did you configure the card using the configuration pnp
commands before the kernel starts booting?  For example,

config pnp 1 0 irq0 9 port0 0x360 enable os

did the trick for me on a 3.2 system.  When I did an install of FreeBSD
3.2 on a machine with a 3C515, I was pleasantly surprised when sysinstall
captured this config command and wrote it to the kernel.conf file for
future boots.

Anyway, the card is mostly the same as the Vortex (if_vx.c driver) but
with some ports changed.  Sorry, I don't happen to have tech docs for the
card.

Good luck,
Guy

Guy Helmer, Ph.D. Candidate, Iowa State University Dept. of Computer Science 
Research Assistant, Ames Laboratory   --- ghel...@scl.ameslab.gov
Research Assistant, Dept. of Computer Science   ---   ghel...@cs.iastate.edu
http://www.cs.iastate.edu/~ghelmer



To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-hackers in the body of the message



Re: docs for 3Com 3C515-TX NIC?

1999-07-30 Thread Steve Price
On Fri, 30 Jul 1999, Guy Helmer wrote:

# Have you tried booting with the -v flag to see the driver's probe
# messages?  Did you configure the card using the configuration pnp
# commands before the kernel starts booting?  For example,

I did the former but not the latter.  I'll stick it in a
machine here at home (right after dinner) and give it a
try.

# config pnp 1 0 irq0 9 port0 0x360 enable os
# 
# did the trick for me on a 3.2 system.  When I did an install of FreeBSD
# 3.2 on a machine with a 3C515, I was pleasantly surprised when sysinstall
# captured this config command and wrote it to the kernel.conf file for
# future boots.
# 
# Anyway, the card is mostly the same as the Vortex (if_vx.c driver) but
# with some ports changed.  Sorry, I don't happen to have tech docs for the
# card.

Thanks for the hints.  If I have to change anything to get it
to work I'll send you some diffs.

-steve



To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-hackers in the body of the message