Subject: rl driver with CardBus and PCI under NetBSD-current(1.4X)
To: None <tech-kern@netbsd.org>
From: Masanori Kanaoka <kanaoka@ann.hi-ho.ne.jp>
List: tech-kern
Date: 04/06/2000 17:59:49
Hi, folks!

I rewrite rl driver that based if_rl.c. I split bus_spacific code 
and not bus_spacific code.I try and error with some people's help.

It works fine for me. I tested next two cards.
	"elecom-laneed LD-10/100CBA"
	"MELCO LPC3-TX-CB" 

dmesg said below:
rl0 at cardbus0 dev 0 function 0: RealTek 8138 10/100BaseTX
rl0: Ethernet address: 00:40:26:5d:9e:96
rl0: interrupting at 11
ukphy0 at rl0 phy 7: Generic IEEE 802.3u media interface
ukphy0: OUI 0x000000, model 0x0000, rev. 0
ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
rl1 at cardbus1 dev 0 function 0: Accton MPX 5030/5038 10/100BaseTX
rl1: Ethernet address: 00:90:fe:30:08:62
rl1: interrupting at 11
ukphy1 at rl1 phy 7: Generic IEEE 802.3u media interface
ukphy1: OUI 0x000000, model 0x0000, rev. 0
ukphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
 
 	elecom-laneed	LD-10/100CBA:	Accton	MPX 5030/5038
 	MELCO		LPC3-TX-CB:	Realtek	8138

I put rl driver for NetBSD-current(1.4X 2000.04.02) next URL.
The tar-ball consist of a patch file and readme.

<URL:http://www.ann.hi-ho.ne.jp/~kanaoka/rl-NetBSD1.4X.tar.gz>

Please test it, and report problems to me if you meet some
problems.

Thanks.
HAYAKAWA Koichi <haya@netbsd.org> suggest a lot of things.
UCHIYAMA Yasushi <uch@nop.or.jp> help me with PCISCAN tools.
ISHIDA Shigeru <ishida@isl.intec.co.jp> also test it.
Takahiro Kambe <taca@sky.yamashina.kyoto.jp> test PCI card,
and report via <netbsd-pcmcia@kaynet.or.jp>.

---
 Masanori Kanaoka	kana@saijo.mke.mei.co.jp
			kanaoka@ann.hi-ho.ne.jp