From owner-cvs-all@FreeBSD.ORG Sun Jan 23 15:44:16 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CB1416A4CF for ; Sun, 23 Jan 2005 15:44:16 +0000 (GMT) Received: from wasley.bl.mmtr.or.jp (wasley.bl.mmtr.or.jp [210.228.173.142]) by mx1.FreeBSD.org (Postfix) with SMTP id 695A343D45 for ; Sun, 23 Jan 2005 15:44:15 +0000 (GMT) (envelope-from rushani@bl.mmtr.or.jp) Received: (qmail 18626 invoked from network); 24 Jan 2005 00:44:14 +0900 Received: from unknown (HELO localhost) (202.229.143.141) by wasley.bl.mmtr.or.jp with SMTP; 24 Jan 2005 00:44:14 +0900 Date: Mon, 24 Jan 2005 00:44:05 +0900 (JST) Message-Id: <20050124.004405.71154886.rushani@bl.mmtr.or.jp> To: imp@FreeBSD.org From: Hideyuki KURASHINA In-Reply-To: <200501110032.j0B0Whsn018147@repoman.freebsd.org> References: <200501110032.j0B0Whsn018147@repoman.freebsd.org> X-URL: http://www.rushani.jp/ X-PGP-Public-Key: http://www.rushani.jp/rushani.asc X-PGP-Fingerprint: A052 6F98 6146 6FE3 91E2 DA6B F2FA 2088 439A DC57 X-RC5-72-Stats: http://stats.distributed.net/participant/psummary.php?project_id=8&id=432320 X-Mailer: Mew version 4.2rc1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/exca exca.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Jan 2005 15:44:16 -0000 Hi, >>> On Tue, 11 Jan 2005 00:32:43 +0000 (UTC), Warner Losh said: > imp 2005-01-11 00:32:43 UTC > > FreeBSD src repository > > Modified files: > sys/dev/exca exca.c > Log: > Properly calculate the offset in mapping the memory of pccards. This > allows my 3com cards to work again. It appears that this code was > once there, but I removed it when I added the alignment issues. This commit makes also my Megahertz 589E usable again. kernel & modules as of 2004/12/27, ep0: <3Com Megahertz 589E> at port 0x3000-0x300f irq 11 function 0 config 1 on pccard0 ep0: eeprom failed to come ready. device_attach: ep0 attach returned 6 kernel & modules as of yesterday, ep0: <3Com Megahertz 589E> at port 0x3000-0x300f irq 11 function 0 config 1 on pccard0 ep0: Ethernet address: 00:00:86:xx:xx:xx Thanks! > MFC After: 5 days > PR: 70639 (and likely others) > > Revision Changes Path > 1.19 +6 -5 src/sys/dev/exca/exca.c -- rushani