3Com 3c905 failed to attach

M. Warner Losh imp at bsdimp.com
Tue Apr 13 08:02:02 PDT 2004


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
@@ -1373,6 +1373,7 @@
 		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


More information about the freebsd-current mailing list