From owner-freebsd-hackers Sat Oct 25 10:35:50 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA12460 for hackers-outgoing; Sat, 25 Oct 1997 10:35:50 -0700 (PDT) (envelope-from owner-freebsd-hackers) Received: from ns.mt.sri.com (SRI-56K-FR.mt.net [206.127.65.42]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA12440; Sat, 25 Oct 1997 10:35:44 -0700 (PDT) (envelope-from nate@rocky.mt.sri.com) Received: from rocky.mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.7/8.8.7) with ESMTP id LAA28680; Sat, 25 Oct 1997 11:35:42 -0600 (MDT) Received: (from nate@localhost) by rocky.mt.sri.com (8.7.5/8.7.3) id LAA24441; Sat, 25 Oct 1997 11:35:41 -0600 (MDT) Date: Sat, 25 Oct 1997 11:35:41 -0600 (MDT) Message-Id: <199710251735.LAA24441@rocky.mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Douglas Carmichael Cc: freebsd-hackers@freebsd.org, freebsd-mobile@freebsd.org Subject: Re: 2.2.5-RELEASE installs fine, but can't detect TI PCI-1130 CardBus controller In-Reply-To: <199710250828.DAA00245@dcarmich.pr.mcs.net> References: <199710250828.DAA00245@dcarmich.pr.mcs.net> X-Mailer: VM 6.29 under 19.15 XEmacs Lucid Sender: owner-freebsd-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > I installed the 2.2.5-RELEASE bindist and srcdist from > ftp2.freebsd.org and they installed fine over my existing > 2.2.2-RELEASE/PAO-970616 system, but 2.2.5-RELEASE does not detect my > NEC Versa 6050MH laptop's TI PCI-1130 CardBus PCMCIA controller when > 2.2.2-RELEASE correctly detected it. ^^^^^^^^^^^^^ There have been *NO* changes from 2.2.2 -> 2.2.5 in the pccard code, so I'm pretty sure that 2.2.2 never detected your controller w/out the PAO patches. And, there isn't (yet?) a PAO release for 2.2.5, so you'll have to wait until one is made, or port the patches from PAO to 2.2.5. But, I'm confused: > And dmesg output: > Copyright (c) 1992-1997 FreeBSD Inc. > Copyright (c) 1982, 1986, 1989, 1991, 1993 > The Regents of the University of California. All rights reserved. > > FreeBSD 2.2.5-RELEASE #0: Sat Oct 25 02:07:45 CDT 1997 > dcarmich@dcarmich.pr.mcs.net:/usr/src/sys/compile/NECVERSA ... > PC-Card VLSI 82C146 (5 mem & 2 I/O windows) > pcic: controller irq 10 It certainly looks like your controller is found to me. Nate