From owner-freebsd-mobile Tue Oct 16 14: 7:55 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from birch.ripe.net (birch.ripe.net [193.0.1.96]) by hub.freebsd.org (Postfix) with ESMTP id 7918737B40B for ; Tue, 16 Oct 2001 14:07:52 -0700 (PDT) Received: from laptop.6bone.nl (penguin.ripe.net [193.0.1.232]) by birch.ripe.net (8.11.6/8.11.6) with SMTP id f9GL7g225544; Tue, 16 Oct 2001 23:07:42 +0200 Received: (nullmailer pid 1567 invoked by uid 1000); Tue, 16 Oct 2001 21:07:41 -0000 Date: Tue, 16 Oct 2001 23:07:41 +0200 From: Mark Santcroos To: Warner Losh Cc: mobile@FreeBSD.ORG Subject: Re: ToPIC trial patch committed to -current Message-ID: <20011016230741.A523@laptop.6bone.nl> References: <200110110553.f9B5rr783972@harmony.village.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200110110553.f9B5rr783972@harmony.village.org>; from imp@harmony.village.org on Wed, Oct 10, 2001 at 11:53:53PM -0600 X-Handles: MS6-6BONE, MS18417-RIPE 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, Oct 10, 2001 at 11:53:53PM -0600, Warner Losh wrote: > I just committed a trial patch to fix the ToPIC issues. I can't test > it on hardware, since I don't have a working ToPIC machine. Can > someone with one of these machines that's having problems please let > me know if it works or not? Hi Warner I couldnt test this patches earlier than today but here are my observations anyway. I didnt know there were any remaining issues for ToPIC as all my problems were gone. The commit broke my pcmcia support in the following way: - on boot, without a card inserted, pccardd reports: "Oct 16 17:44:20 laptop pccardd[202]: No card in database for "(null)"("(null)")" - inserting a card doesnt do anything Fix: remove commit part in pcic_pci_topic_func() So pcic_pci_topic_func() becomes again: static int pcic_pci_topic_func(struct pcic_slot *sp, enum pcic_intr_way way) { return (pcic_pci_gen_func(sp, way)); } Cheers, -- Mark Santcroos RIPE Network Coordination Centre http://www.ripe.net/home/mark/ New Projects Group/TTM To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message