From owner-freebsd-mobile Wed Mar 17 9:43:23 1999 Delivered-To: freebsd-mobile@freebsd.org Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (Postfix) with ESMTP id 8197515443 for ; Wed, 17 Mar 1999 09:43:20 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id KAA04711; Wed, 17 Mar 1999 10:43:01 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id KAA10533; Wed, 17 Mar 1999 10:42:47 -0700 Date: Wed, 17 Mar 1999 10:42:47 -0700 Message-Id: <199903171742.KAA10533@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: "Sean O'Connell" Cc: FreeBSD mobile Subject: Re: 3.1 Release versus HP Omnibook 900 In-Reply-To: <19990317120304.A27659@stat.Duke.EDU> References: <19990317120304.A27659@stat.Duke.EDU> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > As we know, rc.pccard is bogus: > > I added a Q&D test > > builtin=`kldstat -v -n 1 | grep pcic | awk '{print $2}'` > if [ $builtin = 'pcic' ] > then > echo "builtin" > else > kldload pcic.ko > fi Thanks, I added something like this to rc.pccard in both -current and -stable. Hopefully it works, but I have no way of testing it. (But apparently, no other committer seems to care either. :( ) It doesn't fix the other problems that need to be fixed, but at least it avoids having two PCIC's in the kernel, which is almost never right. Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message