Date: Wed, 17 Mar 1999 10:42:47 -0700 From: Nate Williams <nate@mt.sri.com> To: "Sean O'Connell" <sean@stat.Duke.EDU> Cc: FreeBSD mobile <freebsd-mobile@FreeBSD.ORG> Subject: Re: 3.1 Release versus HP Omnibook 900 Message-ID: <199903171742.KAA10533@mt.sri.com> In-Reply-To: <19990317120304.A27659@stat.Duke.EDU> References: <19990317120304.A27659@stat.Duke.EDU>
next in thread | previous in thread | raw e-mail | index | archive | help
> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199903171742.KAA10533>