snapshot of CardBus support code for FreeBSD

2000-06-27 Thread YAMAMOTO Shigeru


Hi all,

I'm writing a code to support CardBus at FreeBSD.
I put on a current working code snapshot at my Web,
URL:http://www.bremen.or.jp/shigeru/FreeBSD/CardBus/

This is an alpha quality and different implimentation of NEWCARD.
Currently, It only works on my laptop, SONY VAIO PCG-818.
Supported PC Cards are MELCO WLI-PCM-L11, which is an OEM of a Lucent
WaveLan, and Corega FastEther PCC-TX.
These 16-bit PC Cards are using PCI interrupt, not use ISA interrupt.
CardBus PC Card does not work, we can only dump a CIS.

I put on a compiled kernel at same place.
#Please try it if you want.

Thanks,
---
YAMAMOTO ShigeruInternet Initiative Japan Inc.
<[EMAIL PROTECTED]> Network Engineering Div.


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



Re: Cardbus Support?

2000-06-01 Thread Warner Losh

In message <[EMAIL PROTECTED]> Michael Lucas writes:
: Short answer: Warner Losh & others are beavering away on it.

I'm meeting in Japan next week with many of the nomads and other
communities there working in this area...  If you can make it to
tokyo or osaka, then you might want to attend...

Warner


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



Re: Cardbus Support?

2000-06-01 Thread Warner Losh

In message <[EMAIL PROTECTED]> Sleepless in Brisbane 
writes:
: Is there cardbus support under FreeBSD-Current and if so what can it currently
: support?  If there is not cardbus support then are there any other users
: interested in working on it?

No.  Yes.  Wanna join us?

Warner


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



Re: Cardbus Support?

2000-06-01 Thread Michael Lucas

Cardbus is a work-in-progress.

Check the archives of freebsd-mobile for the gory details.

Short answer: Warner Losh & others are beavering away on it.

> I have seen so far a few people ask this question and all they have been told
> is to look at the supported hardware section on the handbook at the freebsd
> home website (which is useless as there is nothing listed under PCMCIA on the
> site at the moment).   Perhaps then someone working with PCMCIA could answer
> this:
> 
> Is there cardbus support under FreeBSD-Current and if so what can it currently
> support?  If there is not cardbus support then are there any other users
> interested in working on it?
> 
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-current" in the body of the message
> 



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



Cardbus Support?

2000-06-01 Thread Sleepless in Brisbane

I have seen so far a few people ask this question and all they have been told
is to look at the supported hardware section on the handbook at the freebsd
home website (which is useless as there is nothing listed under PCMCIA on the
site at the moment).   Perhaps then someone working with PCMCIA could answer
this:

Is there cardbus support under FreeBSD-Current and if so what can it currently
support?  If there is not cardbus support then are there any other users
interested in working on it?



To Unsubscribe: send mail to [EMAIL PROTECTED]
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  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 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  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

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



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



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

1999-02-20 Thread Garrett Wollman
< 
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 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



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



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: Wondering about cardbus support.

1999-01-04 Thread Warner Losh

In message <[EMAIL PROTECTED]> Frank Mayhar writes:
: I have the misfortune to have a cardbus Ethernet card that came with my
: Dell laptop.  I was wondering how cardbus support was going, and if I could
: help in any way.

Here's the status of what's going on...

I have started to port the newconfig cardbus and pccard system to
newbus.  I've managed to make pccard and pcic compile for that.  I'm
working on getting cardbus and the pccbb driver compiling as well.
I've committed the pccard parts of this, but not the cardbus side.  I
had heard of an effort in Japan to also do cardbus support, but my
attempts to contact them have been unsuccessful so far.

However, in the middle of this work my Sony VAIO laptop up and died.
It has been sent back to Sony for repairs, but I don't know when I'll
get it back from them, or if the data on my hard drive will be
intact.

My current plan is while I'm waiting for the VAIO to come back is to
try to get the pcic device attaching, as well as trying to wire up the
pccard bus to it.  I'm a little short on time, but am making what
progress I can...

Warner


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



Wondering about cardbus support.

1999-01-02 Thread Frank Mayhar

I have the misfortune to have a cardbus Ethernet card that came with my
Dell laptop.  I was wondering how cardbus support was going, and if I could
help in any way.
-- 
Frank Mayhar [EMAIL PROTECTED]


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