Re: CardBus Support (was: support for 3Com 3C575 network controller?)

1999-02-21 Thread Nathan Dorfman
On Sat, Feb 20, 1999 at 08:02:17PM +, Lyndon Nerenberg wrote:
 I've been trying to get some progamming doc out of TI for 
 the PCI1200 PCI/Cardbus bridge (used in the Dell Inspiron 
 7000), however they cannot seem to understand that I'm not 
 asking for a pre-written device driver :-(
 
 Does anyone out there have doc for the PCI1200 (and 
 preferably the entire PCI12xx family) they could send me? 
 Or have a knowledgable contact inside TI that could send 
 same to me?

While CardBus isn't supported, this controller (in my Fujitsu Lifebook 280dx)
works with PAO because the PCI-CardBus bridge supposedly uses some kind
of Intel-compatible mode. I've been unable to get it to work under stock
pccard without PAO (look at my post to -hackers yesterday), but it worked
with PAO without a hitch.

 --lyndon

-- 
Nathan Dorfman nat...@rtfm.net The statements and opinions in my
Unix Admin @ Frontline Communicationsusenet posts are mine, not FCC's.
The light at the end of the tunnel is the headlight of an approaching
train. --/usr/games/fortune


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



Re: CardBus Support (was: support for 3Com 3C575 network controller?)

1999-02-21 Thread Lyndon Nerenberg

 There are PDF and zipped PostScript data sheets for these
 parts on TI's web page:
 
 http://www.ti.com/sc/docs/folders/analog/pci1211.html

Ya, I found those by doing a search inside the TI site. The
problem is the data sheets those URLs point to only 
describe the hardware side of things. There's nothing there
describing how to deal with the chips in software.

--lyndon


pgptTMuiD0TJK.pgp
Description: PGP signature


Re: CardBus Support (was: support for 3Com 3C575 network controller?)

1999-02-21 Thread Lyndon Nerenberg

 While CardBus isn't supported, this controller (in my Fujitsu Lifebook 280dx)
 works with PAO because the PCI-CardBus bridge supposedly uses some kind
 of Intel-compatible mode. I've been unable to get it to work under stock
 pccard without PAO (look at my post to -hackers yesterday), but it worked
 with PAO without a hitch.

I looked at PAO, but it doesn't appear to support the 3.X 
branch, which I'm running. If there's a PAO for 3.X, please
let me know where it is (!).

--lyndon


pgpmCSF1Mm2La.pgp
Description: PGP signature


Re: CardBus Support (was: support for 3Com 3C575 network controller?)

1999-02-21 Thread Nathan Dorfman
On Sun, Feb 21, 1999 at 06:27:59PM +, Lyndon Nerenberg wrote:
 
  While CardBus isn't supported, this controller (in my Fujitsu Lifebook 
  280dx)
  works with PAO because the PCI-CardBus bridge supposedly uses some kind
  of Intel-compatible mode. I've been unable to get it to work under stock
  pccard without PAO (look at my post to -hackers yesterday), but it worked
  with PAO without a hitch.
 
 I looked at PAO, but it doesn't appear to support the 3.X 
 branch, which I'm running. If there's a PAO for 3.X, please
 let me know where it is (!).

That's why I can't run PAO (and consequently no PCMCIA working on my
laptop at the moment). There's a PAO for 3.0, but I'm not sure if it's
for -stable or 3.0-release. You can only get it by cvsupping pao3 from
jaz.jp.freebsd.org.

 --lyndon

-- 
Nathan Dorfman nat...@rtfm.net The statements and opinions in my
Unix Admin @ Frontline Communicationsusenet posts are mine, not FCC's.
The light at the end of the tunnel is the headlight of an approaching
train. --/usr/games/fortune


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



Re: CardBus Support (was: support for 3Com 3C575 network controller?)

1999-02-21 Thread Steve Price
On Sun, 21 Feb 1999, Nathan Dorfman wrote:

#  I looked at PAO, but it doesn't appear to support the 3.X 
#  branch, which I'm running. If there's a PAO for 3.X, please
#  let me know where it is (!).
# 
# That's why I can't run PAO (and consequently no PCMCIA working on my
# laptop at the moment). There's a PAO for 3.0, but I'm not sure if it's
# for -stable or 3.0-release. You can only get it by cvsupping pao3 from
# jaz.jp.freebsd.org.

I'm running pccard just fine on a Dell Inspiron 7000 with 4.0.  I
had to tweak sio.c to increase a delay for the FIFO tests but other
than that my modem (Zoom 56K LT DataFax) and 3CCE589ET network
card are both humming along no problems.  I'm going to commit the
pccard.conf entries for them RSN.

Between Doug and Terry I think I have enough to start playing with
getting support for the network card that started this thread. :)

-steve

# -- 
# Nathan Dorfman nat...@rtfm.net The statements and opinions in my
# Unix Admin @ Frontline Communicationsusenet posts are mine, not FCC's.
# The light at the end of the tunnel is the headlight of an approaching
# train. --/usr/games/fortune



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



CardBus Support (was: support for 3Com 3C575 network controller?)

1999-02-20 Thread Lyndon Nerenberg
I've been trying to get some progamming doc out of TI for 
the PCI1200 PCI/Cardbus bridge (used in the Dell Inspiron 
7000), however they cannot seem to understand that I'm not 
asking for a pre-written device driver :-(

Does anyone out there have doc for the PCI1200 (and 
preferably the entire PCI12xx family) they could send me? 
Or have a knowledgable contact inside TI that could send 
same to me?

--lyndon

  # CardBus cards aren't supported.  Period.
  
  Eek, I didn't realize this was a CardBus card. :{  I quess
  this begs the question though, is anyone working on CardBus
  support for FreeBSD since this is the 32-bit version of
  PCMCIA?  Yes I understand they are *completely* different.
  Just curious.
 
 No-one is actively working on it right now. I do own one of the cards and
 it should be possible to use the existing xl driver without too many
 changes after the initial cardbus hurdle is dealt with.  Paid work is
 monopolising my time right now, so I don't expect to play with it anytime
 soon.



pgpvoPagvq2Y4.pgp
Description: PGP signature


Re: CardBus Support (was: support for 3Com 3C575 network controller?)

1999-02-20 Thread Doug Rabson
On Sat, 20 Feb 1999, Lyndon Nerenberg wrote:

 I've been trying to get some progamming doc out of TI for 
 the PCI1200 PCI/Cardbus bridge (used in the Dell Inspiron 
 7000), however they cannot seem to understand that I'm not 
 asking for a pre-written device driver :-(
 
 Does anyone out there have doc for the PCI1200 (and 
 preferably the entire PCI12xx family) they could send me? 
 Or have a knowledgable contact inside TI that could send 
 same to me?

You could try contacting the Linux pccard guy, David Hinds
dhi...@hyper.stanford.edu and see if he has any docs or contacts.

--
Doug Rabson Mail:  d...@nlsystems.com
Nonlinear Systems Ltd.  Phone: +44 181 442 9037




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



Re: CardBus Support (was: support for 3Com 3C575 network controller?)

1999-02-20 Thread Larry Lile

terry_mur...@3com.com is the holder of technical docs great and small
at 3com.  There is some doc request that you can fax in, but it is
very old and out of date, she is listed as the contact.  She has 
gotten me a couple of docs that I couldn't find.

Larry Lile
l...@stdio.com

On Sat, 20 Feb 1999, Lyndon Nerenberg wrote:

 I've been trying to get some progamming doc out of TI for 
 the PCI1200 PCI/Cardbus bridge (used in the Dell Inspiron 
 7000), however they cannot seem to understand that I'm not 
 asking for a pre-written device driver :-(
 
 Does anyone out there have doc for the PCI1200 (and 
 preferably the entire PCI12xx family) they could send me? 
 Or have a knowledgable contact inside TI that could send 
 same to me?
 
 --lyndon
 
   # CardBus cards aren't supported.  Period.
   
   Eek, I didn't realize this was a CardBus card. :{  I quess
   this begs the question though, is anyone working on CardBus
   support for FreeBSD since this is the 32-bit version of
   PCMCIA?  Yes I understand they are *completely* different.
   Just curious.
  
  No-one is actively working on it right now. I do own one of the cards and
  it should be possible to use the existing xl driver without too many
  changes after the initial cardbus hurdle is dealt with.  Paid work is
  monopolising my time right now, so I don't expect to play with it anytime
  soon.
 
 



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



CardBus Support (was: support for 3Com 3C575 network controller?)

1999-02-20 Thread Garrett Wollman
On Sat, 20 Feb 1999 20:02:17 +, Lyndon Nerenberg lyn...@execmail.ca 
said:

 the PCI1200 PCI/Cardbus bridge (used in the Dell Inspiron 
 7000), however they cannot seem to understand that I'm not 
 asking for a pre-written device driver :-(

You have to talk to the right part of TI, and you have to know what to
ask for.  I have the book for the PCI1131, which is what my laptop
has.

-GAWollman

--
Garrett A. Wollman   | O Siem / We are all family / O Siem / We're all the same
woll...@lcs.mit.edu  | O Siem / The fires of freedom 
Opinions not those of| Dance in the burning flame
MIT, LCS, CRS, or NSA| - Susan Aglukark and Chad Irschick


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



Re: CardBus Support (was: support for 3Com 3C575 network controller?)

1999-02-20 Thread Terry Lambert
 I've been trying to get some progamming doc out of TI for 
 the PCI1200 PCI/Cardbus bridge (used in the Dell Inspiron 
 7000), however they cannot seem to understand that I'm not 
 asking for a pre-written device driver :-(
 
 Does anyone out there have doc for the PCI1200 (and 
 preferably the entire PCI12xx family) they could send me? 
 Or have a knowledgable contact inside TI that could send 
 same to me?

There are PDF and zipped PostScript data sheets for these
parts on TI's web page:

http://www.ti.com/sc/docs/folders/analog/pci1211.html
http://www.ti.com/sc/docs/folders/analog/pci1220.html
http://www.ti.com/sc/docs/folders/analog/pci1221.html
http://www.ti.com/sc/docs/folders/analog/pci1225.html
http://www.ti.com/sc/docs/folders/analog/pci1250a.html
http://www.ti.com/sc/docs/folders/analog/pci1251a.html

FYI: I got this list by clicking on the third entry returned
by altavista for the search string pci12, and then clicking
through TI's  site from there.


Terry Lambert
te...@lambert.org
---
Any opinions in this posting are my own and not those of my present
or previous employers.


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



Re: CardBus Support (was: support for 3Com 3C575 network controller?)

1999-02-20 Thread Gary Palmer
Terry Lambert wrote in message ID
199902202318.qaa20...@usr08.primenet.com:
 FYI: I got this list by clicking on the third entry returned
 by altavista for the search string pci12, and then clicking
 through TI's  site from there.

World Wide Web Wait? Whats the 4th W for? Curious minds want to know! :)

Gary
--
Gary Palmer  FreeBSD Core Team Member
FreeBSD: Turning PC's into workstations. See http://www.FreeBSD.ORG/ for info


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