From owner-freebsd-mobile Tue Oct 21 21:38:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA04474 for mobile-outgoing; Tue, 21 Oct 1997 21:38:07 -0700 (PDT) (envelope-from owner-freebsd-mobile) Received: from word.smith.net.au (vh1.gsoft.com.au [203.38.152.122]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA04467 for ; Tue, 21 Oct 1997 21:37:51 -0700 (PDT) (envelope-from mike@word.smith.net.au) Received: from word.smith.net.au (localhost.gsoft.com.au [127.0.0.1]) by word.smith.net.au (8.8.7/8.8.5) with ESMTP id OAA01232; Wed, 22 Oct 1997 14:03:04 +0930 (CST) Message-Id: <199710220433.OAA01232@word.smith.net.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: Nate Williams cc: mobile@freebsd.org Subject: Re: Patches from -current for -stable I'd like to commit after testing In-reply-to: Your message of "Tue, 21 Oct 1997 22:23:21 CST." <199710220423.WAA08641@rocky.mt.sri.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 22 Oct 1997 14:03:02 +0930 From: Mike Smith Sender: owner-freebsd-mobile@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > > Can you hold off a couple of days? Something you've changed recently > > > has broken PCCARD support on my Toshiba, but I haven't been able to > > > track it down yet. > > > > > > (One killer is that the code now allocates IRQ 11 by default for the > > > pcic, but IRQ 11 is used by "something" else that's not probed. > > A quick followup. The only other change I've made recently are the > modem support for certain Cirrus chipsets, the rest need a sysctl to > enable them or are 'style' changes and/or comment updates. There's the "low power" bit as well as the modem bit. I *think* the modem bit change fixed the intermittent modem sound output I was getting (sometimes it would, sometimes it wouldn't). > It's gotta be the 'grab the highest IRQ' change. Do you know what's > using IRQ 11, so that you can enable the driver for it? It's the "PCI IRQ", and now you know as much as I do. It might be the USB controller, for which we don't have a driver. I just know that IRQ 11 can't be assigned to a PCCARD and have it work. FWIW, the kernel that works was built 5th Oct from sources current to that day. I haven't said anything because I wanted to come back with real answers rather than unsupportable complaints. mike