From owner-freebsd-current Wed Aug 6 12:37:13 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA14903 for current-outgoing; Wed, 6 Aug 1997 12:37:13 -0700 (PDT) Received: from rocky.mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA14882 for ; Wed, 6 Aug 1997 12:37:08 -0700 (PDT) Received: (from nate@localhost) by rocky.mt.sri.com (8.7.5/8.7.3) id NAA10012; Wed, 6 Aug 1997 13:36:54 -0600 (MDT) Date: Wed, 6 Aug 1997 13:36:54 -0600 (MDT) Message-Id: <199708061936.NAA10012@rocky.mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Alex Cc: Nate Williams , current@freebsd.org Subject: Re: Could someone clarify this? In-Reply-To: References: <199708061605.KAA09002@rocky.mt.sri.com> X-Mailer: VM 6.29 under 19.15 XEmacs Lucid Sender: owner-freebsd-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > LINT_PCCARD_HACK is used so that both the older PCCARD drivers(if_zp, > > if_ze) and the newer devices can both be compiled in the kernel. They > > both provide the same functionality, so both can't be actual *run* at > > the same time, but because LINT is the kernel with as much of everything > > as possible, Bruce had me add the option so both could be compiled in at > > the same time. > > Oh, the National Semiconductor/IBM pc card is the same as the 3Com one? No, there are two drivers, if_zp, and if_ze. Nate