Subject: CVS commit: src/sys/dev/pcmcia
To: None <source-changes@NetBSD.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 08/06/2004 19:38:49
Module Name: src
Committed By: mycroft
Date: Fri Aug 6 19:38:49 UTC 2004
Modified Files:
src/sys/dev/pcmcia: if_sm_pcmcia.c
Log Message:
Make a couple of Megahertz cards (one straight Ethernet, one multifunction)
work by:
* adding another product to the table,
* checking the function type (to reject the serial port),
* trying harder to find the MAC address in the CIS strings (it may occur in
one of two different places).
Also, PCMCIA_STR_* elimination.
To generate a diff of this commit:
cvs rdiff -r1.30 -r1.31 src/sys/dev/pcmcia/if_sm_pcmcia.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.