Re: 3Com 3c905 failed to attach

From: M. Warner Losh <imp_at_bsdimp.com>
Date: Tue, 13 Apr 2004 09:02:51 -0600 (MDT)
You might try the following change:

Index: if_xl.c
===================================================================
RCS file: /cache/ncvs/src/sys/pci/if_xl.c,v
retrieving revision 1.168
diff -u -r1.168 if_xl.c
--- if_xl.c	20 Mar 2004 02:24:24 -0000	1.168
+++ if_xl.c	13 Apr 2004 15:00:39 -0000
_at__at_ -1373,6 +1373,7 _at__at_
 		sc->xl_flags |= XL_FLAG_PHYOK;
 
 	switch (did) {
+	case TC_DEVICEID_BOOMERANG_10_100BT:	/* 3c905-TX */
 	case TC_DEVICEID_HURRICANE_575A:
 	case TC_DEVICEID_HURRICANE_575B:
 	case TC_DEVICEID_HURRICANE_575C:

but that might be too specific for your needs.

I'll note that we should likely add an additional field to the table
to load these flags from, but that's bigger fish than I wanna fry
right now.

Warner
Received on Tue Apr 13 2004 - 06:02:02 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:50 UTC