9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] addition to etherwavelan.c
@ 2001-05-08  7:38 nemo
  0 siblings, 0 replies; only message in thread
From: nemo @ 2001-05-08  7:38 UTC (permalink / raw)
  To: 9fans

To make it work w/ Dell Truemobile cards, which seem to be just
the same card w/ a different identification string.

1198,1202c1198,1201
< 	if ((ctlr->slot = pcmspecial("WaveLAN/IEEE", ether))<0)
< 		if ((ctlr->slot = pcmspecial("TrueMobile 1150", ether))<0){
< 			DEBUG("no wavelan found\n");
< 			goto abort;
< 		}
---
> 	if ((ctlr->slot = pcmspecial("WaveLAN/IEEE", ether))<0){
> 		DEBUG("no wavelan found\n");
> 		goto abort;
> 	}



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-05-08  7:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-05-08  7:38 [9fans] addition to etherwavelan.c nemo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).