From owner-freebsd-mobile Thu Aug 2 9:28: 5 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from smarthost1.mail.easynet.fr (smarthost1.mail.easynet.fr [212.180.1.68]) by hub.freebsd.org (Postfix) with ESMTP id 0FDB337B401 for ; Thu, 2 Aug 2001 09:28:00 -0700 (PDT) (envelope-from fonvi@easynet.fr) Received: from smtp1.mail.easynet.fr (slb-1-sippriv.mail.easynet.fr [10.0.1.57]) by smarthost1.mail.easynet.fr (Postfix) with ESMTP id 047C5B6F8; Thu, 2 Aug 2001 18:27:59 +0200 (CEST) Received: from gothic.blackend.org (adsl-2-13.adsl.easynet.fr [212.11.31.13]) by smtp1.mail.easynet.fr (Postfix) with ESMTP id E5FAFB6AA; Thu, 2 Aug 2001 18:27:56 +0200 (CEST) Received: (from marc@localhost) by gothic.blackend.org (8.11.4/8.11.4/ - 31/07/01) id f72GVSk23236; Thu, 2 Aug 2001 18:31:28 +0200 (CEST) (envelope-from marc) Date: Thu, 2 Aug 2001 18:31:28 +0200 From: Marc Fonvieille To: Ian Dowse Cc: freebsd-mobile@freebsd.org, Warner Losh Subject: Re: Better patches [long] Message-ID: <20010802183128.A23186@gothic.blackend.org> References: <20010801231444.A26603@gothic.blackend.org> <200108012303.aa19788@salmon.maths.tcd.ie> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: <200108012303.aa19788@salmon.maths.tcd.ie>; from iedowse@maths.tcd.ie on Wed, Aug 01, 2001 at 11:02:59PM +0100 X-Useless-Header: blackend.org X-Operating-System: FreeBSD 4.3-STABLE Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, Aug 01, 2001 at 11:02:59PM +0100, Ian Dowse wrote: > It would be very useful if you chould track down which commit caused > the card to break, though that might be quite a bit of work. > Ok, here's what i did: i cvsuped src tree from 2001.07.08.23.59.59 (as you can see it's before miibus addition) i built a kernel and pccard, this kernel runs fine: the card works then i cvsuped src tree from 2001.07.10.23.59.59, i built a kernel and pccard but there the «device timouts» appear and fa_select do nothing. What the difference between src tree from 2001.07.08.23.59.59 to 2001.07.10.23.59.59? I only build new kernel and new pccard binary, so i only take attention to /usr/src/sys and to /usr/src/usr.sbin/pccard Here's the changed files: Edit src/sys/cam/scsi/scsi_sa.c Add delta 1.45.2.9 2001.07.09.19.21.06 mjacob Edit src/sys/conf/files Add delta 1.340.2.66 2001.07.09.18.25.51 imp Edit src/sys/conf/options Add delta 1.191.2.29 2001.07.09.17.30.01 mjacob Edit src/sys/dev/pcic/i82365reg.h Add delta 1.3.2.4 2001.07.09.07.19.58 imp Edit src/sys/i386/conf/LINT Add delta 1.749.2.65 2001.07.09.17.34.19 mjacob Edit src/sys/kern/kern_exec.c Add delta 1.107.2.8 2001.07.09.19.03.13 guido Edit src/sys/pccard/i82365.h Add delta 1.10.2.2 2001.07.09.18.25.52 imp Edit src/sys/pccard/pccard.c Add delta 1.106.2.7 2001.07.09.18.25.52 imp Edit src/sys/pccard/pccard_nbk.c Add delta 1.15.2.6 2001.07.09.18.25.52 imp Edit src/sys/pccard/pcic.c Add delta 1.89.2.11 2001.07.09.18.25.52 imp Edit src/sys/pccard/pcic_pci.c Add delta 1.54.2.2 2001.07.09.18.25.53 imp Edit src/sys/pccard/slot.h Add delta 1.25.2.2 2001.07.09.18.25.53 imp Edit src/sys/conf/files.pc98 Add delta 1.140.2.15 2001.07.10.08.21.33 imp Edit src/sys/crypto/des/des_setkey.c Add delta 1.1.2.3 2001.07.10.09.46.35 ume Edit src/sys/netinet6/icmp6.c Add delta 1.6.2.6 2001.07.10.09.44.16 ume Add delta 1.140.2.15 2001.07.10.08.21.33 imp Edit src/sys/crypto/des/des_setkey.c Add delta 1.1.2.3 2001.07.10.09.46.35 ume Edit src/sys/netinet6/icmp6.c Add delta 1.6.2.6 2001.07.10.09.44.16 ume Edit src/sys/pccard/mecia.c Add delta 1.2.2.2 2001.07.10.08.21.34 imp Delete src/sys/pccard/pcic98reg.h Edit src/sys/pccard/pcic_isa.c Add delta 1.13.2.1 2001.07.10.16.15.34 imp Edit src/sys/pccard/pcicvar.h Add delta 1.15.2.1 2001.07.10.16.22.38 imp As you can see there's a lot of change in src/sys/pccard/ It seems these changes broke something with my laptop, before these it works after it doesn't run. Marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message