[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Driver request for rtl8139 10/100BASE-TX CardBus Ethernet PC card



> I have a ethernet pc card that employs the rtl8139 chipset from RealTek. 
> OpenBSD fails to detect the card, but it is usable under windows, and rules 
> out the PCBus as the culprit.
> 
> I know the PCI version of the same card is supported by OpenBSD, and I 
> would sincerely hope that some one could provide me with a driver and the 
> means to apply it, as other have in the past.

I have a couple of Realtek 8139 cards in OpenBSD boxes.  I wouldn't go
so far to say that they "work fine", but work they do.  In other words,
the kernel sources already contain a driver:

	% grep '^rl' /sys/arch/i386/conf/GENERIC
	rl*     at pci? dev ? function ?                # RealTek 81[23]9 ethernet
	rlphy* at mii? phy ?                            # RealTek 8139 internal PHYs

David S.