From owner-freebsd-mobile Tue Dec 5 23:20:21 2000 From owner-freebsd-mobile@FreeBSD.ORG Tue Dec 5 23:20:19 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (unknown [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 7834D37B400 for ; Tue, 5 Dec 2000 23:20:18 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id eB67KHs16525; Wed, 6 Dec 2000 00:20:17 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id AAA76694; Wed, 6 Dec 2000 00:20:16 -0700 (MST) Message-Id: <200012060720.AAA76694@harmony.village.org> To: Ian Dowse Subject: Re: Netgear FA410TXC Cc: Scott Stegmiller , freebsd-mobile@FreeBSD.ORG In-reply-to: Your message of "Wed, 06 Dec 2000 01:20:47 GMT." <200012060120.aa34104@salmon.maths.tcd.ie> References: <200012060120.aa34104@salmon.maths.tcd.ie> Date: Wed, 06 Dec 2000 00:20:16 -0700 From: Warner Losh Sender: imp@harmony.village.org Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <200012060120.aa34104@salmon.maths.tcd.ie> Ian Dowse writes: : Apply the patch in /usr/src/sys/dev/ed, then recompile + install : the kernel and reboot (the patch below has a few extra cosmetic : changes I made since yesterday). These patches look OK. Some refinement is likely necessary before they can be included in -current. I've not tested these with my problem child cards yet. Will do that later. I'd be inclind to move the pccard specific into if_ed itself. I've heard that there are some newer ISA parts that have this same problem. I've not been able to find out if this is true or not, nor find specific parts that do this. I also have at least two different pcmcia cards that have this problem that I'll have to take a look at. Does this require the ed driver to now specify miibus? What other doc changes are necessary? Bruce likely would comment that some of your changes related to callouts add too many blank lines. That's a nit. The spl stuff that you've done won't work in -current since spl is now a nop. We'll need to do someting there. I'm not sure that I'd code fa410 into the miibus name, since there are other cards (dlink makes one and I think linksys does too, but I've been known to get them confused). I'm not too familiar with miibus, but there seems to be more code here than in the other drivers that use the mii bus. Is that because the stuff really is different, or is it a reflection of the fa-select legacy? Don't get me wrong, I'd love to see these problems corrected in -current and -stable. I hope to have this into -current and -stable way before 4.3 is out. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message