Subject: CVS commit: src/sys/dev/cardbus
To: None <source-changes@NetBSD.org>
From: John Darrow <jdarrow@netbsd.org>
List: source-changes
Date: 12/07/2004 04:36:06
Module Name:	src
Committed By:	jdarrow
Date:		Tue Dec  7 04:36:06 UTC 2004

Modified Files:
	src/sys/dev/cardbus: if_rtw_cardbus.c

Log Message:
Add the Belkin F5D6020v3 to the match array for rtw.

My card now probes as:
rtw0 at cardbus1 dev 0 function 0: Belkin F5D5020v3 802.11b (RTL8180 MAC/BBP)
rtw0: rtw_cardbus_attach mapped 512 bytes mem space
rtw0: interrupting at 10
rtw0: hardware version D
rtw0: SROM version 1.2
rtw0: RF: Philips SA2400A, PA: Philips SA2411
rtw0: Geographic Location USA
rtw0: 802.11 address 00:30:bd:4d:ed:de
rtw0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mb

XXX The driver still doesn't actually _work_...


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/dev/cardbus/if_rtw_cardbus.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.