Subject: Re: PCMCIA: Xircom RealPort
To: Johan Danielsson <joda@pdc.kth.se>
From: Ivar Skjoerseter <ivarhs@julie.pasta.cs.uit.no>
List: current-users
Date: 07/18/2000 19:19:44
I updated the kernel sources today from CVS so my kernel version is
NetBSD 1.5_ALPHA. Since I only have access to the cardbus card
(RBEM56G-100) at the moment here is the message from /var/log/messages
when I put it in:

<CUT>
Jul 18 18:30:26 ob3000 /netbsd: pcic_chip_socket_enable: status c
Jul 18 18:30:31 ob3000 /netbsd: pcic_wait_ready: ready never happened,
status = 0c
</CUT>

I got the same message in /var/log/messages when i disabled cardbus
support in the kernel. (I had to disable cardbus support to get my Xircom 
creditcard Netwave up and running :) Life is hard. )


Here is a little "cut" from my kernel config file:

<CUT>

# PCMCIA bus support
pcmcia* at pcic? controller ? socket ?

# PCI PCMCIA controllers
pcic0   at pci? dev? function ?

# CardBus bridge support
cbb*            at pci? dev ? function ?
cardslot*       at cbb? 

# PCMCIA network interfaces
awi*    at pcmcia? function ?           # BayStack 650/660 (802.11FH/DS)
cnw*    at pcmcia? function ?           # Xircom/Netwave AirSurfer
ep*     at pcmcia? function ?           # 3Com 3c589 and 3c562 Ethernet
mbe*    at pcmcia? function ?           # MB8696x based Ethernet
ne*     at pcmcia? function ?           # NE2000-compatible Ethernet
#ray*   at pcmcia? function ?           # Raytheon Raylink (802.11)
sm*     at pcmcia? function ?           # Megahertz Ethernet
wi*     at pcmcia? function ?           # Lucent WaveLan IEEE (802.11)
xi*     at pcmcia? function ?           # Xircom CreditCard Ethernet

# CardBus network cards
ex*     at cardbus? dev ? function ?    # 3Com 3C575TX
fxp*    at cardbus? dev ? function ?    # Intel i8255x
rtk*    at cardbus? dev ? function ?    # Realtek 8129/8139
tlp*    at cardbus? dev ? function ?    # DECchip 21143

</CUT>


> > 	Xircom RBEM RealPort CardBus Fast Ethernet + 56K Modem 
> 
> Should be supported by the tlp driver in 1.5.
>
> /Johan