Re: cvs commit: src/etc pccard.conf.sample

1999-10-28 Thread Warner Losh

In message <[EMAIL PROTECTED]> Bill 
Fumerola writes:
: There are two versions of the XIRCOM realport multifunc cards,
: one that is Cardbus and one that isn't. I have the latter.
: if_xe is broken now, BTW.

I have at least one Xircom card which I plan to make work, if at all
possible, with the new pccard code.

Warner


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



Re: cvs commit: src/etc pccard.conf.sample

1999-10-28 Thread Bill Fumerola

On Thu, 28 Oct 1999 [EMAIL PROTECTED] wrote:

> I have friends who happen to have Xircom multifunc cards (which
> _are_ CardBus) - would you guys like me to try and test them? I
> can get them long enough to test them out with the newconfig
> functionality.

There are two versions of the XIRCOM realport multifunc cards,
one that is Cardbus and one that isn't. I have the latter.
if_xe is broken now, BTW.

-- 
- bill fumerola - [EMAIL PROTECTED] - BF1560 - computer horizons corp -
- ph:(800) 252-2421 - [EMAIL PROTECTED] - [EMAIL PROTECTED]  -






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



Re: cvs commit: src/etc pccard.conf.sample

1999-10-28 Thread andrews

At 01:46 AM 10/27/99 -0700, you wrote:
>Are you *SURE* this is CardBus?  AFAIK, we don't yet (at least
>pre-Warner's new pcic code) support CardBus.

Hrmm.. I could have sworn it was a CardBus card:
http://www.3com.com/client/mcd/products/3ccfe574btsp.html

Perhaps I was just seeing things, sorry.

I have friends who happen to have Xircom multifunc cards (which
_are_ CardBus) - would you guys like me to try and test them? I
can get them long enough to test them out with the newconfig
functionality.

In retrospect.. I probably confused their cards with mine. :-)

>> # 3Com Megahertz 3C574B (3CCFE574BT)
>
>Isn't this just a rebadged (and slightly tweaked) 3Com 3c574tx?

Most likely. Their pccard.conf configurations are very similar.

Jun, `pccardc dumpcis` output for you at:
http://stimpy.multiweb.net/~dragon/3CCFE574BT.txt

I have sup'd my sources and will be remaking world & kernel
tonight, I will let you know what happens...

--
Will Andrews <[EMAIL PROTECTED]>
GCS/E/S @d- s+:+>+:- a--->+++ C++ UB P+ L- E--- W+++ !N !o ?K w---
?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++> DI+++ D+ 
G++>+++ e-> h! r-->+++ y?


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



Re: cvs commit: src/etc pccard.conf.sample

1999-10-27 Thread Jun Kuriyama

From: "David O'Brien" <[EMAIL PROTECTED]>
> > # 3Com Megahertz 3C574B (3CCFE574BT)
> Isn't this just a rebadged (and slightly tweaked) 3Com 3c574tx?

I think so.  We should add that new card, isn't it?

Will, could you send me result of "pccardc dumpcis"?


Jun Kuriyama // [EMAIL PROTECTED]


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



Re: cvs commit: src/etc pccard.conf.sample

1999-10-27 Thread David O'Brien

On Wed, Oct 27, 1999 at 12:02:13AM -0400, [EMAIL PROTECTED] wrote:
> At 09:53 PM 10/25/99 -0700, you wrote:
> >kuriyama1999/10/25 21:53:29 PDT
> >
> >  Modified files:(Branch: RELENG_3)
> >etc  pccard.conf.sample 
> >  Log:
> >  MFC: Add Allied Telesis CentreCOM LA-PCM_V2 entry.
> 
> Here's another (works only under 4.0-CURRENT, as this
> particular PC-Card is a CardBus):

Are you *SURE* this is CardBus?  AFAIK, we don't yet (at least
pre-Warner's new pcic code) support CardBus.
 
> # 3Com Megahertz 3C574B (3CCFE574BT)

Isn't this just a rebadged (and slightly tweaked) 3Com 3c574tx?


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



Re: cvs commit: src/etc pccard.conf.sample

1999-10-26 Thread andrews

At 09:53 PM 10/25/99 -0700, you wrote:
>kuriyama1999/10/25 21:53:29 PDT
>
>  Modified files:(Branch: RELENG_3)
>etc  pccard.conf.sample 
>  Log:
>  MFC: Add Allied Telesis CentreCOM LA-PCM_V2 entry.

Here's another (works only under 4.0-CURRENT, as this
particular PC-Card is a CardBus):

# 3Com Megahertz 3C574B (3CCFE574BT)
card "3Com" "Megahertz 574B"
config 0x1 "ep0" 10 0x1
insert  /etc/pccard_ether ep0
insert  3Com Megahertz 574B card inserted
remove  /sbin/ifconfig delete ep0
remove  3Com Megahertz 574B card removed

I originally was unable to get this card working - it
required IRQ 10, so I had to change the "?" to "10" (my
entry was copied from another 3Com card, don't remember which).

Note: This hasn't been tested with Warner's new pcic code. 
I'll be doing that this weekend. :-)
--
Will Andrews <[EMAIL PROTECTED]>
GCS/E/S @d- s+:+>+:- a--->+++ C++ UB P+ L- E--- W+++ !N !o ?K w---
?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++> DI+++ D+ 
G++>+++ e-> h! r-->+++ y?


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