Subject: Re: pcmcia card
To: None <netbsd-help@netbsd.org>
From: James K. Lowden <jklowden@schemamania.org>
List: netbsd-help
Date: 01/16/2002 20:59:05
On Wed, Jan 16, 2002 at 11:45:57PM -0800, Marco Ynema wrote:
> 
> I have a pccard (Realtek 8139 chipset) and i wonder if it 
> is supported by NetBSD.

Marco, 

It sure looks like it is.

$ man -k 8139
rtk (4) - Ethernet driver for RealTek 8129/8139 based ethernet boards

$ man rtk
[...]
SYNOPSIS
     rtk* at cardbus? dev ? function ?
     rtk* at pci? dev ? function ?

     Configuration of PHYs are necessary.  See mii(4).

DESCRIPTION
     The rtk device driver supports network adapters based on the RealTek
     8129/8139 chips.

Is that what you're looking for?

--jkl