From owner-freebsd-mobile Wed Dec 29 15: 1:54 1999 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 4AED7150C7; Wed, 29 Dec 1999 15:01:49 -0800 (PST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id QAA44840; Wed, 29 Dec 1999 16:01:44 -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 QAA05217; Wed, 29 Dec 1999 16:01:44 -0700 (MST) Message-Id: <199912292301.QAA05217@harmony.village.org> To: "Jonathan M. Bresler" Subject: Re: pccard problems: 3.3R, sony pcg-xg9, linksys etherfast 10/100 Cc: tom@wact.net, freebsd-mobile@FreeBSD.ORG In-reply-to: Your message of "Wed, 29 Dec 1999 14:47:06 PST." <19991229224706.18A7C1573D@hub.freebsd.org> References: <19991229224706.18A7C1573D@hub.freebsd.org> Date: Wed, 29 Dec 1999 16:01:44 -0700 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <19991229224706.18A7C1573D@hub.freebsd.org> "Jonathan M. Bresler" writes: : The code for the LinkSys 10/100 card went into FreeBSD : version 1.148.2.4 of the file /usr/src/sys/i386/isa/if_ed.c which is : in FreeBSD 3.3 RELEASE and FreeBSD 3.4 RELEASE. !? Really? It wasn't until version 1.164 and 1.165 that Linksys support was added to if_ed.c. There's been no merge from current yet. In fact, i386/isa/if_ed.c should be removed, since the current most current version is in dev/ed/if_ed.c, et al. Warner RELENG_3_4_0_RELEASE: 1.148.2.4 RELENG_3_3_0_RELEASE: 1.148.2.2 ---------------------------- revision 1.148.2.4 date: 1999/09/25 13:08:18; author: nyan; state: Exp; lines: +5 -5 MFC: if_ed.c rev 1.156 and if_edreg.h rev 1.27 Added new macros ED_P1_MAR(i) and ED_P1_PAR(i). Convert ED_PC_RESET and ED_PC_MISC into relative offset from ED_PC_ASIC_OFFSET. ---------------------------- revision 1.148.2.3 date: 1999/09/25 12:40:07; author: nyan; state: Exp; lines: +6 -2 MFC: rev 1.155 The ed_probe_Novell should not clear id_maddr when it fails to probe. ---------------------------- revision 1.148.2.2 date: 1999/08/29 16:07:19; author: peter; state: Exp; lines: +1 -1 $Id$ -> $FreeBSD$ ---------------------------- revision 1.148.2.1 date: 1999/03/18 18:47:27; author: luigi; state: Exp; lines: +59 -14 branches: 1.148.2.1.2; MFC: add bridging support for the following net drivers: ed, lnc, de, fxp ---------------------------- revision 1.156 date: 1999/09/02 15:06:23; author: kato; state: Exp; lines: +5 -5 - Added new macros ED_P1_MAR(i) and ED_P1_PAR(i) that replace `ED_P1_MAR + i' and `ED_P1_PAR + i', respectively. - convert ED_PC_RESET and ED_PC_MISC into relative offset from ED_PC_ASIC_OFFSET (those macros are not used in current source). Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata) ---------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message